diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-06-20 17:47:55 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-06-20 17:47:55 -0700 |
commit | 98458685ef50708edb3aebc4d72366d4bc41d71a (patch) | |
tree | 71623afce49865f09312af034df6d39bd4f3c058 /gradle.properties | |
parent | 7afdd597f4eb82de491fe37bd9b802f44d13d650 (diff) | |
download | KotlinForForge-98458685ef50708edb3aebc4d72366d4bc41d71a.tar.gz KotlinForForge-98458685ef50708edb3aebc4d72366d4bc41d71a.tar.bz2 KotlinForForge-98458685ef50708edb3aebc4d72366d4bc41d71a.zip |
Update Kotlin for Forge 1.3.0
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |