Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit c90a42a

Browse files
Update 03_Adding_dependecies.md
Adds a new line between colon and bullet points so that the page can properly render the bullet points.
1 parent d57ebbb commit c90a42a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Networking and Data Storage with Kotlin Multiplatfrom Mobile/03_Adding_dependecies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ sourceSets {
7474
### Adding Ktor
7575

7676
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+
7778
* Add serialization [feature](https://ktor.io/clients/http-client/features.html) to use `kotlinx.serialization` for processing network requests and responses.
7879
* Provide the platform engines by adding dependencies on the corresponding artifacts in the platform source sets.
7980

0 commit comments

Comments
 (0)