From fb1a0c4f0c241fbb976d10959eb89e7b8f227258 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 18 Apr 2020 12:51:19 -0700 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60c61fc..791486e 100644 --- a/README.md +++ b/README.md @@ -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' -- cgit