Native: don't set allWarningsAsErrors = true in K2 mode
Related to KT-54123
This commit is contained in:
committed by
Space Team
parent
e6804d2601
commit
a22d7aea25
@@ -33,7 +33,6 @@ sourceSets {
|
||||
|
||||
compileCompilerKotlin {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
kotlinOptions.allWarningsAsErrors=true
|
||||
kotlinOptions.freeCompilerArgs += ['-opt-in=kotlin.RequiresOptIn', '-opt-in=org.jetbrains.kotlin.ir.ObsoleteDescriptorBasedAPI', '-Xskip-prerelease-check']
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user