-
-
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
[BUG] Can't include 1.2.2 in Android Studio Kotlin build - unresolved dependencies #245
Labels
bug
Something isn't working
Comments
radbobdad
changed the title
[BUG] Can't include 1.2.2 in Android Studio build - unresolved dependencies
[BUG] Can't include 1.2.2 in Android Studio Kotlin build - unresolved dependencies
Sep 10, 2024
I have done some more investigating, and it appears work has been done to utilize KTor? But it doesn't appear to be ready for prime-time. Adding dependencies:
results in:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I can't figure out the right way to include a dependency on Skrape 1.2.2. I'm running Koala 2024.1.2 in a very vanilla out-of-the-box Android app environment. Gradle Sync works, but then build fails:
There is some indication on the Apache website that this is due to Google dropping HttpClient, however attempting to include it just makes things worse:
com.github.ok2c.hc4.android:httpclient-android:0.1.0
results in a minSdkVersion conflictIs there a solution to this issue?
Code Sample
If applicable, add a small sample code that illustrates the error.
implementation("it.skrape:skrapeit:1.2.2")
Expected behavior
Including the skrapeit recommended dependencies should result in a clean build in Android Studio.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: