I noticed the `impl -> actual` rename yesterday...
# multiplatform
d
I noticed the
impl -> actual
rename yesterday in the github’s history. Is it going to be available in 1.1.50 final? Also I can’t find
KClass
inside common. Right now I have this:
Copy code
// @TODO: Hack since we don't have access to KClass from common
typealias KClass<T> = Any
u
re KClass: it's a known issue https://youtrack.jetbrains.com/issue/KT-20368
👍 1