From 09f53fe1e520e3e8594b88af32924d3fb8d0bd0c Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 24 May 2024 23:21:27 -0500 Subject: [PATCH] Ignore multiplatform agp warnings --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 041da0b74..ede2436ed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,5 +18,6 @@ org.gradle.configureondemand=true org.gradle.vfs.watch=true org.gradle.unsafe.configuration-cache=true kotlin.incremental=true +kotlin.mpp.androidGradlePluginCompatibility.nowarn=true android.nonTransitiveRClass=true android.enableR8.fullMode=false