gradle: disable R8 full mode

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-17 11:43:07 +05:30
parent 623a9ffcb5
commit 76f613f82f
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -20,8 +20,8 @@ kapt.incremental.apt=true
# Turn off AP discovery in compile path to enable compile avoidance # Turn off AP discovery in compile path to enable compile avoidance
kapt.include.compile.classpath=false kapt.include.compile.classpath=false
# Use R8 instead of ProGuard for code shrinking. # Disable R8 full mode due to bugs with Jetpack Compose.
android.enableR8.fullMode=true # android.enableR8.fullMode=true
# Enable AndroidX # Enable AndroidX
android.useAndroidX=true android.useAndroidX=true