From 773dfd4b7fb9d2d81ac3e084ef1eab613afefa7f Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 20 Sep 2023 19:58:18 +0530 Subject: [PATCH] Disable K2 compiler for R8/D8 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d9d47341d..3aade9e5e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,7 +30,7 @@ org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -kotlin.experimental.tryK2=true +# kotlin.experimental.tryK2=true # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library