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

robstoll

07/22/2019, 10:43 AM
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

Dominaezzz

07/22/2019, 12:15 PM
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

robstoll

07/22/2019, 12:24 PM
Do you have a link or something which explains how one module can depend on another: something like jdk6Main -> jvmCommonMain -> commonMain
r

robstoll

07/22/2019, 1:47 PM
ah nice, I haven't seen the example with allJvm before
3 Views