Files
kotlin-fork/idea/testData/gradle/nativeRunConfiguration/customEntryPointWithoutRunGutter/settings.gradle.kts
T
2020-06-10 15:58:47 +03:00

10 lines
238 B
Kotlin
Vendored

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