Files
Umbrella/notes/build.gradle.kts
2025-07-28 18:22:13 +02:00

7 lines
88 B
Kotlin

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