diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-06-12 18:41:42 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-06-12 18:41:42 +0700 |
commit | d5fc4735c64c2df72c76b1f16c78611f98735a39 (patch) | |
tree | ee443f3e70cd2a955c97156b120181c543982d5a /gradle.properties | |
parent | 30ffb79a12903b15cda80f14520631d8ba4f0de7 (diff) | |
download | OneConfig-d5fc4735c64c2df72c76b1f16c78611f98735a39.tar.gz OneConfig-d5fc4735c64c2df72c76b1f16c78611f98735a39.tar.bz2 OneConfig-d5fc4735c64c2df72c76b1f16c78611f98735a39.zip |
downgrade kotlin
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 6defd3f..ba16f0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,8 +10,7 @@ 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 +kotlinVersion=1.6.21 +coroutinesVersion=1.6.0 +serializationVersion=1.3.2 +atomicfuVersion=0.17.1
\ No newline at end of file |