mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 05:57:03 +05:30
refactor(build): adopt Slack lints
This commit is contained in:
parent
eb449740eb
commit
ed32186984
10 changed files with 31 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
* license that can be found in the LICENSE file or at
|
||||
* https://opensource.org/licenses/MIT.
|
||||
*/
|
||||
@file:Suppress("InjectDispatcher") // False-positive
|
||||
@file:Suppress("RawDispatchersUse") // False-positive
|
||||
|
||||
package dev.msfjarvis.claw.core.coroutines
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ import kotlinx.coroutines.CoroutineDispatcher
|
|||
@ContributesTo(ApplicationScope::class)
|
||||
interface CoroutineDispatcherModule {
|
||||
|
||||
@Binds fun DefaultDispatcherProvider.bind(): DispatcherProvider
|
||||
@Binds fun bindDispatcherProvider(impl: DefaultDispatcherProvider): DispatcherProvider
|
||||
|
||||
companion object {
|
||||
@[Provides IODispatcher]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue