jw
06/27/2019, 2:07 PMtypeOf
intrinsic to create a KType
but you cannot get a Type
from that without kotlin-reflect... yet https://youtrack.jetbrains.com/issue/KT-32241nwh
06/27/2019, 2:14 PMJava type is not yet supported for types created with createType (classifier = class kotlin.collections.List)
Used it like this: typeOf<List<Int>>().javaType
(simple example)