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/native/CocoaPodsIT.kt
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1094,13 +1094,16 @@ class CocoaPodsIT : BaseGradleIT() {
1094
1094
pod("SDWebImage/Core")
1095
1095
""".trimIndent())
1096
1096
1097
+
val currentGradleVersion = chooseWrapperVersionOrFinishTest()
0 commit comments