Disabled warning that coroutines are experimental

This commit is contained in:
Igor Chevdar
2017-05-11 12:11:25 +03:00
parent 29c30545e5
commit 8f53018653
@@ -151,7 +151,7 @@ class K2Native : CLICompiler<K2NativeCompilerArguments>() {
}
override fun createArguments(): K2NativeCompilerArguments {
return K2NativeCompilerArguments()
return K2NativeCompilerArguments().apply { coroutinesState = "enable" }
}
override fun executableScriptFileName() = "kotlinc-native"