gradle: use compose version ref for compiler dependency (#1725)
This commit is contained in:
parent
6d0da481d3
commit
590f081d70
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue