basher
02/10/2020, 3:51 AMobject
s are initialized during runtime init on native. Does anyone know where that is?olonho
02/10/2020, 7:20 AMbasher
02/11/2020, 2:31 PMbasher
02/11/2020, 2:32 PMbasher
02/11/2020, 3:02 PMInitOrDeinitGlobalVariables
initialize at runtime then?basher
02/11/2020, 3:10 PMTop level/global variables of non-primitive types are by default accessible in the main thread (i.e., the thread which initialized Kotlin/Native runtime first) only.
olonho
02/11/2020, 4:32 PMval x = 42
on top level is global variablebasher
02/11/2020, 4:57 PMbasher
02/11/2020, 4:57 PM