Has anyone successfully used the latest prerelease version of Kotest (5.0.0.M4) with Kotlin/Native's new memory model (using Kotlin 1.6.0-RC2)? With the new memory model enabled, none of my tests run.
I'm using the instructions in https://github.com/JetBrains/kotlin/blob/master/kotlin-native/NEW_MM.md to enable the new memory model.
s
sam
11/14/2021, 8:42 PM
No work has been done on our side to test it / make it work
Global properties are initialized lazily when the file they are defined in is first accessed. Previously global properties were initialized at the program startup. This is in line with Kotlin/JVM. As a workaround, properties that must be initialized at the program start can be marked with