Hi, is it possible to access a `KClass` inside an ...
# kapt
j
Hi, is it possible to access a
KClass
inside an annotation processor? Like... from an
Element
Copy code
roundEnv.getElementsAnnotatedWith(MyClass::class.java).map { element ->
                    element.$ToKClass()
                }