Finish removing x. from packages (keep it in app module for now)

This commit is contained in:
ganfra 2023-01-20 18:52:59 +01:00
parent e616d75d9d
commit 5748bc53a6
17 changed files with 18 additions and 18 deletions

View file

@ -26,7 +26,7 @@ import com.bumble.appyx.core.plugin.Plugin
import dagger.assisted.Assisted
import dagger.assisted.AssistedInject
import io.element.android.libraries.architecture.presenterConnector
import io.element.android.x.anvilannotations.ContributesNode
import io.element.android.anvilannotations.ContributesNode
import io.element.android.libraries.di.AppScope
// TODO Change to use the right Scope for your feature. For now it can be AppScope, SessionScope or RoomScope