gradle: use compose version ref for compiler dependency (#1725)

This commit is contained in:
Harsh Shandilya
2022-02-10 19:42:44 +05:30
committed by GitHub
parent 6d0da481d3
commit 590f081d70

View File

@@ -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" }