aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 886a612..8d8f2f6 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ buildscript {
}
dependencies {
// Make sure to use the correct version
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4-M2"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0-rc"
}
}
@@ -31,10 +31,6 @@ 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/'
}