Native: don't set allWarningsAsErrors = true in K2 mode

Related to KT-54123
This commit is contained in:
Mikhail Glukhikh
2022-09-28 13:23:39 +02:00
committed by Space Team
parent e6804d2601
commit a22d7aea25
5 changed files with 0 additions and 10 deletions
-6
View File
@@ -24,9 +24,3 @@ dependencies {
implementation project(":kotlin-native:Interop:Indexer")
implementation project(":kotlin-native:Interop:StubGenerator")
}
compileKotlin {
kotlinOptions {
allWarningsAsErrors=true
}
}