DroidKaigi / conference-app-2023

The Official Conference App for DroidKaigi 2023
Apache License 2.0
645 stars 206 forks source link

[iOS] AchievementRepository dependency not provided #1122

Closed iiinaiii closed 1 year ago

iiinaiii commented 1 year ago

Describe the bug When I start the application, I get the following error.

Uncaught Kotlin exception: org.koin.core.error.NoBeanDefFoundException: No definition found for 
class:'io.github.droidkaigi.confsched2023. AchievementRepository' q:''. Check your definitions!

iOSMain > io.github.droidkaigi.confsched2023.data.DataModule.kt does not contain AchievementRepository dependency.

To Reproduce Steps to reproduce the behavior:

  1. Start up application
  2. The error happen

Expected behavior The application should start up properly.

Screenshots

tkhs0604 commented 1 year ago

Thank you for your report! It must be resolved by this PR 🙆‍♂️ https://github.com/DroidKaigi/conference-app-2023/pull/1141