Skip to content

Commit

Permalink
dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Nov 24, 2022
1 parent 2e034e9 commit 11d5109
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins {
id 'kotlinx-serialization'
id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
id 'com.vanniktech.dependency.graph.generator'

}

apply from: "${project.rootDir}/core/core-main/android_dependencies.gradle"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'com.hiya:jacoco-android:0.2'
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.8.0"
}
}

Expand Down
3 changes: 3 additions & 0 deletions dependencyGraph.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
call gradlew generateProjectDependencyGraph
build\reports\project-dependency-graph\project-dependency-graph.png
call gradlew --stop

0 comments on commit 11d5109

Please sign in to comment.