https://kotlinlang.org logo
Title
d

damian

07/25/2017, 1:09 PM
This post is a little outdated. At the very least, KT-14070 is now resolved, if my understanding is correct. One thought: is it possible for JB to develop a library for translating the Java model back to a Kotlin model?
j

juliocbcotta

07/25/2017, 1:26 PM
Thank you! So I don’t have to replace my
kapt
references to
kapt3
or anything… just use the
kotlin-kapt
and i am using kapt3, right ?
e

Eugenio

07/25/2017, 1:29 PM
Hey! Yes some issues have been resolved
and I'm really close to releasing a library to read the Kotlin metadata (which is lost when converting to Java) during annotation processing, I think this is what you want @damian
👍 3
@juliocbcotta exactly
👍 1
d

damian

07/25/2017, 1:34 PM
Neat, thanks for the heads up @Eugenio. I'll be curious to see what it looks like.
e

Eugenio

07/25/2017, 1:35 PM
@damian star/follow this repo, it will appear here: https://github.com/Takhion/kotlin-metadata-samples
d

damian

07/25/2017, 1:36 PM
Cool, will do