From adf79b6f00a734cd782ec90d8492b5fa80196124 Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Mon, 6 Feb 2023 21:07:42 +0100 Subject: [PATCH] Allow warnings in :kotlin-native:build-tools compilation Fixing native benchmark setup is out of scope of these changes. --- buildSrc/src/main/kotlin/common-configuration.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/buildSrc/src/main/kotlin/common-configuration.gradle.kts b/buildSrc/src/main/kotlin/common-configuration.gradle.kts index 39e28307e8d..d7d3f423ddd 100644 --- a/buildSrc/src/main/kotlin/common-configuration.gradle.kts +++ b/buildSrc/src/main/kotlin/common-configuration.gradle.kts @@ -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 by rootProject.extra