From bfde82eaaaa9e667ab53ecfa986cebfcad515abb Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sun, 7 Feb 2021 23:43:26 -0800 Subject: Kotlin for Forge 1.9.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 200a842..0fad2c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -kotlin_version=1.4.21 +kotlin_version=1.4.30 coroutines_version = 1.4.2 annotations_version = 20.1.0 serialization_version = 1.0.1 \ No newline at end of file -- cgit