diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-04-18 12:47:43 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-04-18 12:47:43 -0700 |
commit | 70cf2392f24ba7fd55e1d39c27fe46f640aaa42d (patch) | |
tree | 1008ab59a8bc78a845098ed3fd86b65eac230b1e /README.md | |
parent | 40d0b9152bcdc3ad607a2337755297772de6dbe3 (diff) | |
download | KotlinForForge-70cf2392f24ba7fd55e1d39c27fe46f640aaa42d.tar.gz KotlinForForge-70cf2392f24ba7fd55e1d39c27fe46f640aaa42d.tar.bz2 KotlinForForge-70cf2392f24ba7fd55e1d39c27fe46f640aaa42d.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ compileKotlin { // Needed if you use Forge.kt kotlinOptions { jvmTarget = '1.8' + languageVersion = '1.4' + apiVersion = '1.4' } // Required to run in dev environment |