Skip to content

Commit

Permalink
Disable K2 compiler for R8/D8
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar authored Sep 20, 2023
1 parent 0061f79 commit 773dfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 773dfd4

Please sign in to comment.