plugins { id("com.github.johnrengelman.shadow") version "8.1.0" apply false kotlin("jvm") version "1.8.10" apply false } rootProject.name = "MultiServerMan" include("common", "parent-side", "child-side") include("api")