aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ccf82c6..10bdea1 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ To implement in your project, paste the following into your build.gradle:
```groovy
buildscript {
repositories {
+ // For early access Kotlin versions
maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
}
dependencies {
@@ -21,6 +22,10 @@ apply plugin: 'kotlin'
repositories {
maven {
+ name = "Kotlin Early Access"
+ url = "https://dl.bintray.com/kotlin/kotlin-eap"
+ }
+ maven {
name = 'kotlinforforge'
url = 'https://thedarkcolour.github.io/KotlinForForge/'
}