2.0.0¶
Release date: 2026-04-27
First Tagged Release¶
This is the first release represented by a Git tag in the repository. It consolidates the Kotlin Multiplatform library, its Compose integration, documentation, and release automation.
Highlights¶
DataResult<T>and status helpers for loading, success, error, and neutral states- LiveData wrappers and transformation utilities
ResponseFlow,ResponseStateFlow, andResponseSharedFlow- Compose rendering through
ComposableDataResult ObserveComposableWrapperDSL with data, error, loading, empty, single, and collection observers- Android, JVM, Apple, JS, and WasmJS targets
- aggregate Gradle tasks for build, test, lint, coverage, documentation, and publishing
Compatibility notes¶
- Android requires API 20 or newer.
- This release has no previous tagged release for a tag-range comparison.
Dependency versions¶
| Area | Version |
|---|---|
| Kotlin | 2.3.21 |
| Gradle wrapper | 9.4.1 |
| Dokka | 2.2.0 |
| Kover | 0.9.8 |
| Android plugin | 9.2.0 |
| Android build tools | 37.0.0 |
Android minSdk |
20 |
Android compileSdk |
37 |
| Detekt | 1.23.8 |
| ktlint | 14.2.0 |
| vanniktech-publish | 0.36.0 |
Target compatibility¶
| Target | Support |
|---|---|
| Android | Supported, minSdk 20, compileSdk 37 |
| JVM | Supported |
| Apple | Supported |
| JS | Supported |
| WasmJS | Supported |