KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
426 stars 54 forks source link

Ktor 3.0.0-beta-1 support #164

Open artalejo opened 3 months ago

artalejo commented 3 months ago

Hello there,

In my KMM project I am currently using Ktor 3.0.0-beta-1 version for several reasons, the problem is that when compiling and trying to open a webview in my compose desktop app an issue with the Content Negotiation arises.

java.lang.NoClassDefFoundError: io/ktor/client/plugins/contentnegotiation/ContentNegotiation at dev.datlag.kcef.step.fetch.PackageDownloader$downloadPackage$client$1.invoke(PackageDownloader.kt:39) at dev.datlag.kcef.step.fetch.PackageDownloader$downloadPackage$client$1.invoke(PackageDownloader.kt:37) at io.ktor.client.HttpClientKt.HttpClient(HttpClient.kt:42)

KevinnZou commented 3 months ago

@DatL4g Could you have a look at this issue?

DatL4g commented 3 months ago

On Backlog until there is a stable release