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

Commit 4590257

Browse files
fix; intro for KMM
1 parent 36059c8 commit 4590257

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Networking and Data Storage with Kotlin Multiplatfrom Mobile/01_Introduction.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ We will use the **SpaceX** API, which provides public access to information abou
66

77
<img alt="Emulator and Simulator" src="./assets/android-and-ios.png" width="700">
88

9-
We will use the [Ktor](https://ktor.io/clients/index.html) library to handle HTTP requests and [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) for request serialization. We will use [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) to write asynchronous code. The [SQLDelight](https://github.com/cashapp/sqldelight) library will be used for database operations. We will use the [CoroutineWorker](https://github.com/Autodesk/coroutineworker) library to manage coroutines in background threads.
9+
We will use:
10+
11+
* [Ktor](https://ktor.io/clients/index.html) library to handle HTTP requests
12+
* [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) for request serialization
13+
* [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) to write asynchronous code
14+
* [SQLDelight](https://github.com/cashapp/sqldelight) library will be used for database operations.
1015

1116
You can find the [template project](https://github.com/kotlin-hands-on/kmm-networking-and-data-storage) as well as the source code of the [final application](https://github.com/kotlin-hands-on/kmm-networking-and-data-storage/tree/final) on the corresponding GitHub repository.
1217

0 commit comments

Comments
 (0)