PatilShreyas / compose-report-to-html

A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
https://patilshreyas.github.io/compose-report-to-html/
MIT License
383 stars 9 forks source link

Fix issue due to Moshi dependency in Gradle Plugin #44

Closed PatilShreyas closed 1 year ago

PatilShreyas commented 1 year ago

Summary

Removed the Moshi serialization library from the core module and replaced it with Kotlinx.serialization JSON.

Fixes: #42