staretd new module for bookmarks
This commit is contained in:
6
bookmark/build.gradle.kts
Normal file
6
bookmark/build.gradle.kts
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
description = "Umbrella : Bookmarks"
|
||||||
|
|
||||||
|
dependencies{
|
||||||
|
implementation(project(":core"))
|
||||||
|
}
|
||||||
|
|
||||||
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user