AFAIK, Kotlin only generates bytecode for Java 6 o...
# getting-started
h
AFAIK, Kotlin only generates bytecode for Java 6 or Java 8.
n
In my build pipelines, i am using openjdk 11. So i am confused if this the right way to go with.
h
JDK 11 has no problem executing Java 8 bytecode. So in Maven, just target 1.8
n
👍
a
Btw Kotlin 1.3.30 will support all targets up to 12: https://youtrack.jetbrains.com/issue/KT-26240
K 2
👍 2
n
I see the version 1.3.21 is the latest version available in maven central
h
Yes, that's why he wrote "will support" and not "supports".
n
ok, i missed that part Thanks