is there a way to make a jvm target in a MPP a "java application" a la the gradle java application plugin, or something similar? or is it better to create a separate jvm-only gradle subproject for just the application stuff? basically this would be similar to the
binaries
section of a native target
h
h0tk3y
02/06/2019, 3:34 PM
At this point, a separate JVM-only subproject is the simplest way to achieve that.