Allow warnings in :kotlin-native:build-tools compilation
Fixing native benchmark setup is out of scope of these changes.
This commit is contained in:
committed by
Space Team
parent
5ae1372c3a
commit
adf79b6f00
@@ -162,6 +162,7 @@ fun Project.configureKotlinCompilationOptions() {
|
|||||||
// TODO: fix remaining warnings and remove this property.
|
// TODO: fix remaining warnings and remove this property.
|
||||||
val tasksWithWarnings = listOf(
|
val tasksWithWarnings = listOf(
|
||||||
":kotlin-gradle-plugin:compileCommonKotlin",
|
":kotlin-gradle-plugin:compileCommonKotlin",
|
||||||
|
":kotlin-native:build-tools:compileKotlin"
|
||||||
)
|
)
|
||||||
|
|
||||||
val projectsWithEnabledContextReceivers: List<String> by rootProject.extra
|
val projectsWithEnabledContextReceivers: List<String> by rootProject.extra
|
||||||
|
|||||||
Reference in New Issue
Block a user