j2s/settings.gradle.kts
TopchetoEU d563fc4919
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
build: split up into multiple projects, use kotlin DLS
2025-01-10 04:14:40 +02:00

18 lines
317 B
Plaintext

pluginManagement {
repositories {
mavenCentral();
gradlePluginPortal();
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0";
}
// rootProject.name = properties.project_name;
include(":lib");
include(":common");
include(":repl");
include(":runtime");
include(":compilation");