Kasem SM
Kasem SM
Hi. You are right. Gotta fix this asap.
It is a bug. Yes, you can create a PR.
Hey @hadilq thanks for reviewing the code. I was just following this guide available here for singleton coroutine scope: https://manuelvivo.dev/coroutinescope-hilt 
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/
Still waiting for this :(