Join Slack
Powered by
AFAIK, Kotlin only generates bytecode for Java 6 o...
# getting-started
h
hho
04/05/2019, 8:16 AM
AFAIK, Kotlin only generates bytecode for Java 6 or Java 8.
n
Nidhin
04/05/2019, 8:39 AM
In my build pipelines, i am using openjdk 11. So i am confused if this the right way to go with.
h
hho
04/05/2019, 9:08 AM
JDK 11 has no problem executing Java 8 bytecode. So in Maven, just target 1.8
n
Nidhin
04/05/2019, 9:17 AM
👍
a
Alexey Belkov [JB]
04/05/2019, 9:24 AM
Btw Kotlin 1.3.30 will support all targets up to 12:
https://youtrack.jetbrains.com/issue/KT-26240
K 2
👍 2
n
Nidhin
04/05/2019, 11:20 AM
I see the version 1.3.21 is the latest version available in maven central
h
hho
04/05/2019, 1:07 PM
Yes, that's why he wrote "will support" and not "supports".
n
Nidhin
04/05/2019, 1:08 PM
ok, i missed that part Thanks
8
Views
Open in Slack
Previous
Next