Allow warnings in :kotlin-native:build-tools compilation

Fixing native benchmark setup is out of scope of these changes.
This commit is contained in:
Yahor Berdnikau
2023-02-06 21:07:42 +01:00
committed by Space Team
parent 5ae1372c3a
commit adf79b6f00
@@ -162,6 +162,7 @@ fun Project.configureKotlinCompilationOptions() {
// TODO: fix remaining warnings and remove this property.
val tasksWithWarnings = listOf(
":kotlin-gradle-plugin:compileCommonKotlin",
":kotlin-native:build-tools:compileKotlin"
)
val projectsWithEnabledContextReceivers: List<String> by rootProject.extra