any one knows why android extensions are still experimental? it means that api can be changed or current implementation is not stable (or both)? specifically I’m interested in parcelable generation using
@Parcelize
g
gildor
12/02/2018, 4:05 PM
Parcelize eventually will be moved to a separate plugin
And Parcelize is stable enough for production, we and a lot of other projects use it
API of Parcelize is very small, not sure what can be changed, for common usage without custom serializers it's just one annotation