tschuchort
06/19/2019, 2:48 PMraulraja
06/19/2019, 7:36 PMraulraja
06/19/2019, 7:36 PMtschuchort
06/20/2019, 2:27 PMget
and set
functions are "converted" to properties, Java types become platform types and so on). It will be possible to start with an existing Java annotation processor and migrate only those functions where you are actually interested in Kotlin features (and you can always go back from KJ-AST to regular Javax Elements/TypeMirrors).
Of course it will never be as powerful as compiler plugin or manually parsing Kotlin code but it has the huge advantage of compatibility with existing annotation processor code.tschuchort
06/20/2019, 2:28 PMraulraja
06/20/2019, 6:05 PMtschuchort
06/22/2019, 3:55 PMraulraja
06/22/2019, 3:57 PM