https://kotlinlang.org logo
Title
h

humblehacker

04/08/2022, 12:54 AM
Anyone have a sample of a modular Android app using kotlin-inject, with different modules defining their own
@Components
forming a tree of dependencies? I'm modularizing an app previously set up with kotlin-inject, and I'm running into issues. I'm hoping that by looking at a working example I can avoid having to ask a bunch of questions.
m

Mitchell Syer

04/08/2022, 2:00 PM
I think my app/program fits the bill. https://github.com/Suwayomi/Tachidesk-JUI
h

humblehacker

04/08/2022, 5:44 PM
Thanks @Mitchell Syer! After reviewing your code I was able to fix the issues I was running into.
👍 1