A Kotlin Multiplatform app that displays KPLC power outage alerts in Kenya. Consumes data parsed from pdf by this lib https://github.com/Borwe/kplc-outage-server
// ToDo
// ToDo
- Koin - Kotin dependency injection library with multiplatform support.
- Ktor - Provides multiplatform libraries required to make network calls to the REST API.
- SQLDelight - Cross-Platform database library
- Realm - Caching of application data from network responses.
- Multiplatform Settings - This is a Kotlin library for Multiplatform apps, so that common code can persist key-value data.
- kotlinx.coroutines - Library support for Kotlin coroutines with multiplatform support.
- kotlinx.serialization - Provides sets of libraries for various serialization formats eg. JSON, protocol buffers, CBOR etc.
- kotlinx.datetime - A multiplatform Kotlin library for working with date and time.
- Napier - Logging library for Kotlin Multiplatform.
- Mockk - Library for creating mocks for tests.
- Jetpack Compose - Modern toolkit for building native UI.
- Coil - An image loading library for Android backed by kotlin coroutines.
- KtLint - This plugin creates convenient tasks in your Gradle project that run ktlint checks or do code auto format.
- Detekt - A static code analysis tool for the Kotlin programming language.
- Gradle Versions Plugin - This plugin provides a task to determine which dependencies have updates.
- Notflix - An android and desktop app built using Kotlin Multiplatforom that consumes TMDB API to display current trending, upcoming and popular movies🍿 and tvshows🎬.
- Official intro to Kotlin Multiplatform
- Migrating to Kotlin DSL medium article by Chepsi.
- Make your Android application work on iOStutorial.
- CocoaPods overview and setup tutorial.
- Creating a cross-platform mobile applicationofficial tutorial by the Ktor team.
- Using Koin in a Kotlin Multiplatform Project article by John O'Reilly.
- GitHub README on creating compose multiplatform desktop application
- GitHub Repository Template showcasing how to setup a gradle plugins by Harun Wangereka.
- Official SQLDelight KMP Documentation on getting started with SQLDelight.
- Getting started with Compose Multiplatform.
- Developing UI: Compose Multiplatform article by Raywenderlich.
- Wrapping Kotlin Flow with Swift Combine Publisher in a Kotlin Multiplatform project by John O'Reilly.
- T-shaping for iOS Developers with Kotlin Multiplatform in 4 hours! .
- Kotlin Multiplatform Mobile: what is it and when should you use it? blog post.
- Introduction to Kotlin Multiplatform Mobile - Getting Started article.
- Update README
- Create sample projects - Work In Progress