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
To help emulate Kotlin's strong typing, use 'brand typing' to specify primitives and value classes. Otherwise TypeScript doesn't discriminate between UInt and Long
Builtin primitives should be handled
typeByte=number&{__kotlin_byte__ : void};
Value classes too
packagemy.package
@Serializable
@JvmInline
value classUserCount(privatevalcount:UInt)