Hello, How does the compiler compile the stdlib pr...
# compiler
a
Hello, How does the compiler compile the stdlib provided that it has
expect
modifiers for annotations like
@JvmOverloads
but
actual
implementation seems to be only available in jvm? Normally this would throw errors (i.e. Missing actual declaration), but why not on this occasion? Wakanda magic is this? In other words, how can I provide partial actual declarations only to offer them in other modules?