Slackbot
02/08/2023, 3:24 PMMichał Klimczak
02/08/2023, 9:11 PMSourceDirectoriesImpl
sets the output directory for the generated sources explicitly. Why? No idea, no documentation to be found.
2. Somehow doing variant.getSources().getKotlin()...
doesn't create an implicit dependency and variant.getSources().getJava()...
does. Is it because my sources are in java folder? No idea either...