mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): add dependency-analysis plugin
This commit is contained in:
parent
5a268fa5bd
commit
a6fb1fd788
2 changed files with 2 additions and 0 deletions
|
@ -8,4 +8,5 @@ plugins {
|
||||||
id("dev.msfjarvis.claw.spotless")
|
id("dev.msfjarvis.claw.spotless")
|
||||||
id("dev.msfjarvis.claw.versions")
|
id("dev.msfjarvis.claw.versions")
|
||||||
id("dev.msfjarvis.claw.kotlin-common")
|
id("dev.msfjarvis.claw.kotlin-common")
|
||||||
|
alias(libs.plugins.dependencyAnalysis)
|
||||||
}
|
}
|
||||||
|
|
|
@ -113,6 +113,7 @@ android-lint = { id = "com.android.lint", version.ref = "agp" }
|
||||||
android-test = { id = "com.android.test", version.ref = "agp" }
|
android-test = { id = "com.android.test", version.ref = "agp" }
|
||||||
anvil = "com.squareup.anvil:2.5.0-beta07"
|
anvil = "com.squareup.anvil:2.5.0-beta07"
|
||||||
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
|
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
|
||||||
|
dependencyAnalysis = "com.autonomousapps.dependency-analysis:1.31.0"
|
||||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||||
ksp = "com.google.devtools.ksp:1.9.23-1.0.20"
|
ksp = "com.google.devtools.ksp:1.9.23-1.0.20"
|
||||||
licensee = "app.cash.licensee:1.11.0"
|
licensee = "app.cash.licensee:1.11.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue