aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2019-12-19 15:10:19 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2019-12-19 15:10:19 -0800
commitfc66ae02378a2e5e814e93ae7baf77091b8b50f6 (patch)
tree6858c508c0124bfa1aa5093e983762986c50120e
parent88d27da569789b80844418af4d941c7a93299311 (diff)
downloadKotlinForForge-fc66ae02378a2e5e814e93ae7baf77091b8b50f6.tar.gz
KotlinForForge-fc66ae02378a2e5e814e93ae7baf77091b8b50f6.tar.bz2
KotlinForForge-fc66ae02378a2e5e814e93ae7baf77091b8b50f6.zip
Update 1.0.0
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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"
}
}