Files
2020-10-15 21:47:00 +03:00

9 lines
174 B
Groovy
Vendored

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