Skip to content

Commit

Permalink
Support kotlin 1.9.20-Beta2 (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Sep 22, 2023
1 parent 4054311 commit 393cfdd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ internal object ComposeCompilerCompatibility {
"1.9.0-RC" to "1.4.8-beta",
"1.9.0" to "1.5.1",
"1.9.10" to "1.5.2",
"1.9.20-Beta" to "1.5.2.1-Beta2"
"1.9.20-Beta" to "1.5.2.1-Beta2",
"1.9.20-Beta2" to "1.5.2.1-Beta3"
)

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

0 comments on commit 393cfdd

Please sign in to comment.