the interesting bits are in the `kgl-opengl/build....
# kapt
n
the interesting bits are in the
kgl-opengl/build.gradle.kts
and
buildSrc
g
Do you ‘read’ classes before generating stuff?
The issue I encountered is that there is no annotation processor for kotlin-only code (kapt is using javac)
So I can read the class file myself in gradle by reading line by line and understanding what annotations were written there and then generate stuff accordingly, but that seemed to me insanely difficult compared to the annotation processor api