Skip to content

Commit 598ecb0

Browse files
committed
remove unused DI setup
1 parent db433d4 commit 598ecb0

File tree

5 files changed

+1
-78
lines changed

5 files changed

+1
-78
lines changed

app/src/commonMain/kotlin/pro/respawn/meetingcost/di/ContainerDeclaration.kt

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/src/commonMain/kotlin/pro/respawn/meetingcost/di/ContainerInjection.kt

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/src/commonMain/kotlin/pro/respawn/meetingcost/di/DestinationContext.kt

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/src/commonMain/kotlin/pro/respawn/meetingcost/di/DestinationScope.kt

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/src/commonMain/kotlin/pro/respawn/meetingcost/di/modules/CommonAppModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import org.kodein.di.bindProvider
55
import pro.respawn.meetingcost.CostCounterContainer
66

77
val appModule by DI.Module {
8+
bindProvider { CostCounterContainer() }
89
importAll(
910
platformAppModule,
1011
commonArchModule,
1112
)
12-
bindProvider { CostCounterContainer() }
1313
}

0 commit comments

Comments
 (0)