fluxa/shared
KhooLy e0f211e5e1 Fix two pre-existing bugs blocking shared module iOS/tvOS compilation
@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).
2026-07-20 03:48:16 +03:00
..
src Fix two pre-existing bugs blocking shared module iOS/tvOS compilation 2026-07-20 03:48:16 +03:00
build.gradle.kts Use real backdrop blur for Liquid Glass mode via Haze 2026-07-19 19:07:58 +03:00