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 ed2277f commit ba95d14Copy full SHA for ba95d14
app/src/main/java/com/hoc/comicapp/data/repository/ComicRepositoryImpl.kt
@@ -29,9 +29,9 @@ import kotlinx.coroutines.channels.actor
29
import kotlinx.coroutines.delay
30
import kotlinx.coroutines.withContext
31
import timber.log.Timber
32
+import kotlin.time.Duration.Companion.seconds
33
import kotlin.time.ExperimentalTime
34
import kotlin.time.measureTime
-import kotlin.time.seconds
35
36
@OptIn(
37
ExperimentalTime::class,
0 commit comments