dataStoreName

abstract val dataStoreName: String

The filename used for this module's DataStore preferences file.

Must be unique across all modules to avoid unintentional state sharing. By convention, use the pattern "<module_name>_datastore.preferences_pb".

Example

override val dataStoreName = "my_module_datastore.preferences_pb"