https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

aleksey.tomin

10/16/2020, 11:20 AM
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

Big Chungus

10/16/2020, 11:24 AM
sure, just declare two jvm target blocks and configure their compile tasks accordingly
a

aleksey.tomin

10/16/2020, 11:26 AM
Is there example exists?