pluginManagement { repositories { mavenCentral() gradlePluginPortal() maven { url = uri("KOTLIN_REPO") } } } rootProject.name = "backendApplication"