just a question is it possible to convert all java...
# announcements
a
just a question is it possible to convert all java to Kotlin in IDEA intellij (i mean does this always work ?)
t
andyr: no
you'll need to do a lot of adjustments
things that i have found breaking a lot: streams, generics, functional-interfaces
that being said, the conversion tool is really good, it will get you almost all the way there
a
i was just wondering since just had a look at lagom, but notice its Java / Scala. would have been nice to just press a button to convert 🙂
I wonder if lightbend will do api for Kotlin