diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-09-22 23:47:26 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-09-22 23:47:26 -0700 |
commit | d5bac2543fee084c2e5aa894963ae6be3f50719f (patch) | |
tree | 8001027a27d0020bcd55956b6d520b3444540c25 /gradle.properties | |
parent | 6e70a0c14e658cd7ccfd4e1846f8967a81290260 (diff) | |
download | KotlinForForge-d5bac2543fee084c2e5aa894963ae6be3f50719f.tar.gz KotlinForForge-d5bac2543fee084c2e5aa894963ae6be3f50719f.tar.bz2 KotlinForForge-d5bac2543fee084c2e5aa894963ae6be3f50719f.zip |
Update to Kotlin for Forge 1.6.0
Close #6
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 8a4ba0c..65bbeb0 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 +kotlin_version=1.4.10 coroutines_version = 1.3.9 annotations_version = 20.0.0
\ No newline at end of file |