andrew
07/17/2022, 5:49 AM@Module
@InstallIn(SingletonComponent::class)
interface AccountsModule {
    @Binds
    @Singleton
    fun bindsAccountService(accountsService: AccountsServiceImpl): AccountsService
}:app:mobile  -- implements -->  :app:core
:app:wear    -- implements -->  :app:core:app:core:app:targetAccountManagerAccountManagerAccountService