hey guys. In an android module, in a kotlin file, ...
# android
c
hey guys. In an android module, in a kotlin file, I am accessing a java class from a jar and Android Studio is showing me the error "Cannot access class X : Check your module classpath for missing or conflicting dependencies". The code builds and runs ok but I keep seeing this error in the IDE. Any help? (android studio 2.3)
t
c
I don't think so. I am using gradle 3.3 and it's not about creating a jar. It's about the fact that the IDE reports that it cannot access a jar class although it can.