mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-09 16:37:34 +00:00
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. |
||
|---|---|---|
| .. | ||
| androidTest/java/com/fluxa/app | ||
| main | ||
| mobile | ||
| test/java/com/fluxa/app | ||
| tv | ||