Migrate to Kotlin DSL

This commit is contained in:
Kirill Kamakin
2022-07-29 21:43:07 +02:00
parent 33bd8ba820
commit 8193db9498
8 changed files with 404 additions and 248 deletions

11
settings.gradle.kts Normal file
View File

@@ -0,0 +1,11 @@
@file:Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Mealient"
include(":app")