android: Enable Kotlin support

This commit is contained in:
Charles Lombardo 2023-03-06 02:01:37 -05:00 committed by bunnei
parent 96ea063b45
commit 834d53fbbf
4 changed files with 30 additions and 26 deletions

View file

@ -1 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
include ':app'