From 201abced1b354799034af16c0575613cad44efde Mon Sep 17 00:00:00 2001 From: Igor Escodro Date: Sun, 19 May 2024 17:05:33 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Clean=20up=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build clean! --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index c155e9ef5..ebaa29ca5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,7 @@ kotlin.jvm.target.validation.mode=IGNORE org.jetbrains.compose.experimental.uikit.enabled=true kotlin.mpp.stability.nowarn=true kotlin.mpp.androidSourceSetLayoutVersion=2 +kotlin.mpp.androidGradlePluginCompatibility.nowarn=true # Ignore AtomicFU warnings - will be fixed in Kotlin 2.0 # (https://github.com/Kotlin/kotlinx-atomicfu/issues/376