I just started noticing an issue where the `dokka`...
# dokka
z
I just started noticing an issue where the
dokka
task on Android modules doesn’t seem to depend on
assemble
. After a clean, it will complain that the jar files from dependencies doesn’t exist. I can work around this by running
assemble
manually, but this is not ideal and used to not be required. This just started happening recently, without changing versions of dokka, kotlin, or AGP, so I can’t figure out what caused it. Has anyone else noticed this?
👀 1