Skip to content

Commit 9cd2df4

Browse files
dependabot[bot]joffrey-bion
authored andcommitted
Bump kotlin from 2.2.0 to 2.2.20
Bumps `kotlin` from 2.2.0 to 2.2.20. Updates `org.jetbrains.kotlin.plugin.atomicfu` from 2.2.0 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin.jvm` from 2.2.0 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin.multiplatform` from 2.2.0 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.0 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.atomicfu dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.multiplatform dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1612c9e commit 9cd2df4

File tree

4 files changed

+500
-2403
lines changed

4 files changed

+500
-2403
lines changed

gradle.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Extra Gradle memory required for Dokka plugin
2-
org.gradle.jvmargs=-Xmx4g "-XX:MaxMetaspaceSize=512m"
2+
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
33

44
org.gradle.caching=true
55
org.gradle.configuration-cache=true
66

7-
# The extra memory seems necessary for Kotlin/JS compilation
8-
kotlin.daemon.jvmargs=-Xmx4g
9-
107
kotlin.native.ignoreDisabledTargets=true
118

129
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ binary-compatibility-validator = "0.18.1"
1717
dokka = "2.0.0"
1818
hildan-kotlin-publish-plugin = "1.7.0"
1919
hildan-github-changelog-plugin = "2.2.0"
20-
kotlin = "2.2.0"
20+
kotlin = "2.2.20"
2121
kotlinpoet = "2.2.0"
2222
kotlinx-atomicfu = "0.29.0"
2323
kotlinx-coroutines = "1.10.2"

0 commit comments

Comments
 (0)