Sebastian Schuberth
08/28/2025, 10:29 AMjava.*
imports are present, or in general if Gradle / Maven dependencies on JVM-only artifacts are used.Oliver.O
08/28/2025, 11:12 AMtapchicoma
08/28/2025, 11:15 AMcommonMain
.
If you want to test it right now - change plugin id to org.jetbrains.kotlin.multiplatform
, move all the code to commonMain
and add two targets in the project. Than try to compile JVM targetSebastian Schuberth
08/29/2025, 7:18 AMSebastian Schuberth
08/29/2025, 7:26 AM