Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump symbol-processing-gradle-plugin from 1.5.21-1.0.0-beta07 to 1.5.…
…30-1.0.0-beta08 (#199) Bumps [symbol-processing-gradle-plugin](https://github.com/google/ksp) from 1.5.21-1.0.0-beta07 to 1.5.30-1.0.0-beta08. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">symbol-processing-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>1.5.30-1.0.0-beta08</h2> <p><strong>Highlights</strong></p> <ul> <li>Updated to Kotlin 1.5.30</li> <li>Added new API: <code>KSNode.parent</code> for accessing parent nodes directly.</li> </ul> <p><strong>Issues Resolved</strong> <a href="https://github-redirect.dependabot.com/google/ksp/issues/376">#376</a> Some descriptor implementations for sources reports Origin.CLASS <a href="https://github-redirect.dependabot.com/google/ksp/issues/506">#506</a> getSymbolsWithAnnotation does not handle type aliases <a href="https://github-redirect.dependabot.com/google/ksp/issues/476">#476</a> KSP is unable to resolve self referencing java types in java sources <a href="https://github-redirect.dependabot.com/google/ksp/issues/194">#194</a> KSTypeReference implementation without concrete PSI elements are falsely equal regardless of location. <a href="https://github-redirect.dependabot.com/google/ksp/issues/503">#503</a> KSValueParameter has no reference to the KSDeclaration where is present <a href="https://github-redirect.dependabot.com/google/ksp/issues/570">#570</a> KSP on multiplatform fails to skip disabled targets. <a href="https://github-redirect.dependabot.com/google/ksp/issues/491">#491</a> hasBackingField returns wrong value for companion properties <a href="https://github-redirect.dependabot.com/google/ksp/issues/354">#354</a> Provide the ability to check if a nullable lambda parameter type has the SUSPEND modifier <a href="https://github-redirect.dependabot.com/google/ksp/issues/566">#566</a> InvalidUserDataException with native (androidNative?) targets <a href="https://github-redirect.dependabot.com/google/ksp/issues/175">#175</a> Resolver.overrides fails for generics <a href="https://github-redirect.dependabot.com/google/ksp/issues/529">#529</a> hasBackingField returns false for lateinit properties</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/f79799eb5c390e958a8bd9e8ded9d834ec87b89c"><code>f79799e</code></a> Fix javadoc dependency and gradle warning</li> <li><a href="https://github.com/google/ksp/commit/532edc8c62a216358fecad2160b396f67045945e"><code>532edc8</code></a> Skip synthetic Java methods when constructing resolution scope</li> <li><a href="https://github.com/google/ksp/commit/08310121224ea165edcf1fddd03d82aaeb610b1b"><code>0831012</code></a> Upgrade to Kotlin 1.5.30</li> <li><a href="https://github.com/google/ksp/commit/c3f70de35343dcb9efd21a60df5a3661ebe3c046"><code>c3f70de</code></a> Set version in root build.gradle.kts</li> <li><a href="https://github.com/google/ksp/commit/b9e34c2a3035c7f89ae4975f9885eb52f7958066"><code>b9e34c2</code></a> handle java array type resolution</li> <li><a href="https://github.com/google/ksp/commit/369b83ee36a52b3b71c761fe6d57fe27a6588aed"><code>369b83e</code></a> Support typealias in getSymbolsWithAnnotation</li> <li><a href="https://github.com/google/ksp/commit/38b7d09819879606179752ecbba4ce8dcf06394f"><code>38b7d09</code></a> construct correct JavaResolverContext for java type resolver</li> <li><a href="https://github.com/google/ksp/commit/0ec4f34b87c447f93337d2e8228ff83c3716e060"><code>0ec4f34</code></a> update logger key to use the unwrapped logger from compiler, available after ...</li> <li><a href="https://github.com/google/ksp/commit/c2c8616448c535e70bc5feec58e80c4449be97d7"><code>c2c8616</code></a> Native: skip targets if unsupported on host</li> <li><a href="https://github.com/google/ksp/commit/7c2d5fbd9523cd723a6707e1018e48962aa0ab0e"><code>7c2d5fb</code></a> update class diagram and document for KSNode.parent</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/1.5.21-1.0.0-beta07...1.5.30-1.0.0-beta08">compare view</a></li> </ul> </details> <br /> [](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 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> #199
- Loading branch information