Add Kotlin to project

This commit is contained in:
Niko Diamadis
2022-11-01 23:09:22 +01:00
parent 466cd00d0f
commit f73fd7ac8c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
plugins {
id "com.diffplug.spotless" version "6.11.0"
id 'kotlin-android'
}
apply plugin: 'com.android.application'

View File

@@ -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