chore: remove unused dependency

This commit is contained in:
Ax333l
2025-07-15 17:56:24 +02:00
committed by oSumAtrIX
parent 2cdd6d1843
commit a84ab244c7
3 changed files with 0 additions and 10 deletions

View File

@@ -40,10 +40,6 @@ dependencies {
// Placeholder
implementation(libs.placeholder.material3)
// HTML Scraper
implementation(libs.skrapeit.dsl)
implementation(libs.skrapeit.parser)
// Coil (async image loading, network image)
implementation(libs.coil.compose)
implementation(libs.coil.appiconloader)

View File

@@ -17,7 +17,6 @@ import io.ktor.http.isSuccess
import io.ktor.utils.io.ByteReadChannel
import io.ktor.utils.io.core.isNotEmpty
import io.ktor.utils.io.core.readBytes
import it.skrape.core.htmlDocument
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
import kotlinx.serialization.json.Json