what is the current state of the new multiplatform...
# multiplatform
r
what is the current state of the new multiplatform plugin. is it possible to have several JVM modules (say jvm, jdk8, jdk11) and share some code?
d
Yes, this is possible.
The real question is if the IDE will be happy about that, which it should be since you're only talking about jvm modules.
r
Do you have a link or something which explains how one module can depend on another: something like jdk6Main -> jvmCommonMain -> commonMain
r
ah nice, I haven't seen the example with allJvm before