mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
9 lines
127 B
Kotlin
9 lines
127 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
jcenter()
|
|
google()
|
|
}
|
|
}
|
|
|
|
include(":app")
|