Just a hint that those classes should be updated in the near future. The package name of the android implementations are still using the old kotlinx.android.parcel
|
import kotlinx.android.parcel.IgnoredOnParcel |
|
import kotlinx.android.parcel.Parcelize |
|
import kotlinx.parcelize.Parceler |
|
import kotlinx.parcelize.TypeParceler |
|
|
Just a hint that those classes should be updated in the near future. The package name of the android implementations are still using the old
kotlinx.android.parcelmoko-parcelize/parcelize/src/androidMain/kotlin/dev/icerock/moko/parcelize/Parcelize.kt
Lines 8 to 12 in 4881dc1