dependency graph

This commit is contained in:
Milos Kozak 2022-11-24 10:42:08 +01:00
parent 2e034e91fa
commit 11d51098be
3 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -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"
}
}

3
dependencyGraph.bat Normal file
View file

@ -0,0 +1,3 @@
call gradlew generateProjectDependencyGraph
build\reports\project-dependency-graph\project-dependency-graph.png
call gradlew --stop