Files
kotlin-fork/idea/testData/gradle/nativeRunConfiguration/customEntryPointWithoutRunGutter/settings.gradle.kts
T
2020-12-09 18:16:06 +03:00

9 lines
180 B
Kotlin
Vendored

pluginManagement {
repositories {
maven("https://dl.bintray.com/kotlin/kotlin-dev")
mavenLocal()
gradlePluginPortal()
}
}
rootProject.name = "test"