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
// 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
Copy file name to clipboardExpand all lines: src/core/build.gradle.kts
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -188,10 +188,3 @@ tasks.jar {
188
188
from("$rootDir/xdocs/images/logo.svg")
189
189
}
190
190
}
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
0 commit comments