fluxa/shared
KhooLy 89ee3eb95f Move DeviceType and card size presets into the shared KMP module
DeviceType/LocalDeviceType/touchClickable and the four poster/
horizontal card size preset functions were pure Compose (no Android
imports beyond foundation.clickable, which is multiplatform) — same
straight move as FluxaColors/FluxaDimensions, same package name, zero
call-site changes across the 38 files that reference them.

This unblocks moving more of the mobile card layout math into :shared
later, since the device-aware sizing helpers no longer live only in
the Android-only app module.

Verified compiling for android, iosArm64, iosSimulatorArm64, and both
app product flavors still build.
2026-07-13 03:02:30 +03:00
..
src Move DeviceType and card size presets into the shared KMP module 2026-07-13 03:02:30 +03:00
build.gradle.kts Move the mobile catalog card to the shared KMP module 2026-07-13 03:00:38 +03:00