File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Plugin/plugin-dep/src/main/java/com/kronos/plugin/dep Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ class KronosPlugin : Plugin<Project> {
12
12
) {
13
13
it.group = " kronos"
14
14
}
15
+ project.allprojects {
16
+ task.apply ()
17
+ }
15
18
task.apply ()
16
19
}
17
20
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
apply plugin : ' kotlin-android-extensions'
3
3
apply plugin : ' kotlin-android'
4
- apply plugin : " dep-plugin"
5
4
6
5
android {
7
6
compileSdkVersion 28
@@ -37,5 +36,5 @@ dependencies {
37
36
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
38
37
androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
39
38
implementation ' com.github.leifzhang:QrCodeLibrary:0.0.1'
40
- // implementation dep.okhttp
39
+ implementation dep. okhttp
41
40
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
16
16
}
17
17
}
18
18
plugins {
19
- id(" dep-plugin" ) apply false
19
+ id(" dep-plugin" )
20
20
}
21
21
22
22
@@ -29,4 +29,4 @@ allprojects {
29
29
30
30
task clean (type : Delete ) {
31
31
delete rootProject. buildDir
32
- }
32
+ }
You can’t perform that action at this time.
0 commit comments