gradle: enable R8 full mode

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-25 15:37:30 +05:30
parent f6d8d3c536
commit be95d0c198
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -17,8 +17,8 @@ kotlin.code.style=official
# Turn off AP discovery in compile path to enable compile avoidance
kapt.include.compile.classpath=false
# Disable R8 full mode due to bugs with Jetpack Compose.
# android.enableR8.fullMode=true
# Enable R8 full mode
android.enableR8.fullMode=true
# Enable AndroidX
android.useAndroidX=true