Marc Knaup
07/10/2019, 9:29 PM.module
?
jvm {
attributes {
attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 7)
}
}
It does work in another multiplatform library which has multiple JVM targets.
Update: Got it.
It happens if I dare to call subprojects { apply<MavenPublishPlugin>() }
. Is that a bug in MP or Gradle?h0tk3y
07/10/2019, 11:19 PMmaven-publish
vs kotlin-multiplatform
. Can you please submit a YouTrack issue?Marc Knaup
07/10/2019, 11:49 PMh0tk3y
07/10/2019, 11:59 PM