My feeling is that Java to Kotlin conversion has v...
# announcements
o
My feeling is that Java to Kotlin conversion has very different mission. It needs to convert most of the code automatically, to help user with mundane syntax conversion and such. It cannot fix a lot of nullability or mutability issues, because there is no information in Java about the intent. Deep program analysis is often required, and not at all possible to perform in sane time quite often.
👍 4