1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

No longer used.

This commit is contained in:
Cedric Beust 2018-01-08 15:16:57 -08:00
parent 2806f5e11b
commit 576cd56f88

View file

@ -186,7 +186,7 @@ class KotlinCompiler @Inject constructor(
"coroutines=error" -> args.coroutinesState = LanguageFeature.State.ENABLED_WITH_ERROR.name
"no-inline" -> args.noInline = true
"multi-platform" -> args.multiPlatform = true
"no-check-impl" -> args.noCheckImpl = true
// "no-check-impl" -> args.noCheckImpl = true
else -> warn("Unknown Kotlin compiler flag found in config.xml: $it")
}
}