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

Allow Code-geneated Moshi Adapters #82

Merged

Commits on Jan 25, 2020

  1. Configuration menu
    Copy the full SHA
    a39fb79 View commit details
    Browse the repository at this point in the history
  2. Run tests with moshi-kotlin-codegen enabled

    Co-authored-by: Filipe Pereira <[email protected]>
    macisamuele and filipemp committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    13cfd1f View commit details
    Browse the repository at this point in the history
  3. Add project sample with moshi-kotlin-codegen enabled

    Co-authored-by: Filipe Pereira <[email protected]>
    macisamuele and filipemp committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    4102655 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore to ignore generated code that should not be committ…

    …ed in the repo
    
    Co-authored-by: Filipe Pereira <[email protected]>
    macisamuele and filipemp committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    89906bc View commit details
    Browse the repository at this point in the history
  5. Add proguard rules into kotlin-android samples

    Co-authored-by: Filipe Pereira <[email protected]>
    macisamuele and filipemp committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    f87b6bc View commit details
    Browse the repository at this point in the history
  6. Don't @JsonClass annotate classes without variables (avoid warnings i…

    …nto kapt generated code)
    
    Co-authored-by: Filipe Pereira <[email protected]>
    macisamuele and filipemp committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    fbee264 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

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

Commits on Jan 27, 2020

  1. PR Feedbacks

    macisamuele committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    fe20d80 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    macisamuele committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    bb3694d View commit details
    Browse the repository at this point in the history