You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: Networking and Data Storage with Kotlin Multiplatfrom Mobile/03_Adding_dependecies.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ sourceSets {
74
74
### Adding Ktor
75
75
76
76
We can add Ktor in the same way we added the `kotlinx.coroutines` library. In addition to specifying the core dependency in the common source set, we also need to:
77
+
77
78
* Add serialization [feature](https://ktor.io/clients/http-client/features.html) to use `kotlinx.serialization` for processing network requests and responses.
78
79
* Provide the platform engines by adding dependencies on the corresponding artifacts in the platform source sets.
0 commit comments