ShawnV
08/28/2020, 1:32 AMactual typealias Throws = kotlin.native.Throws
and try to compile it gives me this error
Right-hand side of actual type alias should be a class, not another type alias
Artyom Degtyarev [JB]
08/28/2020, 7:13 AMBig Chungus
08/28/2020, 8:59 AMrusshwolf
08/28/2020, 12:21 PMkotlin.Throws
exists in common in 1.4 so you shouldn’t need to do your own expect/actual or typealias anything.ShawnV
08/28/2020, 4:21 PMShawnV
08/28/2020, 8:27 PM@kotlin.Throws
then everything works