Automatic Lint

This commit is contained in:
Syer10
2022-08-27 16:46:55 +00:00
parent f2d546d6fb
commit 0e6ce98d47
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ import io.ktor.client.statement.HttpResponse
expect suspend fun HttpResponse.toImageBitmap(): ImageBitmap
expect fun Image.asImageBitmap(): ImageBitmap
expect fun Image.asImageBitmap(): ImageBitmap

View File

@@ -39,4 +39,4 @@ actual suspend fun HttpResponse.toImageBitmap(): ImageBitmap {
actual fun ImageLoaderImage.asImageBitmap(): ImageBitmap {
return asComposeImageBitmap()
}
}