diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-12-19 15:10:19 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-12-19 15:10:19 -0800 |
commit | fc66ae02378a2e5e814e93ae7baf77091b8b50f6 (patch) | |
tree | 6858c508c0124bfa1aa5093e983762986c50120e | |
parent | 88d27da569789b80844418af4d941c7a93299311 (diff) | |
download | KotlinForForge-fc66ae02378a2e5e814e93ae7baf77091b8b50f6.tar.gz KotlinForForge-fc66ae02378a2e5e814e93ae7baf77091b8b50f6.tar.bz2 KotlinForForge-fc66ae02378a2e5e814e93ae7baf77091b8b50f6.zip |
Update 1.0.0
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } } |