edwinRNDR
05/06/2021, 9:19 PMpublishJvmPublicationToMavenLocal
. I suspect this behavior is introduced in Kotlin 1.5.0. How do I get the jvm modules to publish, or is turning all submodules into mpp a better option?rnett
05/06/2021, 9:22 PMpublishJvmPublicationToMavenLocal
is added my the multiplatform plugin to publish JVM only (it's generated per source set), the JVM only projects are published w/ publishToMavenLocal
. You can add publishJvmPublicationToMavenLocal
to the JVM only projects and link up the tasks manually, or just use the top level publishToMavenLocal
.Big Chungus
05/06/2021, 9:29 PMJavier
05/06/2021, 10:04 PMedwinRNDR
05/07/2021, 2:26 PMBig Chungus
05/07/2021, 2:29 PM