Миграция на Kotlin DSL

This commit is contained in:
2023-04-07 21:34:59 +03:00
parent 8db9a89237
commit 481cd770f4
13 changed files with 203 additions and 108 deletions
+4
View File
@@ -0,0 +1,4 @@
plugins {
id("com.android.application") version(Versions.gradle)
id("org.jetbrains.kotlin.android") version(Versions.kotlin)
}