From 98458685ef50708edb3aebc4d72366d4bc41d71a Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 20 Jun 2020 17:47:55 -0700 Subject: Update Kotlin for Forge 1.3.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index c4f4ba4..8ee44fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,6 @@ # This is required to provide enough memory for the Minecraft decompilation process. org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -kotlin_version=1.4-M1 -coroutines_version = 1.3.4 +kotlin_version=1.4-M2 +coroutines_version = 1.3.7 annotations_version = 19.0.0 \ No newline at end of file -- cgit