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'