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/NewMultiplatformIT.kt
+8-8
Original file line number
Diff line number
Diff line change
@@ -705,8 +705,8 @@ class NewMultiplatformIT : BaseGradleIT() {
705
705
"\n"+"""
706
706
kotlin.sourceSets.all {
707
707
languageSettings {
708
-
languageVersion = "1.3"
709
-
apiVersion = "1.3"
708
+
languageVersion = "1.4"
709
+
apiVersion = "1.4"
710
710
}
711
711
}
712
712
""".trimIndent()
@@ -716,7 +716,7 @@ class NewMultiplatformIT : BaseGradleIT() {
0 commit comments