diff options
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7903da8b..8619a390 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -54,7 +54,7 @@ dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" } compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" } -compose-compiler = "androidx.compose.compiler:compiler:1.1.0-rc03" +compose-compiler = "androidx.compose.compiler:compiler:1.1.0" compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "compose" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" } compose-material = { module = "androidx.compose.material:material", version.ref = "compose" } |