https://kotlinlang.org logo
Title
a

andyr

06/05/2017, 9:52 AM
just a question is it possible to convert all java to Kotlin in IDEA intellij (i mean does this always work ?)
t

tipsy

06/05/2017, 9:54 AM
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

andyr

06/05/2017, 9:57 AM
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