Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 701 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 701 Bytes

kmm-networking-and-data-storage

This repository is the code corresponding to the hands-on lab Networking and data storage with Kotlin Multiplatform Mobile.

We will use the following multiplatform libraries in our project:

  • kotlinx.coroutines – we will use coroutines for asynchronous code.
  • Ktor – this will be our HTTP client for retrieving data over the internet.
  • kotlinx.serialization – to deserialize JSON responses into objects of entity classes.
  • SQLDelight – this will generate Kotlin code from SQL queries to create a type-safe database API.