mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 14:27:02 +05:30
desktop: initialize subproject
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
2a543d3aad
commit
be6e0c9498
10 changed files with 175 additions and 8 deletions
|
@ -1,9 +1,10 @@
|
|||
rootProject.name = "Claw"
|
||||
include(":app", ":api", ":database")
|
||||
include(":app", ":api", ":database", ":desktop")
|
||||
enableFeaturePreview("GRADLE_METADATA")
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue