From d0125086b88a83033483a74b50c2289b07dd53da Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 18 Apr 2020 12:39:25 -0700 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 620aecc..ccf82c6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ buildscript { } dependencies { // Make sure to use the correct version - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4-M1" } } @@ -28,7 +28,7 @@ repositories { dependencies { // Uses the latest version of KotlinForForge - implementation 'thedarkcolour:kotlinforforge:1+' + implementation 'thedarkcolour:kotlinforforge:1.2.1' } compileKotlin { -- cgit