Skip to content

Commit

Permalink
Add kotlin 1.9.20-RC2 support (#3861)
Browse files Browse the repository at this point in the history
Add kotlin 1.9.20-RC2 support

(cherry picked from commit 75e7d17)
  • Loading branch information
eymar committed Oct 24, 2023
1 parent 529256b commit 359d75e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ internal object ComposeCompilerCompatibility {
"1.9.20-Beta" to "1.5.2.1-Beta2",
"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",
)

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

0 comments on commit 359d75e

Please sign in to comment.