Skip to content

Commit

Permalink
Support kotlin 1.9.20-Beta (#3656)
Browse files Browse the repository at this point in the history
* Support kotlin 1.9.20-Beta

* Update VERSIONING.md

* Update VERSIONING.md
  • Loading branch information
eymar committed Sep 11, 2023
1 parent c44601a commit 7c43453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Kotlin version | Minimal Compose version | Notes
1.8.21 | 1.4.3
1.8.22 | 1.4.3
1.9.0 | 1.4.3
1.9.10 | 1.5.1
1.9.10 | 1.5.2
1.9.20-Beta | 1.5.2.1-Beta

### Using the latest Kotlin version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ internal object ComposeCompilerCompatibility {
"1.9.0-Beta" to "1.4.7.1-beta",
"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.10" to "1.5.2",
"1.9.20-Beta" to "1.5.2.1-Beta"
)

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

0 comments on commit 7c43453

Please sign in to comment.