diesieben07
03/21/2018, 6:36 PMINSTANCE
I propose only bailing if the instance type is not a kotlin object. If it is a kotlin object, we can fill it in using KClass.objectInstance
, which will enable all this to work even without JvmStatic
(I think).