Therefore task and project module had to be created and partially implemented
9 lines
288 B
Kotlin
9 lines
288 B
Kotlin
description = "Umbrella : Legacy API"
|
|
|
|
dependencies{
|
|
implementation(project(":core"))
|
|
implementation(project(":user"))
|
|
implementation("de.srsoftware:tools.mime:1.1.2")
|
|
implementation("org.bitbucket.b_c:jose4j:0.9.6")
|
|
implementation("org.xerial:sqlite-jdbc:3.49.0.0")
|
|
} |