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
@@ -77,7 +77,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
|
||||
"-opt-in=kotlin.ExperimentalUnsignedTypes",
|
||||
"-Xskip-prerelease-check"
|
||||
)
|
||||
allWarningsAsErrors = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user