1 2 3 4
apply(from = "../template.settings.gradle.kts") rootProject.name = "it-multimodule-1" include(":first") include(":second")