Skip to content

Commit

Permalink
Update kotlin version compatibility documentation link (#4804)
Browse files Browse the repository at this point in the history
update kotlin version compatibility documentation link to the new page
(https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html)
  • Loading branch information
wiryadev committed May 13, 2024
1 parent 885ea3d commit 8c1638d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 8c1638d

Please sign in to comment.