Skip to content

Commit

Permalink
删除kotlin减小体积
Browse files Browse the repository at this point in the history
  • Loading branch information
AoEiuV020 committed Mar 14, 2022
1 parent 9c7dacb commit 2918561
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
plugins {
id 'com.android.application' version '7.1.2' apply false
id 'com.android.library' version '7.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.5.30' apply false
}

task clean(type: Delete) {
Expand Down
4 changes: 0 additions & 4 deletions hook/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
}

android {
Expand All @@ -26,9 +25,6 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
}

dependencies {
Expand Down

0 comments on commit 2918561

Please sign in to comment.