mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 21:27:01 +05:30
11 lines
236 B
Kotlin
11 lines
236 B
Kotlin
rootProject.name = "Claw"
|
|
|
|
include(":app", ":api", ":common", ":database", ":desktop")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
|
}
|
|
}
|