TypeInfo

constructor(type: KClass<*>, kotlinType: KType? = null)(source)


constructor(type: KClass<*>, reifiedType: Type, kotlinType: KType? = null)(source)

Deprecated

Use constructor without reifiedType parameter.

Replace with

TypeInfo(type, kotlinType)