This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/settings.gradle.kts

9 lines
127 B
Text

pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
google()
}
}
include(":app")