Ross ROSS = Recommend OSS · open-source software intelligence for agents

russhwolf/multiplatform-settings

A Kotlin Multiplatform library for saving simple key-value data observed · 2026-08-28

github.com/russhwolf/multiplatform-settings · Kotlin · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

41/100

  • Activity 40
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3039
  • days_rel: 642
  • days_push: 360
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2247 stars · 81 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Kotlin Multiplatform library providing a common API for persisting simple key-value data across platforms like Android, iOS, JVM, JS, and Windows. It wraps platform-specific storage backends such as NSUserDefaults, Keychain, and Java Preferences behind a unified Settings interface.

Use cases

  • persist user settings in a Kotlin Multiplatform app
  • save key-value preferences from shared Kotlin code
  • store app configuration across iOS and Android
  • wrap NSUserDefaults and SharedPreferences behind one API
  • securely store small values using the Apple Keychain
  • observe changes to stored settings reactively

When to choose

  • you're building a Kotlin Multiplatform app and need shared persistence for simple key-value data
  • you want one API over platform-specific preference stores like NSUserDefaults, SharedPreferences, or Windows registry
  • you need optional secure storage via Apple Keychain or coroutine/serialization support

When to avoid

  • you need to store large or complex structured data rather than small key-value pairs
  • your project is single-platform and can use the native preferences API directly
  • you need a full database with queries rather than simple settings

Facets

library · maturity stable

sdk developer-tools cross-platform mobile-development developer-tools windows jvm wasm cross-platform kotlin-multiplatform key-value-storage preferences settings persistence android ios macos

1 source

Member repositories

RepositoryRoleHealth v2
russhwolf/multiplatform-settingsmain41

For agents

markdown · JSON · MCP: product_card(name="russhwolf/multiplatform-settings")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem