The issue I encountered is that there is no annotation processor for kotlin-only code (kapt is using javac)
galex
01/31/2019, 11:19 AM
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