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

Migrate to kotlin-inject #68

Merged
merged 60 commits into from
Apr 15, 2023
Merged

Migrate to kotlin-inject #68

merged 60 commits into from
Apr 15, 2023

Conversation

thomaskioko
Copy link
Owner

@thomaskioko thomaskioko commented Apr 13, 2023

Description

This PR migrates from Dagger Hilt and koin to Kotin-inject.

  • Migrate Data modules
  • Migrate Domain modules
  • Refactor Compose navigation module.
  • Migrate Compose screen
  • Resolve iOS platform components
    • Database
    • Datastore
    • Network
    • Tmdb
    • Util
  • Migrate ios from koin to kotlin-inject

Other changes

  • Simplified some of the structure of the shared modules. Core has base and networkutil.
  • Get rid of buildKonfig in the shared module and read API keys from dev.yaml. This only affects iOS. I will migrate the Android implementation in a follow-up PR.
  • Module rename: video-player > trailers, trakt-service > trakt-api
  • Cleanup tooling scripts.

resolves #62

Resources:

@thomaskioko thomaskioko added enhancement New feature or request android Android related task/issues ios iOS related task/issue labels Apr 13, 2023
@thomaskioko thomaskioko marked this pull request as ready for review April 15, 2023 01:48
@thomaskioko thomaskioko changed the title [WIP] Migrate to kotlin-inject Migrate to kotlin-inject Apr 15, 2023
@thomaskioko thomaskioko enabled auto-merge April 15, 2023 01:52
@thomaskioko thomaskioko disabled auto-merge April 15, 2023 02:10
@thomaskioko thomaskioko merged commit 6656b51 into main Apr 15, 2023
thomaskioko added a commit that referenced this pull request Nov 1, 2023
@thomaskioko thomaskioko deleted the kotlin-inject branch November 1, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Android related task/issues enhancement New feature or request ios iOS related task/issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to kotlin-inject 👀
1 participant