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 Kotlin #674

Merged
merged 1 commit into from
May 2, 2022
Merged

Update Kotlin #674

merged 1 commit into from
May 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp (source) 1.6.10-1.0.4 -> 1.6.21-1.0.5 age adoption passing confidence
org.jetbrains.kotlin.plugin.parcelize 1.6.10 -> 1.6.21 age adoption passing confidence
org.jetbrains.kotlin.android 1.6.10 -> 1.6.21 age adoption passing confidence

Release Notes

google/ksp

v1.6.21-1.0.5

Compare Source

KSP 1.0.5 release for Kotlin 1.6.21

This release only has a compiler version update.

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

v1.6.20-1.0.4

Compare Source

KSP 1.0.4 release for Kotlin 1.6.20

Nothing has changed besides the compiler update :-)


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the gradle label May 2, 2022
@nielsvanvelzen nielsvanvelzen requested a review from Maxr1998 May 2, 2022 06:26
@Maxr1998 Maxr1998 merged commit c4a6aed into master May 2, 2022
@Maxr1998 Maxr1998 deleted the renovate/kotlin branch May 2, 2022 08:10
@nielsvanvelzen nielsvanvelzen added this to the v2.5.0 milestone Aug 15, 2022
@Maxr1998 Maxr1998 added the dependencies Pull requests that update dependencies label May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update dependencies gradle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants