To expand on my above issue: In the android app wh...
# multiplatform
y
To expand on my above issue: In the android app where I am importing this jar file, I have 3 modules: A, B and C. B & C depend on A. The jar file is being imported into module A. Module B and A can see the types defined in the jar file, but module C cannot. Why would this be happening?
r
Hard to say without a little bit more detail. One thing to note though is that the IDE support of multiplatform isn’t perfect yet. It may be that you see the types as not visible in Android Studio or IDEA but can still build from command-line.