Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.google.devtools.ksp from 2.0.21-1.0.25 to 2.0.21-1.0.27 (#50)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.21-1.0.25 to 2.0.21-1.0.27. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>2.0.21-1.0.27</h2> <h2>Bugs Fixed</h2> <ul> <li>KSP2: KtInvalidLifetimeOwnerAccessException: Access to invalid KtAlwaysAccessibleLifetimeToken: PSI has changed since creation <a href="https://redirect.github.com/google/ksp/issues/1854">#1854</a></li> <li>[KSP2] getSymbolsWithAnnotation() doesn't work if the annotation is an alias in KOTLIN_LIB <a href="https://redirect.github.com/google/ksp/issues/2024">#2024</a></li> <li>KotlinSymbolProcessingExtension leaks files due to URLClassLoader not being closed <a href="https://redirect.github.com/google/ksp/issues/2159">#2159</a></li> <li>Unresolvable iOS reference on Linux host <a href="https://redirect.github.com/google/ksp/issues/2173">#2173</a></li> <li>Fail to apply ksp before android <a href="https://redirect.github.com/google/ksp/issues/2174">#2174</a></li> <li>[KSP2] Mangled names for internal functions are incorrect for Android modules <a href="https://redirect.github.com/google/ksp/issues/2180">#2180</a></li> <li>[KSP2] JVM names for property getters/setters are incorrect if they start with "is" <a href="https://redirect.github.com/google/ksp/issues/2181">#2181</a></li> </ul> <h2>Contributors</h2> <p>Thanks to <a href="https://github.com/jonamireh"><code>@jonamireh</code></a>, <a href="https://github.com/kuanyingchou"><code>@kuanyingchou</code></a>, <a href="https://github.com/martinbonnin"><code>@martinbonnin</code></a>, <a href="https://github.com/pablobaxter"><code>@pablobaxter</code></a>, <a href="https://github.com/scott-pollom"><code>@scott-pollom</code></a>, and everyone who reported bugs and participated in discussions!</p> <h2>2.0.21-1.0.26</h2> <h2>Bugs Fixed</h2> <ul> <li>A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction <a href="https://redirect.github.com/google/ksp/issues/1968">#1968</a></li> <li>[KSP2] default value is null for nested annotation <a href="https://redirect.github.com/google/ksp/issues/2077">#2077</a></li> <li>[KSP2] "internal" members are out of order in Resolver.getDeclarationsInSourceOrder() <a href="https://redirect.github.com/google/ksp/issues/1827">#1827</a></li> <li>[KSP2] Resolver.getDeclarationsFromPackage() couldn't find Java declarations <a href="https://redirect.github.com/google/ksp/issues/1952">#1952</a></li> <li>[KSP2] Property setter parameter name becomes value <a href="https://redirect.github.com/google/ksp/issues/1865">#1865</a></li> <li>[KSP2] A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction <a href="https://redirect.github.com/google/ksp/issues/1941">#1941</a></li> <li>[KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations <a href="https://redirect.github.com/google/ksp/issues/1753">#1753</a></li> <li>JVM Module name is changed for libraries <a href="https://redirect.github.com/google/ksp/issues/2105">#2105</a></li> <li>[KSP2] asMemberOf() is not working with Java sources <a href="https://redirect.github.com/google/ksp/issues/2051">#2051</a></li> <li>KSP2: implement KSPropertyDeclaration.findOverridee and Resolver.asMemberOf for java fields <a href="https://redirect.github.com/google/ksp/issues/1642">#1642</a></li> <li>[KSP2] command line doesn't support absolute Windows paths <a href="https://redirect.github.com/google/ksp/issues/2046">#2046</a></li> <li>[KSP2] NPE when getting annotation arguments on non-Jvm targets <a href="https://redirect.github.com/google/ksp/issues/1823">#1823</a></li> <li>[KSP2] Resolver.mapToJvmSignature() is not consistent <a href="https://redirect.github.com/google/ksp/issues/2109">#2109</a></li> <li>[KSP2] Default annotation argument values are sometimes missing <a href="https://redirect.github.com/google/ksp/issues/2107">#2107</a></li> <li>[KSP2] KSFunctionDeclaration.asMemberOf doesn't work sometimes <a href="https://redirect.github.com/google/ksp/issues/2116">#2116</a></li> <li>[KSP2] Qualified names of nested annotations from JAVA_LIB is null <a href="https://redirect.github.com/google/ksp/issues/2033">#2033</a></li> <li>[KSP2] Class literal annotation default values resolve to error types <a href="https://redirect.github.com/google/ksp/issues/1910">#1910</a></li> <li>KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol <a href="https://redirect.github.com/google/ksp/issues/2119">#2119</a></li> <li>KSP memory leak in Android build <a href="https://redirect.github.com/google/ksp/issues/2073">#2073</a></li> <li>[KSP2] KSClassDeclaration.asType(emptyList()) fails after Resolver.getSymbolsWithAnnotation() call <a href="https://redirect.github.com/google/ksp/issues/2094">#2094</a></li> <li>KSValueArgumentImpl doesn't implement .equals() in KSP2 <a href="https://redirect.github.com/google/ksp/issues/2091">#2091</a></li> <li>[KSP2] JvmName is ignored in annotation property getters <a href="https://redirect.github.com/google/ksp/issues/2148">#2148</a></li> <li>[KSP2] Unable to get visibility of KSTypeAlias <a href="https://redirect.github.com/google/ksp/issues/2140">#2140</a></li> <li>Gradle kspKotlin task failed when upgrading to 2.0.20-1.0.25 <a href="https://redirect.github.com/google/ksp/issues/2123">#2123</a></li> <li>[KSP2] Generic type arguments on typealiases are improperly forwarded to the KSType <a href="https://redirect.github.com/google/ksp/issues/2088">#2088</a></li> <li>java.lang.IllegalStateException: Storage for [...] is already registered with 2.0.20-1.0.24 <a href="https://redirect.github.com/google/ksp/issues/2072">#2072</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/911690b86b60a0299af0e86b6abcf18d8abb003b...2.0.21-1.0.26">https://github.com/google/ksp/compare/911690b86b60a0299af0e86b6abcf18d8abb003b...2.0.21-1.0.26</a></p> <h2>Contributors</h2> <p>Thanks to <a href="https://github.com/ansman"><code>@ansman</code></a>, <a href="https://github.com/asapha"><code>@asapha</code></a>, <a href="https://github.com/kaeawc"><code>@kaeawc</code></a>, <a href="https://github.com/kuanyingchou"><code>@kuanyingchou</code></a>, <a href="https://github.com/scott-pollom"><code>@scott-pollom</code></a>, and everyone who reported bugs and participated in discussions!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/8ae8f630e905b6a72ef628cefbbca15f612e8e46"><code>8ae8f63</code></a> KSP2: fix module names for Android builds</li> <li><a href="https://github.com/google/ksp/commit/567e3aa1871223cb41088b890baa5a5a7569663f"><code>567e3aa</code></a> Fix a dependency of integration-tests</li> <li><a href="https://github.com/google/ksp/commit/2c89607dba28fc4a4f9ce2db0a431763d3e90c6f"><code>2c89607</code></a> UPDATE_AA_VERSION: 2.1.20-dev-2637</li> <li><a href="https://github.com/google/ksp/commit/b2c20a501b66293ae5b9c2d3ab1b3818a814130b"><code>b2c20a5</code></a> Disable KSP2 tasks with corresponding compilation</li> <li><a href="https://github.com/google/ksp/commit/36d36e6a52831df885c8200896237759428b06d5"><code>36d36e6</code></a> Lint</li> <li><a href="https://github.com/google/ksp/commit/5fc28643bea5421e0735537cbb37644311a5741f"><code>5fc2864</code></a> Revert unnecessary change</li> <li><a href="https://github.com/google/ksp/commit/6332033af97c248689607caffafc3db81a0bd542"><code>6332033</code></a> Add tests</li> <li><a href="https://github.com/google/ksp/commit/1a84927bfadc3ec59f3fdc61144a0417f7745226"><code>1a84927</code></a> Check for properties starting with 'is'</li> <li><a href="https://github.com/google/ksp/commit/bdf83f109c9782e5d461f92d760c92f88e725c5f"><code>bdf83f1</code></a> Fix error when KSP plugin applied before AGP</li> <li><a href="https://github.com/google/ksp/commit/5a50ab87738f3652d0af2372b0cd8e8dd3d0a5b5"><code>5a50ab8</code></a> Test typealias annotations</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.0.21-1.0.25...2.0.21-1.0.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.devtools.ksp&package-manager=gradle&previous-version=2.0.21-1.0.25&new-version=2.0.21-1.0.27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information