In Kotlin Multiplatform, the project utilizes Jetpack Compose for UI, MVVM with Clean Architecture, a Multi Module codebase, and libraries such as Koin for Dependency Injection, Flow, Coroutine, Ktor, Kotlin Se
Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform insert-koin.io Topics android kotlin library dependency-injection injection kotlin-multiplatform kotlin-multiplatform-library Resources Readme License Apache-2.0 license Code of conduct Code of conduct Act...
KOtlin DEpendency INjection KODEINis a straightforward and yet very useful dependency retrieval container. it is effortless to use and configure. KODEINworks on all Kotlin Multiplatform targets: JVM / Android. all Native platforms (iOS, macOS, Linux, Windows, WebAssembly). ...
Kotlin Multiplatform Ktor The official Koin website:insert-koin.io Twitter:@insertkoin_io Medium:Koin Developers Hub Kotzilla Blog:Kotzilla Blog Community 💬 Come talk on slack#koinchannel Post your question onStackoverflow Found a bug or a problem? Open an issue onGithub issues ...
In your component you can declare abstract read-only properties or functions to return an instance of a given type. This is where the magic happens. kotlin-inject will figure out how to construct that type for you in it's generated implementation. How does it know how to do this? There'...
Dependency injection(DI) is an implementation of thedependency inversion principlewith the aim ofseparation of concernsby separating the depndency's implementation from the class that's using it. That kind of abstraction makes it possible to have different implementations with the same public methods ...
A zero-dependency multiplatform library for fuzzy string matching in Kotlin which is roughly equivalent to the Python package thefuzz (Previously "fuzzywuzzy") without the GPL license. Kotlin Fuzzy String Matching Kotlin Fuzzy, or kt-fuzzy was created because the only other options for Java/Kotlin...
I'm working on a kotlin multiplatform project, when I try to write some unit test by using MockK, I got theUnresolved reference: xxxerror when I run the./gradlew :common:build, don't actually know this case relates to this issue(#58) or not. ...
Movie Archive is a Kotlin Multiplatform open-source project developed by Adnan, leveraging modern technologies to create a robust and efficient movie catalogue application. The project utilizes Jetpack Compose for building a reactive user interface, implements MVVM architectural pattern with Clean Architectur...
Kotlin Multiplatform Ktor Community 💬 Come talk on slack#koinchannel Post your question onStackoverflow Found a bug or a problem? Open an issue onGithub issues Contributing 🛠 Want to help or share a proposal about Koin? problem on a specific feature?