Are we able to use IsolateState from the stately l...
# multiplatform
b
Are we able to use IsolateState from the stately library to wrap a nullable value? (edited)
k
Answered in the other channel, but summary here. No, it can't be nullable. We're using
StableRef
, which has a non-null value definition: https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.cinterop/-stable-ref/