mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00

byte-buddy is a mockito dependency. it introduced java modules, and jetifier cannot deal with it. disable jetifying at the moment, as suggested after considering: https://stackoverflow.com/questions/52816022/failed-to-resolve-variable-project-groupid https://issuetracker.google.com/issues/119135578#comment5 https://github.com/raphw/byte-buddy/issues/541
11 lines
346 B
Properties
11 lines
346 B
Properties
android.enableD8=true
|
|
android.enableD8.desugaring=true
|
|
android.enableJetifier=true
|
|
#android.enableSeparateAnnotationProcessing=true
|
|
# disable jetifying byte-buddy
|
|
# https://stackoverflow.com/questions/52816022/failed-to-resolve-variable-project-groupid
|
|
android.jetifier.blacklist=byte-buddy
|
|
android.useAndroidX=true
|
|
org.gradle.jvmargs=-Xmx4096m
|
|
|