-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMPROVEMENT] Upgrade to Ktor 2 #184
Comments
I've run into an issue due to this. I was getting |
I will have a look this week |
Just want to chime in, that using Ktor 2.x.x with current version of skrape will broke |
Support will be released within the next few days. |
released version 1.3.0-alpha.1 to maven central. if anyone else wants to try out version 1.3.0-alpha.1 in the meantime, it would be greatly appreciated. :) |
I have experimented with 1.3.0-alpha.1 because my project was already using Ktor 2.0. Seems like it is working fine. So I needed to add So now
Then I checked if this error is occuring in previous version or not. Found that:
|
Thx for verifying |
Just tried out |
Great I will release as final 1.3.0 version soon |
@christian-draeger |
Any news here? I just discovered scrape.it and 1.3.0-alpha.1 seems to work like a charm. Wondering whats holding up a proper release ? |
|
Thanks for reporting. I will have a look when I find time. |
@iMemon android {
packaging {
resources {
excludes.addAll(listOf(
"/META-INF/{AL2.0,LGPL2.1}",
"/META-INF/DEPENDENCIES",
"mozilla/public-suffix-list.txt"
))
}
}
} |
Ktor 2.0.0 dropped about a month ago and it's incompatible with Ktor 1.5 so an upgrade would be useful
The text was updated successfully, but these errors were encountered: