Hi guys!
Just a quick question, is it mandatory to create shared classes with field injection (Koin) so that iOS folks when calling them will see a SomeClass() option instead of SomeClass(dep1, dep2, etc…)?
(This will also be true for Android, but if we use Hilt - for instance - we can manage it by replicating the DI setup.)