Skip to content

Commit

Permalink
Add kotlin 2.0.0-Beta1 to ComposeCompilerCompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Nov 16, 2023
1 parent 62d9dcd commit 4f19a5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ internal object ComposeCompilerCompatibility {
"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",
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
)

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

0 comments on commit 4f19a5c

Please sign in to comment.