any one knows why android extensions are still exp...
# android
l
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
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
c
Unfortunately, Parcelize does not work with Gradle Kotlin DSL right now, see https://youtrack.jetbrains.com/issue/KT-28154 😞
g
I added comment about this problem https://youtrack.jetbrains.com/issue/KT-28154
c
@gildor: Thanks 🙂