jean
08/13/2024, 7:25 AMA MonotonicFrameClock is not available in this CoroutineContext. Callers should supply an appropriate MonotonicFrameClock using withContext.
I had the same on android but fixed it by migrating from kotlinx.coroutines.Dispatchers.Main
to import app.cash.molecule.AndroidUiDispatcher.Companion.Main
. What should one use for non android platform?jean
08/13/2024, 7:32 AMjava.lang.IllegalStateException: FIELD name:app_cash_molecule_DisplayLinkClock$stable type:<http://kotlin.Int|kotlin.Int> visibility:public [final,static]