Does anyone have recommendations on libraries/articles that covers annotation processing of properties and objects? Is there any way to utilize Kotlin Reflect from Element/TypeElement/etc?
Yeah, I'm excited for the conf videos to go up during the week
r
raulraja
02/02/2019, 3:19 PM
Arrow has a meta tool that gives you a full kotlin AST from type element with methods to transform whatever you need and delegates code generation to Kotlin Poet