Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps the kotlin group with 2 updates in the / directory: org.jetbrains.kotlin.jvm and com.google.devtools.ksp.

Updates org.jetbrains.kotlin.jvm from 2.1.21 to 2.2.0

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 2.2.0

Changelog

Analysis API

  • KT-73337 Migrate analysis sources to new IR parameter API
  • KT-75880 K2 Mode: Typealias reference resolves to the underlying class in KMP project
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-69535 Redesign 'containingSymbol'
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68393 Analysis API: Rename KaClassLikeSymbol. classIdIfNonLocal to classId
  • KT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId

Analysis API. Code Compilation

  • KT-75502 K2: IDEA hangs when evaluating inside kotlin-stdlib modules in the Kotlin project
  • KT-73077 Evaluation of inline functions is broken inside Kotlin project and Amper module in Idea sources
  • KT-73936 K2: CyclicInlineDependencyException: Inline functions have a cyclic dependency in evaluator
  • KT-74582 InterpreterMethodNotFoundError when trying to evaluate simple expressions after recent fixes
  • KT-74524 Compilation exception with incorrect JvmName annotation arguments
  • KT-74443 Compilation peer collector ignores inline property accessors

Analysis API. FIR

New Features

Performance Improvements

  • KT-75790 Experiment with increasing DEFAULT_LOCKING_INTERVAL time
  • KT-72159 LLFirCompilerRequiredAnnotationsTargetResolver: consider rewriting it to use honest jumping locks

Fixes

  • KT-76331 Cleanup FileStructureElement for classes
  • KT-73117 K2 AA: Exception "Setter is not found" when val has a setter without body
  • KT-76540 K2: Missing library dependency on Android SDK from androidx.activity-1.8.2 causes LiveEdit failures
  • KT-73266 K2. "Declaration should have non-local container" with unclosed annotation on top-level function
  • KT-76432 JavaClassUseSiteMemberScope: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-76217 K2 AA: "No fir element was found for KtParameter" with multiple context parameter lists
  • KT-74740 Highlighting is broken after the built-in serialization refactoring
  • KT-76366 ContextCollector: annotations on class members don't have the class as implicit receiver
  • KT-76352 ContextCollector: wrong class annotation context in BODY mode
  • KT-76341 ContextCollector: support dangling modifiers
  • KT-76332 "Declaration should have non-local container" for declaration inside file annotation
  • KT-76115 Disable FirElementBuilder#getFirForElementInsideAnnotations optimization for files, classes and scripts
  • KT-76347 ContextCollector: avoid resolution for enum entry annotations
  • KT-76272 Cleanup AbstractFileStructureTest

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.jvm's changelog.

2.2.0

Analysis API

  • KT-73337 Migrate analysis sources to new IR parameter API
  • KT-75880 K2 Mode: Typealias reference resolves to the underlying class in KMP project
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-69535 Redesign 'containingSymbol'
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68393 Analysis API: Rename KaClassLikeSymbol. classIdIfNonLocal to classId
  • KT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId

Analysis API. Code Compilation

  • KT-75502 K2: IDEA hangs when evaluating inside kotlin-stdlib modules in the Kotlin project
  • KT-73077 Evaluation of inline functions is broken inside Kotlin project and Amper module in Idea sources
  • KT-73936 K2: CyclicInlineDependencyException: Inline functions have a cyclic dependency in evaluator
  • KT-74582 InterpreterMethodNotFoundError when trying to evaluate simple expressions after recent fixes
  • KT-74524 Compilation exception with incorrect JvmName annotation arguments
  • KT-74443 Compilation peer collector ignores inline property accessors

Analysis API. FIR

New Features

Performance Improvements

  • KT-75790 Experiment with increasing DEFAULT_LOCKING_INTERVAL time
  • KT-72159 LLFirCompilerRequiredAnnotationsTargetResolver: consider rewriting it to use honest jumping locks

Fixes

  • KT-76331 Cleanup FileStructureElement for classes
  • KT-73117 K2 AA: Exception "Setter is not found" when val has a setter without body
  • KT-76540 K2: Missing library dependency on Android SDK from androidx.activity-1.8.2 causes LiveEdit failures
  • KT-73266 K2. "Declaration should have non-local container" with unclosed annotation on top-level function
  • KT-76432 JavaClassUseSiteMemberScope: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-76217 K2 AA: "No fir element was found for KtParameter" with multiple context parameter lists
  • KT-74740 Highlighting is broken after the built-in serialization refactoring
  • KT-76366 ContextCollector: annotations on class members don't have the class as implicit receiver
  • KT-76352 ContextCollector: wrong class annotation context in BODY mode
  • KT-76341 ContextCollector: support dangling modifiers
  • KT-76332 "Declaration should have non-local container" for declaration inside file annotation
  • KT-76115 Disable FirElementBuilder#getFirForElementInsideAnnotations optimization for files, classes and scripts
  • KT-76347 ContextCollector: avoid resolution for enum entry annotations
  • KT-76272 Cleanup AbstractFileStructureTest
  • KT-75542 K2 AA: "FirDeclaration was not found for class KtNamedFunction, fir is class FirErrorExpressionImpl" for unclosed annotation on member function

