This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
QScan/settings.gradle.kts
2023-03-10 11:30:10 -05:00

16 lines
323 B
Kotlin

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