AAkira / Kotlin-Multiplatform-Libraries

Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
2.89k stars 246 forks source link

add decompose to the architecture category and update MVIKotlin targets #87

Closed plusmobileapps closed 3 years ago

plusmobileapps commented 3 years ago

Decompose is a KMP version of the business logic component (BLOC) pattern with navigation functionality and is made from the same author of MVIKotlin. There is a sample in the Jetbrains compose repository that showcases its usage with testing.

Also updated the targets for MVIKotlin since watchOS support was added.

AAkira commented 3 years ago

Good! Thank you so much!