mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 10:57:02 +05:30
gradle: enable R8 full mode
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f6d8d3c536
commit
be95d0c198
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue