From 74d97d596bac79bd08e2f39221d1d6b7e4bff04d Mon Sep 17 00:00:00 2001 From: Darley-Wey Date: Tue, 16 Aug 2022 20:45:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B71.?= =?UTF-8?q?1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 83f57de..7fc65cc 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,6 @@ buildscript { plugins { id 'com.android.application' version '7.2.2' apply false id 'com.android.library' version '7.2.2' apply false -// Starting with kotlin 1.6.20 you won't need touch build.gradle id 'org.jetbrains.kotlin.android' version '1.7.0' apply false }