yes, no, respectively
# multiplatform
j
yes, no, respectively
r
So does this mean you can finally have a JVM module on Java 9, and an android module on Java 6?
j
you could have done this before with two jvm modules, but yes
r
Ah, I didn't realize that. I have done very little with multiplatform to this point. Thanks
j
also most Android modules should be using Java 8 bytecode targets at this point
r
Fair enough