Deactivated User
09/20/2017, 8:25 AMimpl -> 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:
// @TODO: Hack since we don't have access to KClass from common
typealias KClass<T> = Any
udalov