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
Currently, generic types are not @Union(List<Int>::class) will generate invalid code.
Should find a way to resolve generics, this should also cover a List<Map<List<String>,<List<Int>>>> case or similar shenanigans.