diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-02-10 19:42:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 14:12:44 +0000 |
commit | 590f081d70669b770dfd99a88cd9286926e3aedd (patch) | |
tree | e492809e3f7308847c50ad77c78d79fc2b85fd3f /gradle | |
parent | 6d0da481d37014448dd18b474ec62fad7b7f00b9 (diff) |
gradle: use compose version ref for compiler dependency (#1725)
Diffstat (limited to 'gradle')
-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 c0ede44c..e7a72ea9 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" +compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose" } 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" } |