Join Slack
Powered by
what is the current state of the new multiplatform...
# 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.
Dominaezzz
07/22/2019, 12:16 PM
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
d
Dominaezzz
07/22/2019, 12:39 PM
https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#configuring-source-sets
r
robstoll
07/22/2019, 1:47 PM
ah nice, I haven't seen the example with allJvm before
3
Views
Open in Slack
Previous
Next