Hi guys!
A quick search in this channel did not turn up any results, so here goes: Is there a sane way to get a multi-release jar for the JVM target out of a KMP gradle project?
đŸ‘€ 1
Bernd PrĂ¼nster
08/07/2024, 7:53 AM
I am specifically asking, because according to the official docs
Declaring multiple Kotlin Targets of the same type is not recommended
o
Oleg Yukhnevich
08/07/2024, 8:08 AM
probably it's possible by creating additional compilation with higher jvm toolchain and then a bit of Gradle magic to pack everything in single JAR đŸ™‚
b
Bernd PrĂ¼nster
08/07/2024, 9:04 AM
I am aware that it is possible in theory đŸ˜‰. In practice though, things like that tend to be different beasts. And all the subtle differences between JVM-only and KMP builds alone does not make me look forward to trying this in my own.