File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ dependencies {
14
14
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
15
15
implementation(files(pluginLibs.javaClass.superclass.protectionDomain.codeSource.location))
16
16
17
- implementation(pluginLibs.android.toolsBuild.gradle)
18
17
implementation(pluginLibs.javiersc.gradlePlugins.allPlugins)
19
18
implementation(pluginLibs.jetbrains.kotlin.kotlinGradlePlugin)
20
19
implementation(pluginLibs.jetbrains.kotlinx.binaryCompatibilityValidator)
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- android = " 7.0.3"
3
2
javierscGradlePlugins = " 0.1.0-rc.22"
4
3
kotlin = " 1.6.0"
5
4
kotlinBinaryValidator = " 0.8.0"
6
5
7
6
[libraries ]
8
- android-toolsBuild-gradle = { module = " com.android.tools.build:gradle" , version.ref = " android" }
9
7
javiersc-gradlePlugins-allPlugins = { module = " com.javiersc.gradle-plugins:all-plugins" , version.ref = " javierscGradlePlugins" }
10
8
jetbrains-kotlin-kotlinGradlePlugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
11
9
jetbrains-kotlinx-binaryCompatibilityValidator = { module = " org.jetbrains.kotlinx:binary-compatibility-validator" , version.ref = " kotlinBinaryValidator" }
You can’t perform that action at this time.
0 commit comments