aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-17 15:20:25 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-17 15:32:06 +0200
commit17fd70cd03182abe3374ddcf49029e03b8863c96 (patch)
treea95b6f1f9b07ff04365020eb87e53d6e67409125 /settings.gradle.kts
parentee12107aeb40b4a432d817a82e2a93fc96f6ba45 (diff)
downloaddokka-17fd70cd03182abe3374ddcf49029e03b8863c96.tar.gz
dokka-17fd70cd03182abe3374ddcf49029e03b8863c96.tar.bz2
dokka-17fd70cd03182abe3374ddcf49029e03b8863c96.zip
Add kotlin-eap repository consistently to the project
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 3e6d1d8d..a9c50387 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -32,7 +32,8 @@ pluginManagement {
}
repositories {
- maven(url = "https://dl.bintray.com/kotlin/kotlin-dev/")
+ maven("https://dl.bintray.com/kotlin/kotlin-eap/")
+ maven("https://dl.bintray.com/kotlin/kotlin-dev/")
mavenCentral()
jcenter()
gradlePluginPortal()