I have a multiplatform lib and I added a new depen...
# multiplatform
m
I have a multiplatform lib and I added a new dependency, then I have an example android app that I use mostly for testing. This new dependency works well in unit tests but when I try to use the android app it gives me a
ClassDefNotFound
exception. How could I start debugging this?
this is all I changed (plus the added code)
m
Look at what class is missing, it'll tell you where to look. If you copy/paste the full stacktrace here, maybe some people can help
m
It's a class from the dependency (the only one I'm using)