write hakurei config representation

This commit is contained in:
mae
2025-09-27 03:33:23 -05:00
parent b57edb8d3a
commit bc1c7172d4
8 changed files with 163 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "planterette"
rootProject.name = "planterette"
include("definition")
include("host")