hi there can anyone please share blogposts/news/do...
# announcements
m
hi there can anyone please share blogposts/news/docs about kotlin with java9+? I`m trying to clarify state and understand what can I do now with migration or should all of related questions should be postponed tnx a lot
x
afaik, kotlin only targets jvm6/8, and no migration is needed? but I could be wrong... I'm running my kotlin on 11
m
@xenoterracide in “legacy” mode? (can’t remember how it`s called exactly)
x
oh are you asking about jigsaw? from what I've read and understand there isn't anything kotlin related there... yet... if you're trying to take advantage of it it's more likely related to your build tool, e.g. gradle. I haven't tried yet though.
1
a
Kotlin still doesn't fully support modular system. Some work is available in 1.3.20 preview, see examples: https://github.com/ilya-g/kotlin-jlink-examples and related issue: https://youtrack.jetbrains.com/issue/KT-21266