fluxa/data/src
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
..
androidMain/kotlin/com/fluxa/app Add per-scraper settings UI backed by onSettings() JS export 2026-07-20 02:54:53 +03:00
appleMain/kotlin/com/fluxa/app/data Complete shared KMP and CMP migration 2026-07-16 15:50:35 +03:00
commonMain/kotlin/com/fluxa/app Fix two pre-existing bugs blocking shared module iOS/tvOS compilation 2026-07-20 03:48:16 +03:00
commonTest/kotlin/com/fluxa/app Move data/player/domain logic into commonMain KMP source sets 2026-07-16 23:00:28 +03:00