Skip to content

Commit

Permalink
Note that R8 full mode should stay off for as long as possible.
Browse files Browse the repository at this point in the history
E.g. retrofit requires new rules (not shipped yet), various Android X
libraries show stuff removed, my libraries maybe as well. Benefits are
low and risk and amount of work are high, so not doing this for now.
  • Loading branch information
UweTrottmann committed Oct 12, 2023
1 parent 7883710 commit 214b815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
org.gradle.jvmargs=-Xmx1536M -Dkotlin.daemon.jvm.options\="-Xmx1536M"

android.useAndroidX=true
# Do not turn on full mode for as long as possible: looking at unused.txt diff there are many
# differences with an increased risk of breaking things.
android.enableR8.fullMode=false

0 comments on commit 214b815

Please sign in to comment.