Thomas Keller
03/25/2024, 3:38 PMjava-library
plugin) and an "annotation-processor" build convention that just has dependencies { "kapt"("my.group.name:annotation-processor-lib") }
in it. I guess it's not possible to easily combine both modules into one, i.e. having a plugin who can be set up as annotation-processor, is it? Or is there some API that would allow for this?Javi
03/25/2024, 4:13 PMJavi
03/25/2024, 4:14 PM