Skip to content

astirtrotter/kmm-networking-and-data-storage

Repository files navigation

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.

Releases

No releases published

Packages

No packages published