Could this be linked to the fact that Type is a ge...
# android
r
Could this be linked to the fact that Type is a generic class? The creator uses
Type<*>
and the exception line is
override val type by lazy { arguments.getParcelable<Type<T>>("type") }