diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-06-11 10:02:41 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-06-11 10:02:41 +0700 |
commit | 78a8a15a48b25d2fe38c01a3ddb74bb6b24fa4f4 (patch) | |
tree | b28be336592e805b11dab47f38dba392c54cc5ea /gradle.properties | |
parent | 7abfe87ea8fcda67ce4bb6089b61f0efd82bec47 (diff) | |
download | OneConfig-78a8a15a48b25d2fe38c01a3ddb74bb6b24fa4f4.tar.gz OneConfig-78a8a15a48b25d2fe38c01a3ddb74bb6b24fa4f4.tar.bz2 OneConfig-78a8a15a48b25d2fe38c01a3ddb74bb6b24fa4f4.zip |
start using essential relocate again
update kotlin
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index be58d47..b689740 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,3 +10,9 @@ org.gradle.parallel=true org.gradle.configureoncommand=true org.gradle.parallel.threads=4 org.gradle.jvmargs=-Xmx2G + +kotlinVersion=1.7.0 +coroutinesVersion=1.6.2 +serializationVersion=1.3.3 +atomicfuVersion=0.17.3 +datetimeVersion=0.3.3
\ No newline at end of file |