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

Created a Hilt example with a view model scoped custom component #503

Merged
merged 11 commits into from
Feb 2, 2021

Commits on Jan 6, 2021

  1. Adds dagger hilt example.

    Carlos M authored and marukami committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f157868 View commit details
    Browse the repository at this point in the history
  2. Replaces java module by kotlin assisted module with disabled @Installin

    … check.
    Carlos M authored and marukami committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    49ada08 View commit details
    Browse the repository at this point in the history
  3. Fixes after rebasing onto 2.0.0.

    Carlos M authored and marukami committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6710edf View commit details
    Browse the repository at this point in the history
  4. Adds DisableInstallInCheck explanation.

    Carlos M authored and marukami committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ab809b4 View commit details
    Browse the repository at this point in the history
  5. Removes debug keystore.

    Carlos M authored and marukami committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0f37ae2 View commit details
    Browse the repository at this point in the history
  6. Removes proguard config.

    Carlos M authored and marukami committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1941ec1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    1be286d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Works

    Gabriel Peal committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5eaef2e View commit details
    Browse the repository at this point in the history
  2. Detekt

    Gabriel Peal committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    71f64a6 View commit details
    Browse the repository at this point in the history
  3. Use the correct GeneratedComponentOwner

    Gabriel Peal committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    18f27a8 View commit details
    Browse the repository at this point in the history
  4. Lint

    Gabriel Peal committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    774a616 View commit details
    Browse the repository at this point in the history