in my android module i depend on my multiplatform ...
# multiplatform
w
in my android module i depend on my multiplatform module, but I am getting an error saying
Duplicate JVM class name
Am I depending on the multiplatform module incorrectly? i am doing
Copy code
implementation(project(":mobile"))
does the expect / actual class need to be in a different package?
looks like its this issue https://youtrack.jetbrains.com/issue/KT-21186 caused since i have an extension function in the common module