typeInfoImpl

fun typeInfoImpl(reifiedType: Type, kClass: KClass<*>, kType: KType?): TypeInfo

Deprecated

Use TypeInfo constructor instead.

Replace with

TypeInfo(kClass, kType)
fun typeInfoImpl(reifiedType: Type, kClass: KClass<*>, kType: KType?): <Error class: unknown class>

Deprecated

Use TypeInfo constructor instead.

Replace with

TypeInfo(kClass, kType)