Join Slack
Powered by
Is there a multiplatform alternative for `java.uti...
# multiplatform
e
Edoardo Luppi
09/21/2023, 8:36 AM
Is there a multiplatform alternative for
java.util.Properties
, or do I have to implement my own?
d
Dragos Rachieru
09/21/2023, 8:38 AM
there are libraries available: [androidx.datastore](
https://android-developers.googleblog.com/2023/04/whats-new-in-jetpack-multiplatform.html
) [multiplatform-settings](
https://github.com/russhwolf/multiplatform-settings
)
e
Edoardo Luppi
09/21/2023, 10:45 AM
@Dragos Rachieru
thanks! That doesn't seem to support Node.js tho. In the meantime, I've implemented my own parsing.
9
Views
Open in Slack
Previous
Next