Skip to content

Commit

Permalink
JetPack Compose compiler 1.5.1 (#293)
Browse files Browse the repository at this point in the history
* JetPack Compose compiler 1.5.1

* Update libs.versions.toml
  • Loading branch information
JakeWharton authored Aug 25, 2023
1 parent 8b8b625 commit 7dd3537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3" }

coil-compose = "io.coil-kt:coil-compose:2.4.0"

jetbrains-compose-compiler = { module = "org.jetbrains.compose.compiler:compiler", version = "1.5.0" }
jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.1"
jetbrains-compose-plugin = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "jetbrains-compose" }
jetbrains-compose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "jetbrains-compose" }

Expand Down

0 comments on commit 7dd3537

Please sign in to comment.