From 29185611d3453076c0d0845cc1660208bb8e2a96 Mon Sep 17 00:00:00 2001 From: AoEiuV020 Date: Mon, 14 Mar 2022 23:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4kotlin=E5=87=8F=E5=B0=8F?= =?UTF-8?q?=E4=BD=93=E7=A7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 - hook/build.gradle | 4 ---- 2 files changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 8b75098..2fcc7ef 100644 --- a/build.gradle +++ b/build.gradle @@ -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) { diff --git a/hook/build.gradle b/hook/build.gradle index 210a5cc..6870b7e 100644 --- a/hook/build.gradle +++ b/hook/build.gradle @@ -1,6 +1,5 @@ plugins { id 'com.android.application' - id 'org.jetbrains.kotlin.android' } android { @@ -26,9 +25,6 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } - kotlinOptions { - jvmTarget = '1.8' - } } dependencies {