Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android.enableDexingArtifactTransform=false' is deprecated

I got a warning:

(The option setting 'android.enableDexingArtifactTransform=false' is deprecated. The current default is 'true'. It will be removed in version 8.0 of the Android Gradle plugin.)

How to solve this warning??

I try to solve the problem by updating Gradle plugin but it's still showing. I want to remove the warning. how do I do that plz help me.

Thank You

like image 330
FH Robin Avatar asked Dec 17 '25 12:12

FH Robin


1 Answers

Try android.useFullClasspathForDexingTransform = true instead

like image 152
aliftc12 Avatar answered Dec 19 '25 01:12

aliftc12



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!