LennartEgb / vec2compose

cli tool to create jetpack compose ImageVector from vector XML files and SVG files in Android

Home Page:https://lennartegb.dev/vec2compose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use multiplatform serialization in core module

LennartEgb opened this issue · comments

To support multiplatform executables the Jackson serialization needs to be replaced either by a Kotlin multiplatform library or a custom deserialization strategy.