We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747a113 commit b7986ceCopy full SHA for b7986ce
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## [1.5.49] - 09/26/2025
4
+
5
## [1.5.48] - 09/26/2025
6
7
### Features
gradle.properties
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
8
# sdk
9
-sdkVersion=1.5.49-SNAPSHOT
+sdkVersion=1.5.49
10
11
# atomicfu
12
kotlinx.atomicfu.enableJvmIrTransformation=true
@@ -20,4 +20,4 @@ ksp.useKSP2=false
20
21
# FIXME Remove after Dokka 2.0 Gradle plugin is stable
22
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
23
-org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
+org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
0 commit comments