pluginManagement { repositories { mavenCentral() gradlePluginPortal() maven { url 'KOTLIN_REPO' } } } rootProject.name = 'fullStackWebApplication'