Dear Community I have a use case where i have to a...
# kotlin-native
m
Dear Community I have a use case where i have to add couple of values to data store, we are already in the process of moving away from shared preferences, inside a library but i already have a data store created for main app module as there was a need earlier. 1. Move the entire data store manager class to library so that both main and app module can access it - If i add a new module then this becomes a pain point so this should not be a good choice - please correct me if i am wrong. 2. create a new data store in a different name for the library module and use it Please let me know your feedback. Thank you!
😶 4
@Victor ADĂSCĂLIȚEI @sergio mongelat @Arkadii Ivanov @napperley I posted this in android channel and they said this is not android, I posted here and you are saying this is not kotlin. May i know then what this belongs to ?