Skip to content

Commit 05c8659

Browse files
committed
1 parent b36a9c4 commit 05c8659

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/core/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,10 @@ tasks.jar {
188188
from("$rootDir/xdocs/images/logo.svg")
189189
}
190190
}
191+
192+
afterEvaluate {
193+
tasks.named("kaptTestFixturesKotlin") {
194+
// Workaround for https://youtrack.jetbrains.com/issue/KT-45329/IDE-KAPT-Number-of-loaded-files-in-snapshots-differs-when-using-Run-with-Coverage-and-project-has-Java-and-Kotlin-targets-with
195+
inputs.property("wa.to.trigger.full.recompilation", "1")
196+
}
197+
}

0 commit comments

Comments
 (0)