... (truncated)

Commits
  • 631e9fd Add ChangeLog for 2.2.0-RC3
  • f4ff47f [Accessors] Correctly create arguments for accessors
  • 4086c4b [Gradle] Apply Dokka versioning plugin also to leaf partial html
  • a8a8e06 [JS] Fix getting names of local delegated properties
  • 3b804bc [JS] Introduce the JsNoLifting annotation class
  • e690a3a [test] Add a reproducer for KT-78073
  • 0f85940 [FIR] Fix collection of DSL markers from function types
  • 726a9d7 [Tests] Reproduce #KT-77301
  • a6aed74 Add ChangeLog for 2.2.0-RC2
  • 2293f5f CLI: Follow symbolic links of content roots
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 2.1.21-2.0.1 to 2.2.0-2.0.2

Release notes

Sourced from com.google.devtools.ksp's releases.

2.2.0-2.0.2

What's Changed

Full Changelog: google/ksp@2.2.0-RC3-2.0.2...2.2.0-2.0.2

2.2.0-RC3-2.0.2

What's Changed

Full Changelog: google/ksp@2.2.0-RC2-2.0.2...2.2.0-RC3-2.0.2

2.2.0-RC-2.0.1

What's Changed

Full Changelog: google/ksp@2.2.0-Beta2-2.0.1...2.2.0-RC-2.0.1

2.2.0-RC2-2.0.2

What's Changed

Full Changelog: google/ksp@2.1.21-2.0.2...2.2.0-RC2-2.0.2

2.2.0-RC2-2.0.1

What's Changed

Full Changelog: google/ksp@2.2.0-RC-2.0.1...2.2.0-RC2-2.0.1

2.2.0-Beta2-2.0.1

What's Changed

Full Changelog: google/ksp@2.1.20-2.0.1...2.2.0-Beta2-2.0.1

2.2.0-Beta1-2.0.0

What's Changed

Full Changelog: google/ksp@2.1.20-2.0.0...2.2.0-Beta1-2.0.0

2.1.21-2.0.2

... (truncated)

Commits
  • ecd12cf Update gradle.properties
  • 067991a Update gradle.properties
  • d85f0f5 Fix typo in gradle.properties
  • 333274e Update gradle.properties
  • f0da4c3 Update Kotlin AA
  • f6c8aa3 Kotlin 2.2.0-RC2
  • 1b7402c Revert "Downgrade to Kotlin 2.1.20"
  • e9efa37 Handle a weird case from Analysis API
  • 0f5ff31 Add clarification to possible value types of KSValueArgument.value
  • 2ac9a4c UPDATE_KOTLIN_VERSION: 2.1.21
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 30, 2025
@github-actions
Copy link

github-actions bot commented Jun 30, 2025

Test Results

0 tests   - 15   0 ✅  - 15   0s ⏱️ -6s
0 suites  -  4   0 💤 ± 0 
0 files    -  4   0 ❌ ± 0 

Results for commit f983683. ± Comparison against base commit ff51366.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch from 25a22b6 to ed6ccb6 Compare August 18, 2025 00:35
@github-actions
Copy link

github-actions bot commented Aug 18, 2025

Plugin Verification Results

IDE Verification Result Comment
2024.1.7 ⚠️ Compatible. 4 usages of deprecated API. 2 usages of experimental API. 6 usages of internal API
2024.2.6 ⚠️ Compatible. 4 usages of deprecated API. 2 usages of experimental API. 6 usages of internal API
2024.3.6 ⚠️ Compatible. 4 usages of deprecated API. 2 usages of experimental API. 6 usages of internal API
2025.1.4.1 ⚠️ Compatible. 4 usages of deprecated API. 2 usages of experimental API. 6 usages of internal API
2025.2 ⚠️ Compatible. 4 usages of deprecated API. 2 usages of experimental API. 6 usages of internal API

@sczerwinski
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch 2 times, most recently from 7274eaa to e6933d4 Compare August 25, 2025 00:21
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch from e6933d4 to bddd1b2 Compare September 1, 2025 00:07
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch from bddd1b2 to 9505a97 Compare September 15, 2025 00:02
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch 2 times, most recently from dc89b46 to 21bab4b Compare October 13, 2025 00:02
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch from 21bab4b to ab62274 Compare October 20, 2025 00:02
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch from ab62274 to 0f3befc Compare November 3, 2025 00:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch from 0f3befc to 9a90abb Compare November 24, 2025 00:03
Bumps the kotlin group with 2 updates in the / directory: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [com.google.devtools.ksp](https://github.com/google/ksp).


Updates `org.jetbrains.kotlin.jvm` from 2.1.21 to 2.2.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.21...v2.2.0)

Updates `com.google.devtools.ksp` from 2.1.21-2.0.1 to 2.2.0-2.0.2
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.1.21-2.0.1...2.2.0-2.0.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.2.0-2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-0a1aec3ead branch from 9a90abb to f983683 Compare December 1, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants