mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-04 09:39:56 -06:00
31 lines
712 B
Kotlin
31 lines
712 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
|
}
|
|
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
//gradleEnterprise {
|
|
// // configuration
|
|
// buildScan {
|
|
// // Connecting to scans.gradle.com by agreeing to the terms of service
|
|
// termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
// termsOfServiceAgree = "yes"
|
|
// }
|
|
//}
|
|
|
|
rootProject.name = "KeyPass"
|
|
include(":app")
|
|
include(":shared")
|
|
include(":common")
|
|
//include(":desktop") |