Skip to content

Commit

Permalink
Support kotlin 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Oct 30, 2023
1 parent 0ad5cfa commit 89e50f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ internal object ComposeCompilerCompatibility {
"1.9.20-Beta2" to "1.5.2.1-Beta3",
"1.9.20-RC" to "1.5.2.1-rc01",
"1.9.20-RC2" to "1.5.3-rc01",
"1.9.20" to "1.5.3",
)

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

0 comments on commit 89e50f0

Please sign in to comment.