From 2a30736db3ac5d065d9dd17f04aa10ca64e3d431 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 18 Apr 2020 00:14:00 -0700 Subject: Update 1.2.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 7a70982..c4f4ba4 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.3.70 +kotlin_version=1.4-M1 coroutines_version = 1.3.4 annotations_version = 19.0.0 \ No newline at end of file -- cgit