rob42
02/27/2024, 9:31 PMkotlin("jvm") plugin in its build.gradle.kts, I can import this module no problem in my androidMain and desktopMain modules.
When I switch to use kotlin("multiplatform") with kotlin { jvm() } I can no longer import this from desktopMain -- but can from androidMain.
Can anyone help me understand why this doesn't work?rob42
02/28/2024, 8:55 PMkotlin("multiplatform") with kotlin { jvm() }, the desktop module can see that my multiplatform module exists, but can't see any classes defined within it