diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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/' } |