From 2270c82c340e89b40291efa144dd5dd73710ff51 Mon Sep 17 00:00:00 2001 From: nilupeng <qingingrunt2010@qq.com> Date: Wed, 10 Aug 2022 11:53:27 +0000 Subject: [PATCH] 登录信息,头像上传 --- 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