Skip to content Skip to sidebar Skip to footer

Kapt Nonexistentclass Exception In A Retrofit Interface After Migrating To Androidx

I am using Retrofit, Dagger and Glide for my app. After migrating to androidX, kapt works perfectly with Dagger and Glide annotation processors. The projects build and syncs succes

Solution 1:

I found that setting android.enableJetifier to false in gradle.properties fixes the compilation error. I've filed a bug in the Issue Tracker.


Post a Comment for "Kapt Nonexistentclass Exception In A Retrofit Interface After Migrating To Androidx"