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 and is also
disabled there.
  • Loading branch information
rvandermeulen committed May 6, 2024
1 parent a31dd2a commit f381328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ libLicense=MPL-2.0
libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/

android.useAndroidX=true
android.enableR8.fullMode=false
android.experimental.lint.version=8.4.0

0 comments on commit f381328

Please sign in to comment.