mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 13:45:48 +00:00
974296704f
androidx.lifecycle.viewModelScope is a KTX extension property - it must be imported in every file that uses it directly, not just inherited via BaseViewModel (which imports it for its own use only). CI caught this on the previous commit's real-submission wiring.