From 024fabb9b4098b3842019d496b0fb15fec0191a0 Mon Sep 17 00:00:00 2001 From: Runt <qingingrunt2010@qq.com> Date: Sun, 14 Aug 2022 07:11:23 +0000 Subject: [PATCH] README.md 完善 --- build.gradle | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/build.gradle b/build.gradle index 7cbb664..efa40c2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { + ext.kotlin_version = "1.4.31" repositories { google() mavenCentral() } dependencies { classpath "com.android.tools.build:gradle:7.0.3" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files -- Gitblit v1.9.1