Files
Umbrella/wiki/build.gradle.kts
2025-09-09 08:35:06 +02:00

5 lines
85 B
Kotlin

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