ReaderForSelfoss-multiplatform/settings.gradle.kts

11 lines
197 B
Plaintext
Raw Normal View History

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