badoo / MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel), inspired by Badoo MVICore library
https://arkivanov.github.io/MVIKotlin
Apache License 2.0
825 stars 66 forks source link

Migrate Deprecated @Parcelize #308

Closed Shabinder closed 2 years ago

Shabinder commented 2 years ago

kotlinx.android.parcel.Parcelize -> kotlinx.parcelize.Parcelize

arkivanov commented 2 years ago

Thanks for the update!