ReaderForSelfoss-multiplatform/settings.gradle.kts

18 lines
298 B
Plaintext
Raw Normal View History

2022-03-22 14:35:23 +00:00
pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
2022-03-22 14:35:23 +00:00
}
}
2022-10-22 18:47:38 +00:00
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
2022-10-22 18:47:38 +00:00
}
}
2022-03-22 14:35:23 +00:00
rootProject.name = "ReaderForSelfossV2"
include(":androidApp")
include(":shared")