mirror of
https://github.com/jlengrand/my-good-first-issues.git
synced 2026-03-10 08:31:23 +00:00
10 lines
218 B
Kotlin
10 lines
218 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
|
mavenCentral()
|
|
maven("https://plugins.gradle.org/m2/")
|
|
}
|
|
}
|
|
rootProject.name = "my-good-first-issues"
|
|
|