Skip to content

Commit

Permalink
Update ComposeCompilerCompatibility.kt (#3509)
Browse files Browse the repository at this point in the history
It updates the default version of compose compiler plugin for kotlin 1.9.0
For now it's 1.5.1-rc01 version. For a stable release, we'll build a stable 1.5.1 compose compiler plugin.

(cherry picked from commit ef04fee)
  • Loading branch information
eymar committed Aug 16, 2023
1 parent c76448b commit fe17c9e
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.0"
"1.9.0" to "1.5.1-rc01"
)

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

0 comments on commit fe17c9e

Please sign in to comment.