Disabled warning that coroutines are experimental
This commit is contained in:
@@ -151,7 +151,7 @@ class K2Native : CLICompiler<K2NativeCompilerArguments>() {
|
||||
}
|
||||
|
||||
override fun createArguments(): K2NativeCompilerArguments {
|
||||
return K2NativeCompilerArguments()
|
||||
return K2NativeCompilerArguments().apply { coroutinesState = "enable" }
|
||||
}
|
||||
|
||||
override fun executableScriptFileName() = "kotlinc-native"
|
||||
|
||||
Reference in New Issue
Block a user