Apply the plugin com.autonomousapps.dependency-analysis only to the root project.
This commit is contained in:
parent
3d5cfe881b
commit
cd71c4b7e4
3 changed files with 0 additions and 3 deletions
|
|
@ -27,7 +27,6 @@ val libs = the<LibrariesForLibs>()
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application")
|
id("com.android.application")
|
||||||
id("kotlin-android")
|
id("kotlin-android")
|
||||||
id("com.autonomousapps.dependency-analysis")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ val libs = the<LibrariesForLibs>()
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.library")
|
id("com.android.library")
|
||||||
id("kotlin-android")
|
id("kotlin-android")
|
||||||
id("com.autonomousapps.dependency-analysis")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ val libs = the<LibrariesForLibs>()
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.library")
|
id("com.android.library")
|
||||||
id("kotlin-android")
|
id("kotlin-android")
|
||||||
id("com.autonomousapps.dependency-analysis")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue