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:
committed by
Alexander Udalov
parent
0bbb36e765
commit
a743669bc9
@@ -1,4 +1,5 @@
|
||||
// CURIOUS_ABOUT writeToParcel, createFromParcel
|
||||
// RENDER_ANNOTATIONS
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
|
||||
Reference in New Issue
Block a user