fluxa/core
KhooLy b976f28fd1 Convert core module to Kotlin Multiplatform
Phase 0 of the iOS migration: core now targets android, iosArm64, and
iosSimulatorArm64 via a new fluxa.kmp.library convention plugin.
AppStrings and the TTL cache lose their JVM-only dependencies
(org.json, java.time, java.util.concurrent) in favor of
kotlinx-serialization, kotlinx-datetime, and small expect/actual
platform shims, with Locale-returning APIs kept as Android-only
extension functions since only Android UI consumes them today.
2026-07-13 02:30:20 +03:00
..
src Convert core module to Kotlin Multiplatform 2026-07-13 02:30:20 +03:00
build.gradle.kts Convert core module to Kotlin Multiplatform 2026-07-13 02:30:20 +03:00