feat(build): add module-graph-assert plugin

This commit is contained in:
Harsh Shandilya 2023-06-05 10:04:41 +05:30
parent 68db3dcda6
commit 0a1913e056
No known key found for this signature in database
3 changed files with 13 additions and 0 deletions

View file

@ -99,5 +99,6 @@ android-test = { id = "com.android.test", version.ref = "agp" }
anvil = "com.squareup.anvil:2.4.4"
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
modulegraph = "dev.iurysouza.modulegraph:0.4.0"
modulegraphassert = "com.jraska.module.graph.assertion:2.3.2"
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
whetstone = { id = "dev.msfjarvis.whetstone", version.ref = "whetstone" }