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