DispatchersModule

abstract class DispatchersModule

Hilt module that binds the DefaultDispatcherProvider implementation to the DispatcherProvider interface for the singleton component scope.

Lives in the :app module (not :sample) because com.android.kotlin.multiplatform.library's compile JAR does not include KSP-generated Java factory classes needed by hiltJavaCompileDebug.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun bindDispatcherProvider(impl: ERROR CLASS: Symbol not found for DefaultDispatcherProvider): ERROR CLASS: Symbol not found for DispatcherProvider

Binds DefaultDispatcherProvider as the application-wide DispatcherProvider implementation.