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