Files
Umbrella/translations/build.gradle.kts
Stephan Richter 163bcebf4f implemented document creation
this required a major refactoring of the object model
2025-07-10 12:49:32 +02:00

5 lines
93 B
Kotlin

description = "Umbrella : Translations"
dependencies{
implementation(project(":core"))
}