Do listeners work in Kotlin/JS? I get Uninitialize...
# kotest
i
Do listeners work in Kotlin/JS? I get UninitializedPropertyAccessException for lateinit property which should be initialized in
beforeSpec
. It works in JVM
s
Don't think late innit will work
i
Why not? Is it possible to init something beforeSpec and clean resources afterSpec?