I am a beginner android developer. I'm just starting to learn clean architecture. Is it practical to have kotlin coroutines dependency in domain layer? As I know domain don't need have dependencies.
I want to use coroutine inside my UseCase class, but I don't know if it's right