Remove ktor-http
Dependency from ksoup-core
by Implementing String.resolveOrNull
in Pure Kotlin
#65
Labels
enhancement
New feature or request
The current implementation of this function in the
kotlinx
variant relies on thektor-http
dependency. This introduces an unnecessary dependency into theksoup-core
module.Proposed Solution
Implement the
String.resolveOrNull
function in pure Kotlin. This change will remove the need for the ktor-http dependency withinksoup-core
, making the library more lightweight and modular.The text was updated successfully, but these errors were encountered: