Skip to content

Commit

Permalink
build: Add module-graph-assertion plugin to root (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Cooper <[email protected]>
  • Loading branch information
grodin and Joseph Cooper authored Jul 24, 2023
1 parent 80f612f commit 462883e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ plugins {
alias(libs.plugins.taskTree)
alias(libs.plugins.dependencyAnalysis)
alias(libs.plugins.gradleDoctor)
alias(libs.plugins.moduleGraphAssertion)
}
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ kotlinx_coroutines = "1.6.0"
kotlinx_serialization = "1.3.1"
material = "1.2.1"
okhttp3 = "4.10.0"
plugin_dependencyAnalysis = "1.18.0"
processPhoenix = "2.1.2"
retrofit2 = "2.9.0"
robolectric = "4.7.3"
Expand All @@ -20,9 +19,11 @@ workflow = "1.6.0"

# plugins
agp = "7.4.1"
plugin_dependencyAnalysis = "1.18.0"
plugin_googleServices = "4.3.10"
plugin_gradleDoctor = "0.8.1"
plugin_ktfmt = "0.11.0"
plugin_moduleGraphAssertion = "2.4.1"
plugin_taskTree = "2.1.1"

# convention plugins from build-logic
Expand Down Expand Up @@ -83,6 +84,7 @@ kotlin_android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin_jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin_serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ktfmt = { id = "com.ncorti.ktfmt.gradle", version.ref = "plugin_ktfmt" }
moduleGraphAssertion = { id = "com.jraska.module.graph.assertion", version.ref = "plugin_moduleGraphAssertion" }
taskTree = { id = "com.dorongold.task-tree", version.ref = "plugin_taskTree" }

######################################
Expand Down

0 comments on commit 462883e

Please sign in to comment.