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

@ -14,6 +14,6 @@
* limitations under the License.
*/
package io.element.android.x.di
package io.element.android.libraries.di
abstract class AppScope private constructor()

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.di
package io.element.android.libraries.di
import javax.inject.Qualifier

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.di
package io.element.android.libraries.di
/**
* A [DaggerComponentOwner] is anything that "owns" a Dagger Component.

View file

@ -14,6 +14,6 @@
* limitations under the License.
*/
package io.element.android.x.di
package io.element.android.libraries.di
abstract class RoomScope private constructor()

View file

@ -14,6 +14,6 @@
* limitations under the License.
*/
package io.element.android.x.di
package io.element.android.libraries.di
abstract class SessionScope private constructor()

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.di
package io.element.android.libraries.di
import javax.inject.Scope
import kotlin.reflect.KClass