Open
Conversation
95836e1 to
809618c
Compare
7251a96 to
de50aca
Compare
de50aca to
5aff250
Compare
5aff250 to
699562d
Compare
b140701 to
f626b53
Compare
f626b53 to
b393c09
Compare
b393c09 to
27d22fb
Compare
27d22fb to
e033f3e
Compare
e033f3e to
83fcacf
Compare
83fcacf to
4ad7474
Compare
4ad7474 to
e12289c
Compare
e12289c to
39a2fa8
Compare
39a2fa8 to
c3c380e
Compare
c3c380e to
a81c00c
Compare
a81c00c to
e4bbd4f
Compare
e4bbd4f to
3c8cb79
Compare
3c8cb79 to
18c1341
Compare
18c1341 to
2ce7f38
Compare
2ce7f38 to
f223965
Compare
f223965 to
2b43e16
Compare
2b43e16 to
3744e18
Compare
3744e18 to
f4b0406
Compare
f4b0406 to
b8f4599
Compare
b8f4599 to
b4762f0
Compare
b4762f0 to
bf11157
Compare
eae403c to
dc3aacc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.20-1.0.6->1.9.25-1.0.201.7.20-1.0.6->1.9.25-1.0.20Release Notes
google/ksp (com.google.devtools.ksp)
v1.9.25-1.0.20Compare Source
KSP 1.0.20 for Kotlin 1.9.25
v1.9.24-1.0.20Compare Source
KSP 1.0.20 for kotlin compiler version 1.9.24
v1.9.23-1.0.20Compare Source
KSP1 issues fixed
KSP2 issues fixed
v1.9.23-1.0.19New APIs
SymbolProcessorEnvironment.kspVersionCodeGenerator.associateWithFunctionsandCodeGenerator.associateWithPropertiesIssues fixed in KSP2
Issues fixed in KSP Gradle Plugin
Known issues
v1.9.22-1.0.17Compare Source
Issues fixed
Resolver#getJvmCheckedExceptionresults in<ERROR TYPE>when throwing type variable. #1460$in name arenullwhen used in Kotlin source #1671v1.9.22-1.0.16Compare Source
This is KSP 1.0.16 for Kotlin compiler 1.9.22
v1.9.21-1.0.16Compare Source
Issue fixed
#1653 KSP 1.9.21-1.0.15 leaking memory and causing OOMs
v1.9.21-1.0.15Compare Source
This is a hot fix to #1591 where multiple KMP projects were affected.
Issues Fixed / PRs Merged
#1591 Error: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value
#1612 Filter out the
-progressivecompiler flag in KSP tasks#1614 Revert back to the non-thread-local KSP compiler plugin implementation.
v1.9.20-1.0.14Compare Source
issues fixed
v1.9.20-1.0.13Compare Source
Bumping Kotlin to 1.9.20 for KSP 1.0.13.
v1.9.10-1.0.13Compare Source
KSP 1.0.13 for kotlin compiler version 1.9.10
v1.9.0-1.0.13Compare Source
Issues fixed
v1.9.0-1.0.12Compare Source
Issues Fixed
The complete list of issues fixed in this release can be found here.
Other Notable Changes
While there is still no direct model of package elements, the following APIs in
Resolverare added to better support the operations around packages:fun getPackageAnnotations(packageName: String): Sequence<KSAnnotation>fun getPackagesWithAnnotation(annotationName: String): Sequence<String>Contributors
Thank you for the PRs!
@cdsap
@damianw
@danysantiago
@lukellmann
@ribafish
v1.9.0-1.0.11Compare Source
v1.8.22-1.0.11: ReleaseCompare Source
v1.8.21-1.0.11: ReleaseCompare Source
Bump Kotlin Compiler to 1.8.21 for 1.0.11 release
v1.8.20-1.0.11: ReleaseCompare Source
Issues fixed
Incremental compilation fails with "Number of loaded files in snapshots differs" #1280
v1.8.20-1.0.10Compare Source
New Features
KSP can now be run with K2 compiler frontend.
Issues fixed
Known issue
There is a known issue with incremental with this release #1280 from compiler update, we are working on a hotfix release to address this, if you are impacted by this issue, please try to disable incremental or hold on for hotfix release.
Contributors
Thanks for your contributions!
@larryxiao625
@ansman
v1.8.10-1.0.9Compare Source
v1.8.0-1.0.9Compare Source
New Features
KSDefNonNullReferencefor definitely non null types.KSVisitordirectly, you need to overridevisitDefNonNullReferencein your visitor as well.excludedProcessorsis added to Gradle extensions to allow excluding certain processors.Any?is added to unbounded type parametersIssues fixed
Contributors
Thanks for your contributions!
@3flex
@danysantiago
v1.8.0-1.0.8Compare Source
KSP 1.0.8 for Kotlin 1.8.0.
v1.7.22-1.0.8Compare Source
KSP 1.0.8 for Kotlin 1.7.22
v1.7.21-1.0.8Compare Source
KSP 1.0.8 for Kotlin 1.7.21
v1.7.20-1.0.8Compare Source
Issues Fixed
contributors
@cdsap
@3flex
v1.7.20-1.0.7Compare Source
Behavior Changes
blockOtherPluginsis on by default. The old behavior (allowing other plugins to be loaded in KSP's Gradle task) is deprecated and will be removed in the future.New Features
#1041 A new CodeGenerator.createFile method with more flexibility
Issues Fixed
#167 nullability for java sources ignores annotations
#897 Compatibility with Kotlin/Native compiler plugins
#974 Exceptions are swallowed when using withCompilation flag
#985 No "kotlin.ExtensionFunctionType" annotation on functional types with receivers
#989 NoSuchElementException when getting a default argument of the inner annotation type
#997 Incremental KSP fails in Java/Kotlin mixed module
#1011 Generic TypeAliases Parameter are not consistent resolved
#1034 After updating to KSP 1.7.0, Missing information occurs in some cases that are configured in Java.
#1039 Support class extraction provided by annotation
#1063 Memory leak: org.sqlite.JDBC holds classloader of KSP
Contributors
Thank you for the pull requests!
@Jeffset
@midery
@jameskleeh
@Bencodes
@heli-os
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.