typeInfoImpl

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

Deprecated

Use TypeInfo constructor instead.

Replace with

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

Deprecated

Use TypeInfo constructor instead.

Replace with

TypeInfo(kClass, kType)