Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-09 15:25:00 +05:00
parent 5421e5eb69
commit 165bf516e6
256 changed files with 1098 additions and 1035 deletions

View file

@ -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)

View file

@ -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 {