Skip to content

Commit

Permalink
Update ComposeCompilerCompatibility.kt (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored and igordmn committed Aug 17, 2023
1 parent df5396f commit 86c3a53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal object ComposeCompilerCompatibility {
"1.8.22" to "1.4.8",
"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-rc01"
"1.9.0" to "1.5.1-rc02"
)

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

0 comments on commit 86c3a53

Please sign in to comment.