Kotlin Dependency Injection android

I just “initiating” my classes with “by lazy” now (also in fragments, activities). Is it enough in kotlin/android or am I have to use any dependency injection framework for this task?

If yes: what is the best kotlin DI framework, that is easy as pie?

Thanks