diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-09-10 10:26:16 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-09-10 10:26:16 -0700 |
commit | 37bbbf0307a2fec29d5d1763cbc5f1b910def7e7 (patch) | |
tree | 830410ab4e56864a55a6f70d1d2f083a244204b0 /gradle.properties | |
parent | f08c792c00cce1e01282d932ea8ad842a12bf29c (diff) | |
download | KotlinForForge-37bbbf0307a2fec29d5d1763cbc5f1b910def7e7.tar.gz KotlinForForge-37bbbf0307a2fec29d5d1763cbc5f1b910def7e7.tar.bz2 KotlinForForge-37bbbf0307a2fec29d5d1763cbc5f1b910def7e7.zip |
Update to Kotlin for Forge 1.5.0
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
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 |