2

Getting this error and unable to build Gradle file.

Android Studio Version : Bumblebee Latest Patch

Gradle Plugin Version : 7.1.2

Gradle Version : 7.2

I already tried adding android.jetifier.ignorelist=moshi-1.13.0 in Gradle properties but it's not working.

oyeraghib
  • 878
  • 3
  • 8
  • 26
  • Can you provide more information about the error? Have you added the mavenCentral repository? – Óscar Apr 17 '22 at 12:24
  • In my case it worked by adding these lines in the file `gradle.properties`: - `android.enableJetifier=true` - `android.jetifier.ignorelist=moshi-1.14.0` (Automatically convert third-party libraries to use AndroidX) – Miguel Garcia Feb 13 '23 at 12:29
  • Have you tried Invalidate caches and restart Android Studio? – jack-wilson Apr 21 '23 at 09:38

0 Answers0