Stefan Oltmann
07/27/2021, 6:24 AMolonho
07/27/2021, 6:34 AMMichal Harakal
07/27/2021, 10:14 AMtheapache64
07/27/2021, 5:23 PMephemient
07/28/2021, 8:52 AMStefan Oltmann
08/06/2021, 8:26 AMephemient
08/06/2021, 10:05 AMandroid.applicationVariants.all { registerJavaGeneratingTask(...) }
(or whatever needs to be tweaked for your situation)
for JVM projects, that should work out of the box, the file collection given to the sourceset tracks the dependency automatically
not sure why it would be interacting badly with clean
, but you could try mustRunAfter("clean")
Stefan Oltmann
08/06/2021, 10:05 AMephemient
08/06/2021, 10:06 AM