Skip to content

Commit 18ff193

Browse files
committed
Remove compile configuration references
1 parent 02312aa commit 18ff193

File tree

53 files changed

+0
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+0
-53
lines changed

mobile_app1/leafModuleMax/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apply plugin: 'java-library'
22
apply plugin: 'kotlin'
33
dependencies {
4-
compile fileTree(dir: 'libs', include: ['*.jar'])
54
implementation "org.jetbrains.kotlin:kotlin-allopen:1.4.21"
65
implementation "org.checkerframework:checker-compat-qual:2.5.5"
76
}

mobile_app1/module1002/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
implementation "org.jetbrains.kotlin:kotlin-allopen:1.4.21"
54
implementation project(':leafModuleMax')
65
implementation "io.reactivex.rxjava2:rxandroid:2.1.1"

mobile_app1/module1021/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
implementation "org.jetbrains.kotlin:kotlin-allopen:1.4.21"
54
implementation "io.reactivex.rxjava2:rxandroid:2.1.1"
65
implementation project(':leafModuleMax')

mobile_app1/module1066/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
implementation project(':module99')
54
implementation "org.jetbrains.kotlin:kotlin-allopen:1.4.21"
65
implementation project(':leafModuleMax')

mobile_app1/module1103/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
implementation "org.jetbrains.kotlin:kotlin-allopen:1.4.21"
54
implementation project(':leafModuleMax')
65
implementation "androidx.annotation:annotation-experimental:1.0.0"

mobile_app1/module112/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
implementation "org.jetbrains.kotlin:kotlin-allopen:1.4.21"
54
implementation project(':leafModuleMax')
65
implementation "org.checkerframework:checker-compat-qual:2.5.5"

mobile_app1/module1139/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
implementation "org.jetbrains.kotlin:kotlin-allopen:1.4.21"
54
implementation project(':module23')
65
implementation project(':leafModuleMax')

mobile_app1/module1150/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
implementation project(':module319')
54
implementation project(':leafModuleMax')
65
implementation "org.checkerframework:checker-compat-qual:2.5.5"

mobile_app1/module116/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
}
54
sourceCompatibility = "1.8"
65
targetCompatibility = "1.8"

mobile_app1/module1208/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'java-library'
22
dependencies {
3-
compile fileTree(dir: 'libs', include: ['*.jar'])
43
implementation project(':leafModuleMax')
54
implementation "org.jetbrains.kotlin:kotlin-allopen:1.4.21"
65
implementation "org.checkerframework:checker-compat-qual:2.5.5"

0 commit comments

Comments
 (0)