From 41c9ffb060591916aa4fc8263890a037e8366598 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 28 Sep 2022 15:25:57 +0200 Subject: [PATCH] Native: add three new modules to K2 build --- buildSrc/src/main/kotlin/common-configuration.gradle.kts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/buildSrc/src/main/kotlin/common-configuration.gradle.kts b/buildSrc/src/main/kotlin/common-configuration.gradle.kts index 2b5f09cbb6b..be5ecf84de0 100644 --- a/buildSrc/src/main/kotlin/common-configuration.gradle.kts +++ b/buildSrc/src/main/kotlin/common-configuration.gradle.kts @@ -157,13 +157,8 @@ fun Project.configureKotlinCompilationOptions() { ":kotlin-native:klib", // Requires serialization plugin ":js:js.tests", - // ISE "Cannot serialize error type: ERROR CLASS: Cannot calculate return type (local class/object?)" + // ISE "Cannot serialize error type: ERROR CLASS: Cannot calculate return type (local class/object?)" (KT-54212) ":kotlin-native-shared", - // Warnings about deprecated usages of companion objects in `::class` - ":kotlin-native:Interop:Runtime", - // Some warnings which are not printed out for some reason - ":kotlin-native:Interop:Indexer", - ":kotlin-native:Interop:Skia", // ISE "Fake override should have at least one overridden descriptor", ":kotlin-native:Interop:StubGenerator", // Overload resolution ambiguity between candidates