takahirom / roborazzi

Make JVM Android integration test visible 🤖📸
https://takahirom.github.io/roborazzi/
Apache License 2.0
654 stars 25 forks source link

Migrate from Gson to KotlinX.Serialization #305

Closed takahirom closed 2 months ago

takahirom commented 3 months ago

The project is currently using Gson for JSON serialization, which is not fully compatible with Kotlin Multiplatform. We've successfully migrated CaptureResult to KotlinX.Serialization in iOS module, but we still need to migrate CaptureResults and other related classes. https://github.com/takahirom/roborazzi/blob/main/roborazzi-compose-ios/src/iosMain/kotlin/io/github/takahirom/roborazzi/CaptureResult.kt

sanao1006 commented 2 months ago

Hi. I will work on this issue! I will ask you questions when I have something I don't understand.

takahirom commented 2 months ago

Thanks for reaching out! Feel free to ask me anything.