mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
17 lines
284 B
Kotlin
17 lines
284 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
jcenter()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven { url = uri("https://maven.pkg.jetbrains.space/public/p/compose/dev") }
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Claw"
|
|
|
|
include(":android")
|
|
|
|
include(":desktop")
|
|
|
|
include(":common")
|