Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-31 15:26:11 +04:00
parent 3519edfbfd
commit 3786eaee4a
8 changed files with 19 additions and 19 deletions

View file

@ -36,7 +36,7 @@ import com.tangem.tap.proxy.AppStateHolder
import dagger.hilt.EntryPoint
import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent
import com.tangem.tap.domain.walletconnect2.domain.WalletConnectRepository as WalletConnect2Repository
import com.tangem.tap.domain.walletconnect2.domain.LegacyWalletConnectRepository as WalletConnect2Repository
@EntryPoint
@InstallIn(SingletonComponent::class)