Skip to content

Commit

Permalink
Delete unnecessary mention about BreedCallbackViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedryc committed Jun 9, 2023
1 parent 08e4c8a commit 14d7b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/iosMain/kotlin/co/touchlab/kampkit/KoinIOS.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ actual val platformModule = module {

single { Darwin.create() }

single { BreedViewModel(get(), getWith("BreedCallbackViewModel")) }
single { BreedViewModel(get(), getWith("BreedViewModel")) }
}

// Access from Swift to create a logger
Expand Down

0 comments on commit 14d7b62

Please sign in to comment.