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
In some cases something that is a valid override in typescript is not an override in kotlin, we have to copy overriden method to the descendant class.
Rename class if it's name clashes with the named import
Types from optional params are not forcibly converted to nullables
Inline extension functions generated from interfaces are unrolled if there're optional params.