android: Enable Kotlin support
This commit is contained in:
parent
96ea063b45
commit
834d53fbbf
4 changed files with 30 additions and 26 deletions
|
@ -1 +1,15 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
include ':app'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue