mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-01 06:29:16 +00:00
@JvmSuppressWildcards (TraktModels.kt) and java.util.Locale (PlayerOverlayCards.kt) are JVM-only and don't resolve under Kotlin/Native. Neither was needed: the wildcards annotation has no runtime effect Gson relies on, and uppercase(Locale.ROOT) has a locale-agnostic uppercase() equivalent in the common stdlib. Verified :shared:compileKotlinIosSimulatorArm64 now succeeds (previously failed on master too, unrelated to plugin work). |
||
|---|---|---|
| .. | ||
| androidMain/kotlin/com/fluxa/app | ||
| appleMain/kotlin/com/fluxa/app/data | ||
| commonMain/kotlin/com/fluxa/app | ||
| commonTest/kotlin/com/fluxa/app | ||