I had a very old KMP project (desktop only actuall...
# multiplatform
t
I had a very old KMP project (desktop only actually) and wanted to updated everything. So I generated a new project with the wizard and just re-added the dependencies and the same code. But now I get the error in the below in runtime. Any idea on how to solve this?
Copy code
resource: jar:file:/C:/Users/Tgo1014/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar!/org/apache/http/message/BasicLineFormatter.class
java.lang.NoSuchMethodError: 'it.skrape.fetcher.Result it.skrape.fetcher.ExtensionsKt.toResult(io.ktor.client.statement.HttpResponse)'
Solved by migration from skrapeit to jsoup. Apparently skrapeit is now being maintained.