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 ?