Koin - a pragmatic lightweight dependency injection framework for Kotlin
-
Updated
Aug 3, 2021 - Kotlin
{{ message }}
Koin - a pragmatic lightweight dependency injection framework for Kotlin
SQLDelight - Generates typesafe Kotlin APIs from SQL
Painless Kotlin Dependency Injection
A collection of hand-crafted extensions for your Kotlin projects.
Cross-platform markdown editor written in Kotlin Multiplatform (work in progress)
Minimal Kotlin Multiplatform project with SwiftUI, Jetpack Compose, Compose for Desktop, Compose for Web and Kotlin/JS + React clients along with Ktor backend.
KaMP Kit by Touchlab is a collection of code and tools designed to get your mobile team started quickly with Kotlin Multiplatform.
Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
Kotlin MultiPlatform App (Android, iOS, JVM & JS). MVVM/MVP - Kotlin MultiPlatform
Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel), inspired by Badoo MVICore library
A Kotlin Multiplatform library for saving simple key-value data
Kotlin Multiplatfom app for Droidcon Events
The Official App for DroidKaigi 2021
Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
Platform (all, jvm, js): jvm
Extension (none, kotlin 1.3): none
expect(path).notToBeReadable()
//instead of
expect(path).feature { f(it::isReadable) }.toEqual(false)
Following the things you need to do:
logic
isNotReadable (see PathAssertions as a guideline)Blocked by #2
D-KMP Architecture official sample: it uses a shared KMP ViewModel and Navigation for Compose and SwiftUI apps.
Kotlin Multiplatform Router for Android and iOS
Kotlin Multiplatform State Library
Kotlin Coroutine-based workers for native
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Template project of a Mobile (Android & iOS) Kotlin MultiPlatform project with the MOKO libraries and modularized architecture
A Kotlin-first SDK for Firebase
Hey there,
thank you very much for this gerat project.
Microsoft applications, for some reason, seem to require a BOM to parse for example UTF-8 files correctly, even though there is no byte order in UTF-8 like there is in 16/32. In order to open a created csv file correctly I suggest to add this special BOM (UTF-8 does require three special bytes 0xEF, 0xBB and 0xBF at the start of th
Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.
WhenExpressionJetpack Compose and SwiftUI based Kotlin Multiplatform project (using CityBikes API http://api.citybik.es/v2/).
A multiplatform NES emulator written in Kotlin
Add a description, image, and links to the kotlin-multiplatform topic page so that developers can more easily learn about it.
To associate your repository with the kotlin-multiplatform topic, visit your repo's landing page and select "manage topics."
Ktor now uses
native-mtcoroutines, we should update all the related Ktor info in our readme.