Skip to content

Commit

Permalink
Disable R8 fullMode
Browse files Browse the repository at this point in the history
According to Fenix/Focus r8 full mode currently causes issues with extension methods and methods from libraries.
It's also disabled there.
  • Loading branch information
badboy committed Jan 15, 2024
1 parent a630a6d commit 596adde
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 @@ -23,3 +23,5 @@ libLicense=MPL-2.0
libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/

android.useAndroidX=true

android.enableR8.fullMode=false

0 comments on commit 596adde

Please sign in to comment.