mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
修正
This commit is contained in:
parent
73a1373908
commit
6b1c41bd30
|
@ -3,11 +3,12 @@ package one.nem.lacerta.data.module;
|
||||||
import dagger.Binds;
|
import dagger.Binds;
|
||||||
import dagger.Module;
|
import dagger.Module;
|
||||||
import dagger.hilt.InstallIn;
|
import dagger.hilt.InstallIn;
|
||||||
|
import dagger.hilt.components.SingletonComponent;
|
||||||
import one.nem.lacerta.data.repository.DebugFunc;
|
import one.nem.lacerta.data.repository.DebugFunc;
|
||||||
import one.nem.lacerta.data.impl.DebugFuncImpl;
|
import one.nem.lacerta.data.impl.DebugFuncImpl;
|
||||||
|
|
||||||
@Module
|
@Module
|
||||||
@InstallIn(DebugFuncImpl.class)
|
@InstallIn(SingletonComponent.class)
|
||||||
abstract class DebugFuncModule {
|
abstract class DebugFuncModule {
|
||||||
|
|
||||||
@Binds
|
@Binds
|
||||||
|
|
Loading…
Reference in New Issue
Block a user