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
@@ -24,9 +24,3 @@ dependencies {
|
||||
implementation project(":kotlin-native:Interop:Indexer")
|
||||
implementation project(":kotlin-native:Interop:StubGenerator")
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
allWarningsAsErrors=true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user