Quantcast
Channel: Active questions tagged use-case - Stack Overflow
Viewing all articles
Browse latest Browse all 80

Using kotlin coroutines in clean architecture

$
0
0

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


Viewing all articles
Browse latest Browse all 80

Trending Articles