settings.gradle.kts (17 lines of code) (raw):
rootProject.name = "FBME"
include(
"code:4diac-integration",
"code:enas",
"code:language",
"code:library",
"code:nxt-integration",
"code:platform",
"code:richediting",
"code:scenes",
"code:smv-debugger",
"code:debugger",
"docs",
"samples:statistics-plugin",
"samples:sandbox",
"samples:smv-debugger"
)