<@U3T2QQKSP> <https://medium.com/@workingkills/pus...
# android
d
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
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
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
Neat, thanks for the heads up @Eugenio. I'll be curious to see what it looks like.
e
@damian star/follow this repo, it will appear here: https://github.com/Takhion/kotlin-metadata-samples
d
Cool, will do