Skip to content

Instantly share code, notes, and snippets.

@fergdev
Created September 14, 2024 03:44
Show Gist options
  • Save fergdev/76fd9d0c7e07c5b842ed5bb1e9a097ee to your computer and use it in GitHub Desktop.
Save fergdev/76fd9d0c7e07c5b842ed5bb1e9a097ee to your computer and use it in GitHub Desktop.
Expect actual mobileModule
// commonMain
expect val dataRepository: IDataRepository
// mobileMain
actual val dataRepository: IDataRepository = object : IDataRepository {
// Room and DataStore logic here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment