Fails to parse a class metric if it starts with `runtime`
PatilShreyas opened this issue · 1 comments
PatilShreyas commented
For example
runtime class SomeClass {
stable val avatarUrl: String?
stable val text: String
runtime var CREATOR: Creator<SomeClass>
<runtime stability> = Uncertain(Creator)
}
PatilShreyas commented
Fixed and released in v1.0.0-beta02