You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy timers or users feature module and rename it to files, add modules to settings.gradle.kts
Change dependencies in files submodules to files submodules instead of previous feature dependencies
Write domain logic (use-case for uploading file, getting file, repository for it)
Write tests for domain logic
Implement data logic in data layer using our sdk.
Note
Probably, you don't even need to implement database logic (only if you will make special logic for caching), but you need to implement caching on disk using some multiplatform library like okio).
Use dev branch as head branch.
The text was updated successfully, but these errors were encountered:
TODO:
timers
orusers
feature module and rename it tofiles
, add modules tosettings.gradle.kts
files
submodules tofiles
submodules instead of previous feature dependenciesdata
layer using our sdk.Use
dev
branch as head branch.The text was updated successfully, but these errors were encountered: