bowbahdoe / magic-bean

A very basic library which will generate getters and setters.
Other
84 stars 10 forks source link

add gradle snippet to readme #18

Closed hepptho closed 2 years ago

hepptho commented 2 years ago

addresses #5

This works for both the Groovy and Kotlin DSLs.

The compileOnly configuration is needed to get access to the MagicBean annotation at compile time, while the annotationProcessor configuration informs the compiler to actually use the processor.

bowbahdoe commented 2 years ago

@hepptho Thank you! I did not notice this until now. drowned in gh alerts