You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit use of direct android APIs that have KMP alternatives
Common ones are things like Context, SuppressLint, etc
What does a Desktop CatchUp look like? Is it landscape with panels or is it just a windowed phone app?
iOS would require migrating off of Anvil and Dagger 😬. Perhaps github.com/evant/kotlin-inject, but no replacement for anvil currently. Same with Circuit code gen.
Debug screen has most android-specific APIs, maybe that goes later
Android-only dependencies
Image loading (Coil is building something I think?)
Would start with Desktop and then move to iOS
Areas that need investigation
Context
,SuppressLint
, etcThe text was updated successfully, but these errors were encountered: