Hi guys! I know that scenario A is totally possib...
# koin
p
Hi guys! I know that scenario A is totally possible because I do it a lot. But scenario B (the same idea as scenario A) is using a fragment. This is possible? If it is not possible to use the same approach, do you have another? I'm really trying to use a fragment from my application inside the module
:feature-x
(legacy code).
1
A friend solved it easily... with:
interface MyFagments {
fun getLegacyFragment(): Fragment
]
mind blown
👍 1