Skip to content

Commit

Permalink
Add kotlin 2.0.0-Beta1 to ComposeCompilerCompatibility (#3934)
Browse files Browse the repository at this point in the history
I decided to add the kotlin version name to the name of our artefact to
make it more obvious.
  • Loading branch information
eymar authored Nov 16, 2023
1 parent 62d9dcd commit ab34030
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 ab34030

Please sign in to comment.