Hi, all. I’m starting work on an app, targeting iP...
# getting-started
d
Hi, all. I’m starting work on an app, targeting iPads and Android tablets. My question is with dependency injection. I have a service class (OPDSLibraryService) that I would like to have automatically injected into other classes as needed, similar to how Spring’s @Autowired works. Is that an option working with Kotlin and KMM and, if so, can someone point me to a tutorial on how to get that working?
u
I did not watch it but it might address some of your questions

Dependency Injection in Kotlin Multiplatform Mobile projects | KMM Beta - YouTube

👍 1
d
@Umit AYDIN Thanks, I’ll give it a watch.