Introduce molecule
This commit is contained in:
parent
ebfb3bec51
commit
df13ec7445
3 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ android_gradle_plugin = "7.3.1"
|
|||
firebase_gradle_plugin = "3.0.2"
|
||||
kotlin = "1.7.20"
|
||||
ksp = "1.7.20-1.0.7"
|
||||
molecule = "0.6.1"
|
||||
|
||||
# AndroidX
|
||||
material = "1.6.1"
|
||||
|
|
@ -142,3 +143,4 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|||
anvil = {id = "com.squareup.anvil", version.ref = "anvil"}
|
||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
|
||||
molecule = {id = "app.cash.molecule", version.ref = "molecule"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue