diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-08-16 19:27:23 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-08-16 19:27:23 -0700 |
commit | 3d05249dadaa2f3b2b58d7aecbe5518b09d35d78 (patch) | |
tree | bc60252fe092b2830781281fce2458baf89db718 /gradle.properties | |
parent | 1f5749dbd4eff6a5e78307e89c0e9c1a595bcb97 (diff) | |
download | KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.tar.gz KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.tar.bz2 KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.zip |
Update Kotlin for Forge 1.4.0
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 8ee44fd..9b8074d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,8 @@ # Sets default memory used for gradle commands. Can be overridden by user or command line properties. # This is required to provide enough memory for the Minecraft decompilation process. +kotlin.code.style=official org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -kotlin_version=1.4-M2 +kotlin_version=1.4.0-rc coroutines_version = 1.3.7 annotations_version = 19.0.0
\ No newline at end of file |