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:
parent
2806f5e11b
commit
576cd56f88
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue