aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-04-18 12:45:04 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-04-18 12:45:04 -0700
commit40d0b9152bcdc3ad607a2337755297772de6dbe3 (patch)
treebdd0be04bfb36683ff9a85d41dfd754691ec7f57
parentd0125086b88a83033483a74b50c2289b07dd53da (diff)
downloadKotlinForForge-40d0b9152bcdc3ad607a2337755297772de6dbe3.tar.gz
KotlinForForge-40d0b9152bcdc3ad607a2337755297772de6dbe3.tar.bz2
KotlinForForge-40d0b9152bcdc3ad607a2337755297772de6dbe3.zip
Update 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/'
}