opened 01:20PM - 25 Dec 19 UTC
closed 02:17AM - 25 Jan 20 UTC
Trying to port `ObserverMap` from Android Jetpack Compose to K/N - get weird err…or:
`runtime assert: Object must not be tagged`
and process with unit-tests terminated abnormally.
implementation: https://github.com/msink/kotlin-libui/blob/compose/compose-runtime/src/nativeMain/kotlin/ObserverMap.kt
unit-test: https://github.com/msink/kotlin-libui/blob/compose/compose-runtime/src/commonTest/kotlin/ObserverMapTests.kt
What is wrong here?