https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
w

william

09/27/2020, 3:58 PM
i have been having issues with a multiplatform project where a JVM module depends on a multiplatform module (targetting jvm and others). the JVM module is unable to see the public classes from the multiplatform module. I have created a bug here but if anyone has advice i'd appreciate it https://youtrack.jetbrains.com/issue/KT-42227
s

Shawn Witte

09/27/2020, 6:54 PM
I've run into this issue too. I think it's related to this: https://youtrack.jetbrains.com/issue/KT-31459. The workaround I'm using for now is to have my JVM module be a multiplatform module that only targets JVM and has no common code 😕
r

russhwolf

09/27/2020, 7:12 PM
w

william

09/28/2020, 1:56 AM
ty for sharing, ill link to them too