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

Update dependency com.google.devtools.ksp:symbol-processing-api to v1.6.20-1.0.5 #95

Merged
merged 3 commits into from
Apr 8, 2022

Conversation

juul-mobile-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
com.google.devtools.ksp:symbol-processing-api (source) patch 1.6.20-1.0.4 -> 1.6.20-1.0.5

Release Notes

google/ksp

v1.6.20-1.0.5

Compare Source

New Features

Thanks to @​runningcode, KSP supports CommandLineArgumentProvider now:

// build.gradle.kts
...
ksp {
    arg(myCommandLineArgumentProvider)
}
Issues Fixed

#​815 Extended Java interface defines Any as a supertype
#​831 Multi-modules: superTypes doesn't return the super types
#​843 allowSourcesFromOtherPlugins breaks up-to-date checks & caching
#​847 Add support for passing CommandLineArgumentProvider to KspExtension
#​851 API for KSType for checking whether the underlying Java type is raw.
#​858 Sealed class's KSDeclaration.isOpen returns true
#​876 KSClassDeclaration.isOpen returns true for nested data classes
#​879 Generated files are not cleaned up between runs for Kotlin/Native targets
#​881 KSP Processing order doesn't process room class first before typealias
#​887 Incremental compilation: getNewFiles does not pick up newly generated files on Windows
#​890 isAssignableFrom behaves incorrectly with Java-specific types (from Resolver.getJavaClassByName)

Contributors
Thank you for the pull requests!
@​DSteve595
@​Jeffset
@​jsjeon
@​runningcode
@​sangyongchoi
@​yigit


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by Renovate Bot.

@github-actions
Copy link

github-actions bot commented Apr 8, 2022

Unit Test Results

  5 files    5 suites   31s ⏱️
17 tests 17 ✔️ 0 💤 0
19 runs  19 ✔️ 0 💤 0

Results for commit 0416c71.

♻️ This comment has been updated with latest results.

@davidtaylor-juul davidtaylor-juul enabled auto-merge (squash) April 8, 2022 18:04
@davidtaylor-juul davidtaylor-juul merged commit b720b13 into main Apr 8, 2022
@davidtaylor-juul davidtaylor-juul deleted the renovate/com.google.devtools.ksp branch April 8, 2022 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants