Skip to content

SimpleMVI 0.2.0

Pre-release
Pre-release

Choose a tag to compare

@v1rus-dev v1rus-dev released this 25 Apr 21:38
· 9 commits to main since this 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.simplemvi to io.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.0
  • io.github.v1rus-dev:simple-mvi-compose:0.2.0
  • io.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.*