rootProject.name = "server" pluginManagement { plugins { kotlin("jvm") version "1.6.0" id("com.github.johnrengelman.shadow") version "7.1.0" } }