ReaderForSelfoss-multiplatform/settings.gradle.kts
aminecmi bef0fa29b4
Some checks failed
Check master code / checkout (push) Has been cancelled
test: test
2024-12-23 23:20:21 +01:00

29 lines
444 B
Plaintext

pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
buildCache {
local {
directory = File(rootDir, "build-cache")
}
remote<HttpBuildCache> {
isEnabled = false
}
}
rootProject.name = "ReaderForSelfossV2"
include(":androidApp")
include(":shared")