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 379c57d commit ddb3170Copy full SHA for ddb3170
CHANGELOG.md
@@ -4,7 +4,7 @@
4
5
### Changed
6
7
-- Kotlin 2.2.0
+- Kotlin 2.2.10
8
- Migrate to Sonatype Central Portal.
9
10
## 0.14.0
gradle.properties
@@ -22,5 +22,3 @@ kotlin.code.style=official
22
kotlin.native.binary.gc=cms
23
24
kotlin.incremental.native=true
25
-
26
-org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "2.2.10"
3
-dokka = "2.0.0"
+dokka = "2.1.0-Beta"
binaryCompabilityValidator = "0.18.0"
toolchainsResolver = "0.10.0"
detekt = "1.23.7"
0 commit comments