Skip to content

Commit 6be2cb1

Browse files
committed
fix issue
1 parent 29dbd93 commit 6be2cb1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

android/src/main/kotlin/com/jarvan/fluwx/io/ByteArrayToFile.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import kotlinx.coroutines.Dispatchers
66
import kotlinx.coroutines.withContext
77
import okio.*
88
import java.io.*
9+
import java.io.IOException
910
import java.util.*
1011

1112
/***

android/src/main/kotlin/com/jarvan/fluwx/io/ImagesIO.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import kotlinx.coroutines.withContext
99
import okio.*
1010
import top.zibin.luban.Luban
1111
import java.io.*
12+
import java.io.IOException
1213
import java.util.*
1314
import kotlin.math.sqrt
1415

0 commit comments

Comments
 (0)