element-x-ada/features/wallet/impl
Kayos ad89eddfea fix(wallet): resolve DI scope mismatch, WalletState constructors, packaging conflict
- CardanoWalletManager moved CardanoClient dep out of AppScope — was causing
  Metro MissingBinding at compile time (CardanoClient is SessionScope)
- refreshBalance() now takes balanceLovelace param instead of fetching from client
- WalletState constructor calls fixed with all required fields
- app/build.gradle.kts: added META-INF/gradle/incremental.annotation.processors
  to pickFirsts to resolve moshi-kotlin-codegen/lombok resource conflict
- App builds and launches successfully on emulator (verified)
2026-03-27 21:56:01 -07:00
..
src fix(wallet): resolve DI scope mismatch, WalletState constructors, packaging conflict 2026-03-27 21:56:01 -07:00
build.gradle.kts fix(wallet): document sendRaw SDK limitation, fix all unit test failures — Phase 1 clean 2026-03-27 14:44:08 -07:00
proguard-rules.pro feat(wallet): scaffold wallet module structure 2026-03-27 10:04:58 -07:00