build: split up into multiple projects, use kotlin DLS
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
This commit is contained in:
18
settings.gradle.kts
Normal file
18
settings.gradle.kts
Normal file
@@ -0,0 +1,18 @@
|
||||
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");
|
||||
Reference in New Issue
Block a user