Browse Source

Update kotlin version compatibility documentation link (#4804)

update kotlin version compatibility documentation link to the new page
(https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html)
pull/4807/head v1.6.10-dev1632
Abrar Wiryawan 3 weeks ago committed by GitHub
parent
commit
8c1638d22c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt

2
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt

@ -1,7 +1,7 @@
package org.jetbrains.compose
private const val KOTLIN_COMPATIBILITY_LINK =
"https://github.com/JetBrains/compose-jb/blob/master/VERSIONING.md#kotlin-compatibility"
"https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html"
internal object ComposeCompilerCompatibility {
private val kotlinToCompiler = sortedMapOf(

Loading…
Cancel
Save