Hi guys! A quick search in this channel did not tu...
# gradle
b
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
I am specifically asking, because according to the official docs
Declaring multiple Kotlin Targets of the same type is not recommended
o
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
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.