Should it be possible to define an `actual typeali...
# multiplatform
a
Should it be possible to define an
actual typealias
when the target is an
inline class
? I would like to define a
Duration
that is typealiased to
kotlin.time.Duration
but I’m getting the error:
Copy code
The following declaration is incompatible because modifiers are different (companion, inner, inline):
    public final expect class Duration