mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
10 lines
166 B
Kotlin
10 lines
166 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "TachiyomiJ2K"
|
|
include(":app")
|