From c1c50369917f45b1d8b136992a6d6b7cbd4b4ea8 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Mon, 3 Apr 2023 12:27:25 +0100 Subject: [PATCH] Disable compatibility with non-hierarchical multiplatform projects See: https://github.com/michaelbull/kotlin-result/issues/71#issuecomment-1138645759 --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9ce858e..e82175b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,6 @@ version=1.1.17-SNAPSHOT kotlin.code.style=official kotlin.native.ignoreDisabledTargets=true -kotlin.mpp.enableCompatibilityMetadataVariant=true kotlin.mpp.stability.nowarn=true org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g