mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 16:18:59 +02:00
android: Enable Kotlin support
This commit is contained in:
parent
a65a6e7b36
commit
b07a640036
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