arslan-charyyev-pc
Results
1
comments of
arslan-charyyev-pc
Can confirm that this issue is still present in the latest version (`1.0.0-rc03`). Take the example from documentation: https://voyager.adriel.cafe/state-restoration ```kotlin // ✔️ DO @Parcelize data class Post(/*...*/) : Parcelable data...