Rename di module

This commit is contained in:
ganfra 2023-01-20 17:12:40 +01:00
parent 7903e855ec
commit c6cfe2b5e2
34 changed files with 49 additions and 36 deletions

View file

@ -19,7 +19,7 @@ package io.element.android.libraries.architecture
import android.content.Context
import android.content.ContextWrapper
import com.bumble.appyx.core.node.Node
import io.element.android.x.di.DaggerComponentOwner
import io.element.android.libraries.di.DaggerComponentOwner
inline fun <reified T : Any> Node.bindings() = bindings(T::class.java)
inline fun <reified T : Any> Context.bindings() = bindings(T::class.java)