I am facing issue, I have multiple dependency in my library but when I create jitpack depenendency and try to integrate with other app, then logs of the app shows Failed resolution of: Lcom/google/gson/GsonBuilder;
but the dependency is present in the library module api 'com.google.code.gson:gson:2.8.6'
plz do provide suggestions. Thanks
Asked
Active
Viewed 48 times
1

Kartikeya Tiwari
- 23
- 1
- 7
-
This may help: https://stackoverflow.com/questions/44340448/java-lang-noclassdeffounderror-failed-resolution-of-lcom-google-gson-gson – Sam Chen Aug 30 '21 at 14:47
-
I tried this 1 but no luck. Since my all dependency is in the android module. And I am trying to integrate it to standalone via using jitpack – Kartikeya Tiwari Aug 30 '21 at 15:28
-
https://stackoverflow.com/questions/52670062/build-jitpack-library-with-multi-flavor-in-android – Kartikeya Tiwari Sep 14 '21 at 12:17