9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Cooking Tutorial

1. Wet the drys
2. Dry the wets
3. Wet the drys
4. Dry the wets
5. Wet the drys
6. Now dust the wets
This commit is contained in:
Dreeam
2025-03-28 03:11:27 -04:00
parent e97f007991
commit 236010caba
218 changed files with 3186 additions and 276 deletions

View File

@@ -38,5 +38,4 @@ rootProject.name = "leaf"
for (name in listOf("leaf-api", "leaf-server")) {
val projName = name.lowercase(Locale.ENGLISH)
include(projName)
findProject(":$projName")!!.projectDir = file(name)
}