I've noticed following message in build scan logs ...
# kapt
t
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?
I see kind of related issue https://youtrack.jetbrains.com/issue/KT-24420 but it was fixed in
1.2.50
release