Skip to content

Commit

Permalink
update versions and enable gradle configuration-cache
Browse files Browse the repository at this point in the history
- kotlinx.serialization 1.6.2 -> 1.6.3
- kotlinx-benchmark 0.4.9 -> 0.4.10
  • Loading branch information
Simon Klausner committed Feb 23, 2024
1 parent 6a46a8b commit 206a0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx3g

org.gradle.caching=true

org.gradle.unsafe.configuration-cache=true
org.gradle.unsafe.configuration-cache-problems=warn

org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.welcome=never

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]

kotlin = "1.9.22"
kotlinxSerialization = "1.6.2"
kotlinxSerialization = "1.6.3"
kotlinDokka = "1.9.10"
kotlinxBenchmark = "0.4.9"
kotlinxBenchmark = "0.4.10"

[libraries]

Expand Down

0 comments on commit 206a0bd

Please sign in to comment.