We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189b590 commit 6da972bCopy full SHA for 6da972b
app/src/main/java/com/hoc/comicapp/data/repository/DownloadComicsRepositoryImpl.kt
@@ -11,7 +11,7 @@ import androidx.work.WorkManager
11
import androidx.work.await
12
import androidx.work.workDataOf
13
import arrow.core.Either
14
-import arrow.core.computations.either
+import arrow.core.continuations.either
15
import arrow.core.identity
16
import arrow.core.left
17
import arrow.core.right
utils/src/main/java/com/hoc/comicapp/utils/EitherExtensions.kt
@@ -3,7 +3,7 @@
3
package com.hoc.comicapp.utils
4
5
6
7
import arrow.core.getOrHandle
8
import kotlinx.coroutines.async
9
import kotlinx.coroutines.coroutineScope
0 commit comments