Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating from hilt to koin (This) #1764

Merged
merged 6 commits into from
Sep 23, 2024

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    d4e4dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f073e22 View commit details
    Browse the repository at this point in the history
  3. refactor: Removed Hilt and migrated to Koin

    This commit removes Hilt and migrates the project to Koin for dependency injection.
    
    The following
     changes were made:
    
    - Removed the `AndroidHiltConventionPlugin`.
    - Added the `AndroidKoinConventionPlugin`.
    - Updated dependencies to use Koin.
    - Updated KSP configuration for Koin.
    - Updated feature modules to use Koin.
    - Updated common modules to use Koin
    .
    - Removed Hilt annotations and replaced them with Koin annotations.
    - Updated ViewModels to use Koin for dependency injection.
    - Updated modules to use Koin for dependency injection.
    niyajali committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b34e5c2 View commit details
    Browse the repository at this point in the history
  4. Formatted Dependencies

    niyajali committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bfc82f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    bb63058 View commit details
    Browse the repository at this point in the history
  2. Revert "migrating from hilt to koin clean up commit"

    This reverts commit bb63058.
    niyajali committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7544aeb View commit details
    Browse the repository at this point in the history