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
xenoterracide
01/15/2019, 3:29 PM
afaik, kotlin only targets jvm6/8, and no migration is needed? but I could be wrong... I'm running my kotlin on 11
m
mp
01/15/2019, 3:32 PM
@xenoterracide in “legacy” mode? (can’t remember how it`s called exactly)
x
xenoterracide
01/15/2019, 3:34 PM
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.