Kasem SM

Results 30 comments of Kasem SM

Hey @hadilq thanks for reviewing the code. I was just following this guide available here for singleton coroutine scope: https://manuelvivo.dev/coroutinescope-hilt ![image](https://user-images.githubusercontent.com/83884225/158535926-7aef8d2d-3360-4e52-957c-85e49648006a.png)

So the `common-ui` that is on the project level contains UI components that is required to the whole app. The Composables in it might be required in `ui-home` as well...

`core` module has codes that are needed by almost all modules. The other module is just not `common`, it's `common-ui`. Do you mean that I should remove all the `common-ui`...

The thing is UI modules are the ones using the features. Some screen such as the `ui-home` or `ui-explore` are using multiple features. As of now, only `ui-auth` uses a...

Don't forget to add (key = { it.id}) to improve LazyColumn Performance.

Current Testing status - https://kasem-sm.github.io/SlimeKT/tests/status/

Current Testing status - https://kasem-sm.github.io/SlimeKT/tests/status/