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
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/HierarchicalMppIT.kt
+32
Original file line number
Diff line number
Diff line change
@@ -1248,6 +1248,38 @@ open class HierarchicalMppIT : KGPBaseTest() {
1248
1248
}
1249
1249
}
1250
1250
1251
+
@GradleTest
1252
+
@DisplayName("KT-65954 Metadata Compilation should not fail when test source set has higher version of a library")
0 commit comments