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
It should use regular utilities for checking compiled sources. BTA produces debug IC logs in slightly different form which is already handled in the utilities. Required for KT-78199
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/android/Kapt3AndroidIncrementalIT.kt
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -109,12 +109,8 @@ open class Kapt3AndroidIncrementalIT : Kapt3BaseIT() {
109
109
110
110
// Output is combined with previous build, but we are only interested in the compilation
111
111
// from second build to avoid false positive test failure
0 commit comments