russhwolf / multiplatform-settings

A Kotlin Multiplatform library for saving simple key-value data
Apache License 2.0
1.7k stars 67 forks source link

Add Android native (ndk) implementation #206

Open russhwolf opened 1 month ago

russhwolf commented 1 month ago

There's currently no implementation shipping with the library that runs on Android native targets. In principle it should be possible to build one that talks to SharedPreferences via JNI. Is this something that people would find useful?