https://kotlinlang.org logo
#kapt
Title
y

yigit

01/18/2018, 9:11 PM
is there an official way to read kotlin metadata annotations in an annotation processor? I want to use it in Room's annotation processor so that we can discover parameter names for classes that are coming from libraries. I'm thinking about using the protobuf config from https://github.com/Kotlin/kotlinx.reflect.lite but maybe there is a better, more future safe way ?