is there a way to make a jvm target in a MPP a "ja...
# multiplatform
w
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
At this point, a separate JVM-only subproject is the simplest way to achieve that.
w
ok thanks!