Anum Amin
interface GetStartedComponent { fun performAction(action: Action) sealed interface Action { data object NavigateToOnboarding: Action } }
Mats-Hjalmar
A modern programming language that makes developers happier.