After upgrading to 1.4 we’ve noticed one of our an...
# kapt
t
After upgrading to 1.4 we’ve noticed one of our annotation processors doesn’t work properly with inline classes anymore. We find all properties of a class by checking for a matching
get
method for any
VariableElement
and this has worked ok so far. After upgrading to 1.4, these are no longer generated for inline classes only. The
VariableElement
is still there, but no accompanying getter function. Does anyone know why this would be, or can suggest a better way to extract all properties?