让我来问
我使用 kotlin 协程
@OptIn(DelicateCoroutinesApi::class)
GlobalScope.launch {
displaySura()
}
Run Code Online (Sandbox Code Playgroud)
并在构建选项卡中显示警告:
This annotation should be used with the compiler argument '-opt-in=kotlin.RequiresOptIn'
Run Code Online (Sandbox Code Playgroud)
如何解决这个警告?提前致谢