pluginManagement { repositories { mavenCentral() gradlePluginPortal() } plugins { val kotlinVersion: String by settings val kspVersion: String by settings kotlin("jvm") version kotlinVersion kotlin("kapt") version kotlinVersion id("com.google.devtools.ksp") version kspVersion } } plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" } rootProject.name = "BingoNet-Server" include("annotation-proccessor", "shared-annotation-proccessor", "main", "detekt-rules")