From 5cdef3dea3b03e85efc607532fba5688497699aa Mon Sep 17 00:00:00 2001 From: Vsevolod Tolstopyatov Date: Thu, 27 Jul 2023 10:51:41 +0200 Subject: [PATCH] Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVariant that will be promoted to ERROR as part of KT-55891 Also, remove the default value of IC flag for MPP --- gradle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c21be988..0ec9c1fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,10 +22,8 @@ mocha_headless_chrome_version=1.8.2 mocha_teamcity_reporter_version=2.2.2 source_map_support_version=0.5.3 -kotlin.incremental.multiplatform=true kotlin.native.ignoreDisabledTargets=true -kotlin.mpp.enableCompatibilityMetadataVariant=true kotlin.mpp.enableCInteropCommonization=true # Workaround for Bintray treating .sha512 files as artifacts