Dear Community I have a use case where i have to a...
# android
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!
😶 3
@Kirill Grouchnikov thanks, i have posted it in kotlin-native channel.