diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-04-18 12:51:19 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-04-18 12:51:19 -0700 |
commit | fb1a0c4f0c241fbb976d10959eb89e7b8f227258 (patch) | |
tree | 7feb028f1960ccfc5ef547318532d04cfa63c9c3 /README.md | |
parent | 5b97e9bc7050c46f77f4b50eab2b3cb277166f56 (diff) | |
download | KotlinForForge-fb1a0c4f0c241fbb976d10959eb89e7b8f227258.tar.gz KotlinForForge-fb1a0c4f0c241fbb976d10959eb89e7b8f227258.tar.bz2 KotlinForForge-fb1a0c4f0c241fbb976d10959eb89e7b8f227258.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ dependencies { compileKotlin { // Needed if you use Forge.kt + // and Kotlin 1.4 language features kotlinOptions { jvmTarget = '1.8' languageVersion = '1.4' |