aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
}