From 668b5c35ea900750c35f2ea8d878c1c5e6a04607 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 19 Dec 2020 09:54:05 -0800 Subject: Kotlin for Forge 1.7.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5286523..6d5b82d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To implement in an existing project, paste the following into your build.gradle: ```groovy buildscript { dependencies { - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20" } } @@ -40,7 +40,7 @@ repositories { dependencies { // Use the latest version of KotlinForForge - implementation 'thedarkcolour:kotlinforforge:1.6.2' + implementation 'thedarkcolour:kotlinforforge:1.7.0' } compileKotlin { -- cgit