You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overlapping outputs: Gradle does not know how file 'build\reports\ktlint\ktlintAndroidTestSourceSetCheck.txt' was created (output property 'reporterOutputDir'). Task output caching requires exclusive access to output paths to guarantee correctness.
I have several KtlintCheckTask tasks in my build, and all are noncacheable for this reason. The tasks run every time even when Gradle runs with --build-cache.
ktlint-gradle version 9.3.0
The text was updated successfully, but these errors were encountered:
From my build scan:
I have several
KtlintCheckTask
tasks in my build, and all are noncacheable for this reason. The tasks run every time even when Gradle runs with--build-cache
.ktlint-gradle version 9.3.0
The text was updated successfully, but these errors were encountered: