From 40d0b9152bcdc3ad607a2337755297772de6dbe3 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 18 Apr 2020 12:45:04 -0700 Subject: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 { @@ -20,6 +21,10 @@ buildscript { 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/' -- cgit