Inceptum/settings.gradle.kts

12 lines
263 B
Plaintext
Raw Permalink Normal View History

rootProject.name = "Inceptum"
include("common")
include("wrapper")
include("launcher")
2022-09-04 21:21:24 +02:00
include("launcher-cli")
include("launcher-imgui")
include("launcher-dist")
include("launchwrapper")
include("launcher-gtk")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")