We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0489978 commit 5b6871fCopy full SHA for 5b6871f
1 file changed
gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration/GradlePluginTest.kt
@@ -86,8 +86,8 @@ class GradlePluginTest : GradlePluginTestBase() {
86
}
87
88
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"
+ // 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
+ private val oldestSupportedKotlinVersion = "2.2.0"
91
@Test
92
fun testOldestKotlinMpp() = with(
93
testProject(
0 commit comments