theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change DI from dagger to koin

dpnkrg opened this issue · comments

Hi @theapache64,

I am just wondering, if we can change the dependency injection tool from dagger to koin.
Any help or steps are from your end?

Hi @dpnkrg Why do you want to do that? 🤔

Hi @theapache64.
The learning curve for Koin is lesser than Dagger. Also the Koin is fully based on Kotlin and provide simplicity as well in terms of implementation.
That is the reason for me. :)

I mean, why do you want to implement koin here in Stackzy?

Hi @theapache64,

I am working on a Compose Desktop Application, the core is shared with the Android Application on the front end side.
For Android we are using Koin as a DI. So for the Desktop app I also need to use Koin DI.

This is not for the Stackzy, But I just wanted to know the way of implementation for apps like Stackzy.

This is not for Stackzy, But I just wanted to know the way of implementation for apps like Stackzy.

@dpnkrg Ohh.. got it. I haven't tried Koin. So don't know how I can help you. Closing because its not related to Stackzy