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

Fails to parse a class metric if it starts with `runtime` #26

Closed PatilShreyas closed 1 year ago

PatilShreyas commented 1 year ago

For example

runtime class SomeClass {
  stable val avatarUrl: String?
  stable val text: String
  runtime var CREATOR: Creator<SomeClass>
  <runtime stability> = Uncertain(Creator)
}
PatilShreyas commented 1 year ago

Fixed and released in v1.0.0-beta02