You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no such type as MutableList at runtime so the library only sees the runtime type. If you need MutableList then you'll need to use a ClassName to create it.
When I trying to use MutableList class, it sometimes gets converted to just List
example
gets converted to
while it should be
The text was updated successfully, but these errors were encountered: