What I've tried (but it doesn't work): - apply `:...
# kapt
g
What I've tried (but it doesn't work): • apply
:foo-test
not with
kaptTest
but with
kapt
, and generate the sources in the test source set -> it doesn't work cause when I compile the tests, the kapt test generated sources are cleared • find the annotations of the main source set in
FooTest
-> they aren't reported to the method
process()