MV-GH / LemmyBackwardsCompatibleAPI

Kotlin multiplatform Backward compatible Lemmy API
GNU Affero General Public License v3.0
4 stars 1 forks source link

Add parcelable support? #48

Closed MV-GH closed 1 week ago

MV-GH commented 2 months ago

Parcelable has added the ability to do KMP.

see https://issuetracker.google.com/issues/315775835

Would require users, to specify the custom annotation though? Possible I would also need to add an android target :(

MV-GH commented 1 week ago

64