hey, there! I need to create a kotlin library, so ...
# kotlin-native
l
hey, there! I need to create a kotlin library, so I created a new project using IntelliJ IDE, but I'm not sure what library could be used for dependecie injection, does anyone know abut it?
b
do you need dependency injection?
if you're creating a library and use another library (for DI or anything else), now people using your library have a dependency on the libraries you chose, which is not ideal.