compose/integrations/compose-with-ktx-serialization/common/src/commonTest/kotlin/Test.kt [20:40]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - class UnitApplier : Applier { override val current: Unit get() = Unit override fun down(node: Unit) {} override fun up() {} override fun insertTopDown(index: Int, instance: Unit) {} override fun insertBottomUp(index: Int, instance: Unit) {} override fun remove(index: Int, count: Int) {} override fun move(from: Int, to: Int, count: Int) {} override fun clear() {} } fun createRecomposer(): Recomposer { val mainScope = CoroutineScope( NonCancellable + Dispatchers.Main + DefaultMonotonicFrameClock ) return Recomposer(mainScope.coroutineContext).also { mainScope.launch(start = CoroutineStart.UNDISPATCHED) { it.runRecomposeAndApplyChanges() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - html/compose-compiler-integration/main-template/src/jsMain/kotlin/Deps.kt [4:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - class UnitApplier : Applier { override val current: Unit get() = Unit override fun down(node: Unit) {} override fun up() {} override fun insertTopDown(index: Int, instance: Unit) {} override fun insertBottomUp(index: Int, instance: Unit) {} override fun remove(index: Int, count: Int) {} override fun move(from: Int, to: Int, count: Int) {} override fun clear() {} } fun createRecomposer(): Recomposer { val mainScope = CoroutineScope( NonCancellable + Dispatchers.Main + DefaultMonotonicFrameClock ) return Recomposer(mainScope.coroutineContext).also { mainScope.launch(start = CoroutineStart.UNDISPATCHED) { it.runRecomposeAndApplyChanges() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -