I’m having an issue with the following.
I wan to get a Java generated class from my annotation. I pass Int, for instance, it works, but not the class that I would like to get to generate my file.
Is this feasible, to get UserPreferences class?
Copy code
@Target(AnnotationTarget.CLASS)
annotation class WithProto(val value: Array<KClass<*>>)