176: Enable R8 full mode r=msfjarvis a=msfjarvis

bors r+

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
bors[bot] 2021-03-25 11:25:27 +00:00 committed by GitHub
commit f2ea2993cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,8 @@ kotlin.code.style=official
# 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
# Disable R8 full mode due to bugs with Jetpack Compose. # Enable R8 full mode
# android.enableR8.fullMode=true android.enableR8.fullMode=true
# Enable AndroidX # Enable AndroidX
android.useAndroidX=true android.useAndroidX=true