gaetan
val options = createObject<AnExternalInterface>().apply { extInterfaceProperty = 123 } private inline fun <reified T> createObject():T = Any().unsafeCast<T>()