mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-07-30 05:29:12 +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. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle.kts | ||