Rename architecture module

This commit is contained in:
ganfra 2023-01-20 16:26:43 +01:00
parent ae0c4e7542
commit 528c01199d
49 changed files with 63 additions and 61 deletions

View file

@ -25,8 +25,8 @@ import com.bumble.appyx.core.node.Node
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.x.architecture.presenterConnector
import io.element.android.x.di.AppScope
// TODO Change to use the right Scope for your feature. For now it can be AppScope, SessionScope or RoomScope

View file

@ -17,7 +17,7 @@
package io.element.android.x.features.template
import androidx.compose.runtime.Composable
import io.element.android.x.architecture.Presenter
import io.element.android.libraries.architecture.Presenter
import javax.inject.Inject
class TemplatePresenter @Inject constructor() : Presenter<TemplateState> {