ianbrandt
03/20/2023, 5:13 PMChris Lee
03/20/2023, 5:58 PMianbrandt
03/20/2023, 6:00 PMChris Lee
03/20/2023, 6:01 PMianbrandt
03/20/2023, 6:02 PMChris Lee
03/20/2023, 6:04 PMianbrandt
03/20/2023, 6:16 PMinternal
of course helps, but then we run into KTIJ-23114 trying to integration test.Matt Nelson
03/21/2023, 3:48 PMMakes sense. Unfortunately the JavaFX requirement is forcing my hand.Wild that you're running into this issue just as someone opened a ticket for it on my library for their JavaFX app. He's got a custom plugin that will repackage and produce files for libraries he uses which do not provide
module-info.java
files.
See link in THIS ISSUE which has his custom plugin and how he's using it.
On a side note, do you or anyone here know of a gradle plugin that will automagically generate moudle-info.java
files for Kotlin Multiplatform projects such that they are included along with the -jvm
dependencies?
Doing this manually doesn't seem to be supported in Intellij IDEA for KMP projects, unless I'm doing something completely wrong (totally possible) 😢 .KotlinMultiplatformExtension
, sort of like how you can express explicitApe()
. Something like supportJava9Modules()
which would be enabled if you have a jvm
source set would be slick...ianbrandt
03/22/2023, 11:37 PM