Anyone have a sample of a modular Android app usin...
# kotlin-inject
h
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
I think my app/program fits the bill. https://github.com/Suwayomi/Tachidesk-JUI
h
Thanks @Mitchell Syer! After reviewing your code I was able to fix the issues I was running into.
👍 1