Skip to content

Commit

Permalink
Update ComposeCompilerCompatability.kt (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn authored Dec 13, 2022
1 parent 153bf10 commit bb723f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ private const val KOTLIN_COMPATABILITY_LINK =
internal object ComposeCompilerCompatability {
private val kotlinToCompiler = sortedMapOf(
"1.7.10" to "1.3.0",
"1.7.20" to "1.3.2.1",
"1.7.20" to "1.3.2.2-beta01",
)

fun compilerVersionFor(kotlinVersion: String): String {
Expand Down

0 comments on commit bb723f8

Please sign in to comment.