Skip to content

Commit 6da972b

Browse files
committed
update arrow either
1 parent 189b590 commit 6da972b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/hoc/comicapp/data/repository/DownloadComicsRepositoryImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import androidx.work.WorkManager
1111
import androidx.work.await
1212
import androidx.work.workDataOf
1313
import arrow.core.Either
14-
import arrow.core.computations.either
14+
import arrow.core.continuations.either
1515
import arrow.core.identity
1616
import arrow.core.left
1717
import arrow.core.right

utils/src/main/java/com/hoc/comicapp/utils/EitherExtensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package com.hoc.comicapp.utils
44

55
import arrow.core.Either
6-
import arrow.core.computations.either
6+
import arrow.core.continuations.either
77
import arrow.core.getOrHandle
88
import kotlinx.coroutines.async
99
import kotlinx.coroutines.coroutineScope

0 commit comments

Comments
 (0)