vbsteven
04/22/2023, 3:07 PMKClass<SomeLibraryType>
? It looks like the companion objects are only initialized lazily when the first instance of that class is created.
For a custom typesystem in K/N I need to access the companion object of a given KClass<SomeLibraryType>
received through an inline reified fun so I can lookup some type information and casting functions.vbsteven
04/22/2023, 3:11 PM