Skip to content

Commit 44dc3ce

Browse files
Move UnitApplier to compose runtime package.
1 parent e565108 commit 44dc3ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/compose/runtime/SynchronizedMolecule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import androidx.compose.runtime.mutableStateOf
1010
import androidx.compose.runtime.setValue
1111
import androidx.compose.runtime.snapshots.Snapshot
1212
import com.squareup.workflow1.NullableInitBox
13-
import com.squareup.workflow1.internal.UnitApplier
1413
import kotlinx.coroutines.CancellableContinuation
1514
import kotlinx.coroutines.CoroutineDispatcher
1615
import kotlinx.coroutines.CoroutineScope

workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/UnitApplier.kt renamed to workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/compose/runtime/UnitApplier.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.squareup.workflow1.internal
1+
package com.squareup.workflow1.internal.compose.runtime
22

33
import androidx.compose.runtime.Applier
44

0 commit comments

Comments
 (0)