Changelog - 1.1.0¶
Release Date: 2026-05-05
Motivation¶
Refresh the build and dependency stack while keeping the public logging API and published target surface stable.
Notable changes¶
- upgraded the Gradle wrapper to
9.5.0 - updated Kotlin to
2.3.21 - updated Android Gradle Plugin to
9.2.0 - updated Detekt to
2.0.0-alpha.3 - updated multiplatform Android target configuration for the current Kotlin plugin DSL
- refreshed README toolchain and compatibility notes
Compatibility notes¶
- No target compatibility changes in this release.
- Public logging API behavior stayed compatible with the previous release.
Dependency versions¶
| Area | Version |
|---|---|
| Kotlin | 2.3.21 |
| Gradle wrapper | 9.5.0 |
| Dokka | 2.2.0 |
| Kover | 0.9.8 |
| Android plugin | 9.2.0 |
| Android build tools | 36.1.0 |
Android minSdk |
20 |
Android compileSdk |
36 |
| Detekt | 2.0.0-alpha.3 |
| ktlint | 14.2.0 |
| vanniktech-publish | 0.36.0 |
Target compatibility¶
| Target | Support in 1.1.0 |
|---|---|
| Android | Supported, minSdk 20, compileSdk 36 |
| JVM | Supported |
| Apple | Supported |
| JS | Supported |
| WasmJS | Supported |