Skip to content

Commit

Permalink
Added di under shared package
Browse files Browse the repository at this point in the history
  • Loading branch information
nis-ship-it committed Nov 9, 2024
1 parent 06fc394 commit 138a17d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
package network.bisq.mobile.domain.di

class AppModule {
import network.bisq.mobile.domain.data.repository.GreetingRepository
import org.koin.dsl.module

val appModule = module {
single { GreetingRepository() }
}

0 comments on commit 138a17d

Please sign in to comment.