Browse Source

staretd new module for bookmarks

featue/module_registry
Stephan Richter 3 months ago
parent
commit
fd107546d8
  1. 6
      bookmark/build.gradle.kts
  2. 1
      settings.gradle.kts

6
bookmark/build.gradle.kts

@ -0,0 +1,6 @@
description = "Umbrella : Bookmarks"
dependencies{
implementation(project(":core"))
}

1
settings.gradle.kts

@ -1,6 +1,7 @@
rootProject.name = "Umbrella25" rootProject.name = "Umbrella25"
include("backend") include("backend")
include("bookmark")
include("company") include("company")
include("contact") include("contact")
include("core") include("core")

Loading…
Cancel
Save