Files
another-simple-pixel 74491612ef Keep the desktop-only wallpaper images out of the Android app
The six desktop-tuned wallpaper images are used only on desktop but sat in
commonMain resources, so they shipped inside the Android APK (~585 KB) for
nothing. Move them to the desktop source set and pick the platform image
through an expect/actual platformRes() — a resource that lives only in
desktopMain isn't visible to common code, so the enum field couldn't stay.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 13:08:53 -07:00
..