fluxa/shared
KhooLy d4c9ae6edd Move zero-dependency utility files from app module to shared KMP
AndroidMetadataRules.kt (renamed MetadataRules.kt), PlayerEngineSnapshot.kt, and
FluxaIcons.kt had no Android-specific dependencies once traced (pure Regex/
String logic, @Immutable data classes, and material-icons lookups already
resolvable in commonMain). Dropped their `internal` modifiers since Kotlin's
`internal` is module-scoped, not package-scoped, and app-module callers now
sit in a different Gradle module than the shared declarations.
2026-07-16 00:09:59 +03:00
..
src Move zero-dependency utility files from app module to shared KMP 2026-07-16 00:09:59 +03:00
build.gradle.kts Migrate shared UI and Apple playback to KMP 2026-07-14 18:14:18 +03:00