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

StackOverflowException when metrics file is very large in size #24

Closed PatilShreyas closed 1 year ago

PatilShreyas commented 1 year ago

Issue occurs while reading large file with the Regex.

PatilShreyas commented 1 year ago

Fixed and released in v1.0.0-beta02