Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
qdsfdhvh committed Dec 14, 2023
1 parent 6b8b170 commit fc2e609
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.seiko.imageloader.util

import io.ktor.client.engine.HttpClientEngine
import io.ktor.client.engine.js.Js
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.Dispatchers
import okio.FileSystem
Expand All @@ -20,6 +18,4 @@ actual class WeakReference<T : Any> actual constructor(referred: T) {

internal actual val ioDispatcher: CoroutineDispatcher get() = Dispatchers.Default

internal actual val httpEngine: HttpClientEngine get() = Js.create()

internal actual val defaultFileSystem: FileSystem? get() = null

0 comments on commit fc2e609

Please sign in to comment.