Can I use two different JVM targets with different...
# multiplatform
a
Can I use two different JVM targets with different JDK versions? Fox example - spark and android require JDK8 but for the jvm application, we wont to use the last JVK.
b
sure, just declare two jvm target blocks and configure their compile tasks accordingly
a
Is there example exists?