Updated on 2026-08-14
This commit is contained in:
parent
5421e5eb69
commit
165bf516e6
256 changed files with 1098 additions and 1035 deletions
|
|
@ -13,7 +13,7 @@ dependencies {
|
|||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.ui)
|
||||
|
||||
api(projects.features.sendV2.api)
|
||||
api(projects.features.send.api)
|
||||
|
||||
/** Common */
|
||||
implementation(projects.common.ui)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import com.tangem.core.decompose.factory.ComponentFactory
|
|||
import com.tangem.core.ui.decompose.ComposableContentComponent
|
||||
import com.tangem.domain.models.currency.CryptoCurrency
|
||||
import com.tangem.domain.models.wallet.UserWalletId
|
||||
import com.tangem.features.send.v2.api.entry.SendEntryRoute
|
||||
import com.tangem.features.send.api.entry.SendEntryRoute
|
||||
import kotlinx.coroutines.flow.StateFlow
|
||||
|
||||
interface SendWithSwapComponent : ComposableContentComponent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue