Android: Introduce Kotlin support

This commit is contained in:
Charles Lombardo
2022-12-11 03:16:33 -05:00
parent cac5d0b8f5
commit 8226506c84
4 changed files with 35 additions and 24 deletions

View File

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