Updated on 2026-08-14
This commit is contained in:
parent
9bd372d0af
commit
5ec38a0d61
23 changed files with 424 additions and 162 deletions
|
|
@ -8,7 +8,7 @@ import dagger.assisted.AssistedInject
|
|||
/**
|
||||
* Mocking it for release/external builds to exclude SumSub dependency
|
||||
*/
|
||||
class MockKycComponent @AssistedInject constructor(
|
||||
internal class MockKycComponent @AssistedInject constructor(
|
||||
@Assisted appComponentContext: AppComponentContext,
|
||||
) : KycComponent, AppComponentContext by appComponentContext {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue