Skip to content

Commit 59d8188

Browse files
MatkovIvanWojciech Liberda
authored andcommitted
Bump kotlin in gradle tests (JetBrains#5407)
Compose now uses Kotlin 2.2 with incompatiable ABI ## Release Notes N/A
1 parent c3973ca commit 59d8188

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration

gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration/GradlePluginTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ class GradlePluginTest : GradlePluginTestBase() {
8686
}
8787
}
8888

89-
// Note: we can't test non-jvm targets with Kotlin older than 2.1.0, because of klib abi version bump in 2.1.0
90-
private val oldestSupportedKotlinVersion = "2.1.0"
89+
// Note: we can't test non-jvm targets with Kotlin older than 2.2.0, because of klib abi version bump in 2.2.0
90+
private val oldestSupportedKotlinVersion = "2.2.0"
9191
@Test
9292
fun testOldestKotlinMpp() = with(
9393
testProject(

0 commit comments

Comments
 (0)