TypeInfo

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


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

Deprecated

Use constructor without reifiedType parameter.

Replace with

TypeInfo(type, kotlinType)