Skip to content

Commit 096d079

Browse files
committed
Disable k2 compiler
1 parent 1bd573d commit 096d079

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

gradle.properties

+1-5
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,4 @@ android.enableJetifier=true
4444
# Enables namespacing of each library's R class so that its R class includes only the
4545
# resources declared in the library itself and none from the library's dependencies,
4646
# thereby reducing the size of the R class for that library
47-
android.nonTransitiveRClass=true
48-
49-
# Enables K2 compiler
50-
kotlin.experimental.tryK2=true
51-
kapt.use.k2=true
47+
android.nonTransitiveRClass=true

0 commit comments

Comments
 (0)