From 37bbbf0307a2fec29d5d1763cbc5f1b910def7e7 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Thu, 10 Sep 2020 10:26:16 -0700 Subject: Update to Kotlin for Forge 1.5.0 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 9b8074d..8a4ba0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -kotlin_version=1.4.0-rc -coroutines_version = 1.3.7 -annotations_version = 19.0.0 \ No newline at end of file +kotlin_version=1.4.0 +coroutines_version = 1.3.9 +annotations_version = 20.0.0 \ No newline at end of file -- cgit