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