Join Slack
Powered by
in my android module i depend on my multiplatform ...
# multiplatform
w
william
10/17/2020, 9:38 PM
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"))
william
10/17/2020, 9:41 PM
does the expect / actual class need to be in a different package?
william
10/18/2020, 1:59 PM
looks like its this issue
https://youtrack.jetbrains.com/issue/KT-21186
caused since i have an extension function in the common module
5
Views
Open in Slack
Previous
Next