fluxa/app
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
..
schemas Initial commit 2026-06-05 14:43:08 +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 Move FluxaColors/FluxaDimensions into the shared KMP module 2026-07-13 02:52:47 +03:00
compose-stability.conf Make cards skippable and stop focus-driven card rebuilds 2026-07-02 00:44:22 +03:00
proguard-rules.pro Replace TorrServer namings with Native torrent engine 2026-07-14 16:57:20 +03:00