Add Kotlin to project
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
id "com.diffplug.spotless" version "6.11.0"
|
||||
id 'kotlin-android'
|
||||
}
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.3.1'
|
||||
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
Reference in New Issue
Block a user