Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

chore(deps): update dependency com.google.devtools.ksp to v1.8.0-1.0.9 #58

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp (source) 1.8.0-1.0.8 -> 1.8.0-1.0.9 age adoption passing confidence

Release Notes

google/ksp

v1.8.0-1.0.9

Compare Source

New Features

  • Supported definitely non null type
    • Added corresponding KSDefNonNullReference for definitely non null types.
    • If you are implementing KSVisitor directly, you need to override visitDefNonNullReference in your visitor as well.
  • excludedProcessors is added to Gradle extensions to allow excluding certain processors.
  • Any? is added to unbounded type parameters

Issues fixed

  • Incremental compilation fails with "Number of loaded files in snapshots differs" #​1280
  • Type T & Any can't be analyzed even in the latest version. #​1127
  • Can't differentiate between @​A(int.class) and @​A(Integer.class) #​870
  • Non-embeddable compiler JAR compilations are broken in 1.0.7 #​1155
  • Need a way to specify and exclude processors #​1234
  • Bug of KSPropertyDeclaration.findOverridee() #​1182
  • KSTypeParameter#bounds returns when the bounds is another type parameter #​1250
  • Resolved KSTypeParameter doesn't equal the source #​971

Contributors

Thanks for your contributions!
@​3flex
@​danysantiago


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 26, 2023 02:30
@l2hyunwoo l2hyunwoo merged commit 043d397 into develop Jan 26, 2023
@delete-merged-branch delete-merged-branch bot deleted the renovate/kspplugin branch January 26, 2023 02:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant