Add Kotlin Android plugin to module

This commit is contained in:
smdyv 2021-11-22 16:18:59 +01:00 committed by Daniel Micay
parent 290000687a
commit 90d4b22799
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ if (useKeystoreProperties) {
plugins {
id("com.android.application")
id("kotlin-android")
}
android {