theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

How to change DI from dagger to koin #99

Closed dpnkrg closed 1 year ago

dpnkrg commented 1 year ago

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?

theapache64 commented 1 year ago

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

dpnkrg commented 1 year ago

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. :)

theapache64 commented 1 year ago

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

dpnkrg commented 1 year ago

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.

theapache64 commented 1 year ago

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