aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-04-18 12:47:43 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-04-18 12:47:43 -0700
commit70cf2392f24ba7fd55e1d39c27fe46f640aaa42d (patch)
tree1008ab59a8bc78a845098ed3fd86b65eac230b1e /README.md
parent40d0b9152bcdc3ad607a2337755297772de6dbe3 (diff)
downloadKotlinForForge-70cf2392f24ba7fd55e1d39c27fe46f640aaa42d.tar.gz
KotlinForForge-70cf2392f24ba7fd55e1d39c27fe46f640aaa42d.tar.bz2
KotlinForForge-70cf2392f24ba7fd55e1d39c27fe46f640aaa42d.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10bdea1..a4bc6c6 100644
--- a/README.md
+++ b/README.md
@@ -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