Can I build my kotlin projects with jdk11 on my ma...
# announcements
f
Can I build my kotlin projects with jdk11 on my machine? or does it only work with jdk8
a
Theoretically it should work fine, have you tried it yet?
f
Yes, but I had problems, probably specific to
kapt
, where it says that
tools.jar
could not be found, which is not included in jdk11 anymore
a