Inceptum/settings.gradle.kts
JFronny aede030a7f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
chore: refactor build scripts and update java-gi
2024-03-01 21:25:11 +01:00

12 lines
263 B
Plaintext

rootProject.name = "Inceptum"
include("common")
include("wrapper")
include("launcher")
include("launcher-cli")
include("launcher-imgui")
include("launcher-dist")
include("launchwrapper")
include("launcher-gtk")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")