//app/dev.atick.compose.di.task/TaskModule/bindTaskManager
bindTaskManager
[androidJvm]\
@Binds
@Singleton
abstract fun bindTaskManager(taskManagerImpl: TaskManagerImpl): TaskManager
Binds the TaskManagerImpl implementation to the TaskManager interface.
Return
The TaskManager interface.
Parameters
androidJvm
taskManagerImpl | The implementation of TaskManager to be bound. |