Parcelize: Fix type signatures in parcelable creator objects

These objects are visible from annotation processors and should not
refer to the type parameters of enclosing parcelable classes.
This commit is contained in:
Steven Schäfer
2021-08-25 14:32:10 +02:00
committed by Alexander Udalov
parent 0bbb36e765
commit a743669bc9
4 changed files with 63 additions and 11 deletions
@@ -1,4 +1,5 @@
// CURIOUS_ABOUT writeToParcel, createFromParcel
// RENDER_ANNOTATIONS
// WITH_RUNTIME
import kotlinx.parcelize.*