-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor HttpClientEngine to be platform-agnostic
Removed platform-specific implementations of HttpClientEngine (specifically JS, JVM, and Apple), allowing more flexibility for the caller in terms of choosing HttpClientEngine configurations. Associated platform-specific dependencies have also been removed from the build.gradle.kts file.
- Loading branch information
Lamberto Basti
committed
Jan 25, 2024
1 parent
b875305
commit 6caef0f
Showing
5 changed files
with
43 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
.../appleMain/kotlin/org/jetbrains/packagesearch/api/v3/http/PackageSearchApiClient.apple.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
...nt/src/jsMain/kotlin/org/jetbrains/packagesearch/api/v3/http/PackageSearchApiClient.js.kt
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
.../src/jvmMain/kotlin/org/jetbrains/packagesearch/api/v3/http/PackageSearchApiClient.jvm.kt
This file was deleted.
Oops, something went wrong.