From fc66ae02378a2e5e814e93ae7baf77091b8b50f6 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Thu, 19 Dec 2019 15:10:19 -0800 Subject: Update 1.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d47218..f28b329 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To implement in your project, add the following to your build.gradle: buildscript { // ... dependencies { - // Check the mod file for the Kotlin version + // Make sure to use the correct version classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61" } } -- cgit