I've noticed following message in build scan logs (Kotlin 1.3.71):
Copy code
Overlapping outputs: Gradle does not know how file 'build/generated/source/kaptKotlin/debug' was created (output property 'kotlinSourcesDestinationDir'). Task output caching requires exclusive access to output paths to guarantee correctness.
This is happens after full project clean and I could not figure out some pattern here. Do anyone else see the same?