SimpleMVI 0.2.0
Pre-release
Pre-release
SimpleMVI 0.2.0 updates the public package namespace and Maven coordinates before the library stabilizes.
What's changed
- Changed Kotlin package namespace from
yegor.cheprasov.simplemvitoio.github.v1rusdev.simplemvi. - Kept Maven group under the verified Maven Central namespace:
io.github.v1rus-dev. - Renamed the Android helper artifact to avoid conflicts with Kotlin Multiplatform Android publications.
- Updated README installation snippets and imports.
- Improved Maven Central publishing metadata and CI configuration.
Modules
io.github.v1rus-dev:simple-mvi-core:0.2.0io.github.v1rus-dev:simple-mvi-compose:0.2.0io.github.v1rus-dev:simple-mvi-android:0.2.0
New imports
import io.github.v1rusdev.simplemvi.core.*
import io.github.v1rusdev.simplemvi.compose.*
import io.github.v1rusdev.simplemvi.compose.android.*