转移至Kotlin

This commit is contained in:
LittleTurtle2333
2022-02-15 16:33:08 +08:00
parent 21687bc78b
commit d9780c9e3d
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
plugins { plugins {
id 'com.android.application' id 'com.android.application'
id 'kotlin-android'
} }
android { android {

View File

@@ -6,6 +6,7 @@ buildscript {
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:7.0.4" classpath "com.android.tools.build:gradle:7.0.4"
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files