From acf961ee9797270859a2acb5e64d15fee186fb44 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Mon, 25 Sep 2023 09:08:45 -0400 Subject: [PATCH] Remove workaround for Compose on native This is no longer needed as of Kotlin 1.9.0. --- gradle.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 15f5fe7ab2..72f5db9e80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,10 +3,6 @@ kotlin.native.ignoreDisabledTargets=true kotlin.mpp.androidGradlePluginCompatibility.nowarn=true kotlin.mpp.stability.nowarn=true -# This is needed for the JB Compose runtime to link on native targets. They also use this flag -# in their samples. Over time it should be removed once they figure out why it was needed. -kotlin.native.cacheKind=none - # https://github.com/Kotlin/kotlinx-atomicfu/issues/141 kotlin.native.ignoreIncorrectDependencies=true