android { namespace 'io.novafoundation.nova.feature_staking_api' } dependencies { implementation coroutinesDep implementation substrateSdkDep implementation daggerDep implementation project(':runtime') implementation project(':common') implementation project(':feature-proxy-api') implementation project(':feature-deep-linking') implementation project(':feature-wallet-api') api project(":feature-wallet-api") api project(":feature-account-api") api project(':core-api') }