I'm evaluating multiplatform for a desktop jvm lib...
# multiplatform
e
I'm evaluating multiplatform for a desktop jvm lib, which already produces a main default variant compiled with jdk11 (soon 17) and one
-jdk8
for retrocompatibility. Since I've already had my fair share of issue with JPMS, mixed Java/Kotlin project and the kotlin gradle plugin, I was wondering how much pain multiplatform will add on top of that.. has anyone here successfully implemented multiplatform with the jvm component using JPMS and producing multiple variants?