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

17 lines
328 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "IkuTerminal"
include ':app'