Bumpskotlin from 1.9.24 to 2.0.20.
Updatesorg.jetbrains.kotlin:kotlin-stdlib from 1.9.24 to 2.0.20
Release notes
Sourced fromorg.jetbrains.kotlin:kotlin-stdlib's releases.
Kotlin 2.0.20
Changelog
Analysis. API
New Features
KT-68143 Analysis API: support KtWhenConditionInRange call resolution
Performance Improvements
KT-67195 K2: do not call redundant resolve on body resolution phase for classes
Fixes
KT-67360 Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbolKT-67748 K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCallKT-68198 Analysis API: Support application service registration in plugin XMLsKT-62936 Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/NativeKT-68689 LL API: support analysis from builtins moduleKT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflowKT-65417 K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source setsKT-68882 Analysis API: RefactorKaSymbolsKT-65413 K2 IDE: KTOR unresolved serializer() call for@Serializable class in common codeKT-67996 Analysis API: rename Kt prefix to KaKT-67775 Analysis API: expose only interfaces/abstract classes for the user surfaceKT-68009 K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exceptionKT-68918 collectCallCandidates works incorrectly for parenthesis invokeKT-68462 Analysis API: Integrateproject-structure module intoanalysis-api andanalysis-api-platform-interfaceKT-69131 AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementationKT-69055 Analysis API: StabilizeKaScopesKT-66216 K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string templateKT-68959 Introduce KaSeverityKT-53669 Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarationsKT-68846 Mark KaFirReference and all implementations with internal modifierKT-68845 Move KaSymbolBasedReference to resolution packageKT-68844 Move KaTypeProjection to types packageKT-65849 K2: Rename 'high-level-api' family of JARs to 'analysis-api'KT-62540 Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin pluginKT-62889 K2 IDE. FPMISSING_DEPENDENCY_CLASS on not available type alias with available underlying typeKT-68155 Analysis API: Add PSI validity check toanalyzeKT-62343 Analysis API: fix binary incopatibility problems cause byKtAnalysisSessionProvider.analyze being inlineKT-68498 To get reference symbol the one should be KtSymbolBasedReferenceKT-68393 Analysis API: RenameKaClassLikeSymbol. classIdIfNonLocal toclassIdKT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableIdKT-66712 K2 IDE. SOE on settings string template for string variable with the same nameKT-65892 K2: "We should be able to find a symbol" for findNonLocalFunctionKT-68273 AA: supportKtFirKDocReference#isReferenceToImportAliasKT-68272 AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructorKT-66996 Analysis API: Expose the abbreviated type of an expandedKtTypeKT-66646 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject
... (truncated)
Changelog
Sourced fromorg.jetbrains.kotlin:kotlin-stdlib's changelog.
2.0.20
Analysis. API
New Features
KT-68143 Analysis API: support KtWhenConditionInRange call resolution
Performance Improvements
KT-67195 K2: do not call redundant resolve on body resolution phase for classes
Fixes
KT-67360 Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbolKT-67748 K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCallKT-68198 Analysis API: Support application service registration in plugin XMLsKT-62936 Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/NativeKT-68689 LL API: support analysis from builtins moduleKT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflowKT-65417 K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source setsKT-68882 Analysis API: RefactorKaSymbolsKT-65413 K2 IDE: KTOR unresolved serializer() call for@Serializable class in common codeKT-67996 Analysis API: rename Kt prefix to KaKT-67775 Analysis API: expose only interfaces/abstract classes for the user surfaceKT-68009 K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exceptionKT-68918 collectCallCandidates works incorrectly for parenthesis invokeKT-68462 Analysis API: Integrateproject-structure module intoanalysis-api andanalysis-api-platform-interfaceKT-69131 AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementationKT-69055 Analysis API: StabilizeKaScopesKT-66216 K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string templateKT-68959 Introduce KaSeverityKT-53669 Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarationsKT-68846 Mark KaFirReference and all implementations with internal modifierKT-68845 Move KaSymbolBasedReference to resolution packageKT-68844 Move KaTypeProjection to types packageKT-65849 K2: Rename 'high-level-api' family of JARs to 'analysis-api'KT-62540 Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin pluginKT-62889 K2 IDE. FPMISSING_DEPENDENCY_CLASS on not available type alias with available underlying typeKT-68155 Analysis API: Add PSI validity check toanalyzeKT-62343 Analysis API: fix binary incopatibility problems cause byKtAnalysisSessionProvider.analyze being inlineKT-68498 To get reference symbol the one should be KtSymbolBasedReferenceKT-68393 Analysis API: RenameKaClassLikeSymbol. classIdIfNonLocal toclassIdKT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableIdKT-66712 K2 IDE. SOE on settings string template for string variable with the same nameKT-65892 K2: "We should be able to find a symbol" for findNonLocalFunctionKT-68273 AA: supportKtFirKDocReference#isReferenceToImportAliasKT-68272 AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructorKT-66996 Analysis API: Expose the abbreviated type of an expandedKtTypeKT-66646 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject
... (truncated)
Commits
6af99c8 Add changelog for 2.0.2068f075d Add ChangeLog for 2.0.20-RC22b7c4f7 [K/Wasm] Don't add mappings into source-maps for unavailable sourcese35e9ae Update codeownersc580c67 [K/N] Remember StableRefs, released during RC colleciton (KT-70159)565a35c [FIR2IR] UnsetisLateinit flag for properties implemented by delegation5607bd3 [Test] Reproduce KT-70417ce5d599 [K/JS] Fix coroutines on ES2015 generators when there is not a GeneratorCorou...ca9fb23 Disallow open@Composable functions with default params9a4c77e Update codeowners- Additional commits viewable incompare view
Updatesorg.jetbrains.kotlin:kotlin-reflect from 1.9.24 to 2.0.20
Release notes
Sourced fromorg.jetbrains.kotlin:kotlin-reflect's releases.
Kotlin 2.0.20
Changelog
Analysis. API
New Features
KT-68143 Analysis API: support KtWhenConditionInRange call resolution
Performance Improvements
KT-67195 K2: do not call redundant resolve on body resolution phase for classes
Fixes
KT-67360 Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbolKT-67748 K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCallKT-68198 Analysis API: Support application service registration in plugin XMLsKT-62936 Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/NativeKT-68689 LL API: support analysis from builtins moduleKT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflowKT-65417 K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source setsKT-68882 Analysis API: RefactorKaSymbolsKT-65413 K2 IDE: KTOR unresolved serializer() call for@Serializable class in common codeKT-67996 Analysis API: rename Kt prefix to KaKT-67775 Analysis API: expose only interfaces/abstract classes for the user surfaceKT-68009 K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exceptionKT-68918 collectCallCandidates works incorrectly for parenthesis invokeKT-68462 Analysis API: Integrateproject-structure module intoanalysis-api andanalysis-api-platform-interfaceKT-69131 AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementationKT-69055 Analysis API: StabilizeKaScopesKT-66216 K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string templateKT-68959 Introduce KaSeverityKT-53669 Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarationsKT-68846 Mark KaFirReference and all implementations with internal modifierKT-68845 Move KaSymbolBasedReference to resolution packageKT-68844 Move KaTypeProjection to types packageKT-65849 K2: Rename 'high-level-api' family of JARs to 'analysis-api'KT-62540 Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin pluginKT-62889 K2 IDE. FPMISSING_DEPENDENCY_CLASS on not available type alias with available underlying typeKT-68155 Analysis API: Add PSI validity check toanalyzeKT-62343 Analysis API: fix binary incopatibility problems cause byKtAnalysisSessionProvider.analyze being inlineKT-68498 To get reference symbol the one should be KtSymbolBasedReferenceKT-68393 Analysis API: RenameKaClassLikeSymbol. classIdIfNonLocal toclassIdKT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableIdKT-66712 K2 IDE. SOE on settings string template for string variable with the same nameKT-65892 K2: "We should be able to find a symbol" for findNonLocalFunctionKT-68273 AA: supportKtFirKDocReference#isReferenceToImportAliasKT-68272 AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructorKT-66996 Analysis API: Expose the abbreviated type of an expandedKtTypeKT-66646 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject
... (truncated)
Changelog
Sourced fromorg.jetbrains.kotlin:kotlin-reflect's changelog.
2.0.20
Analysis. API
New Features
KT-68143 Analysis API: support KtWhenConditionInRange call resolution
Performance Improvements
KT-67195 K2: do not call redundant resolve on body resolution phase for classes
Fixes
KT-67360 Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbolKT-67748 K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCallKT-68198 Analysis API: Support application service registration in plugin XMLsKT-62936 Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/NativeKT-68689 LL API: support analysis from builtins moduleKT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflowKT-65417 K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source setsKT-68882 Analysis API: RefactorKaSymbolsKT-65413 K2 IDE: KTOR unresolved serializer() call for@Serializable class in common codeKT-67996 Analysis API: rename Kt prefix to KaKT-67775 Analysis API: expose only interfaces/abstract classes for the user surfaceKT-68009 K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exceptionKT-68918 collectCallCandidates works incorrectly for parenthesis invokeKT-68462 Analysis API: Integrateproject-structure module intoanalysis-api andanalysis-api-platform-interfaceKT-69131 AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementationKT-69055 Analysis API: StabilizeKaScopesKT-66216 K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string templateKT-68959 Introduce KaSeverityKT-53669 Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarationsKT-68846 Mark KaFirReference and all implementations with internal modifierKT-68845 Move KaSymbolBasedReference to resolution packageKT-68844 Move KaTypeProjection to types packageKT-65849 K2: Rename 'high-level-api' family of JARs to 'analysis-api'KT-62540 Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin pluginKT-62889 K2 IDE. FPMISSING_DEPENDENCY_CLASS on not available type alias with available underlying typeKT-68155 Analysis API: Add PSI validity check toanalyzeKT-62343 Analysis API: fix binary incopatibility problems cause byKtAnalysisSessionProvider.analyze being inlineKT-68498 To get reference symbol the one should be KtSymbolBasedReferenceKT-68393 Analysis API: RenameKaClassLikeSymbol. classIdIfNonLocal toclassIdKT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableIdKT-66712 K2 IDE. SOE on settings string template for string variable with the same nameKT-65892 K2: "We should be able to find a symbol" for findNonLocalFunctionKT-68273 AA: supportKtFirKDocReference#isReferenceToImportAliasKT-68272 AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructorKT-66996 Analysis API: Expose the abbreviated type of an expandedKtTypeKT-66646 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject
... (truncated)
Commits
6af99c8 Add changelog for 2.0.2068f075d Add ChangeLog for 2.0.20-RC22b7c4f7 [K/Wasm] Don't add mappings into source-maps for unavailable sourcese35e9ae Update codeownersc580c67 [K/N] Remember StableRefs, released during RC colleciton (KT-70159)565a35c [FIR2IR] UnsetisLateinit flag for properties implemented by delegation5607bd3 [Test] Reproduce KT-70417ce5d599 [K/JS] Fix coroutines on ES2015 generators when there is not a GeneratorCorou...ca9fb23 Disallow open@Composable functions with default params9a4c77e Update codeowners- Additional commits viewable incompare view
Updatesorg.jetbrains.kotlin.jvm from 1.9.24 to 2.0.20
Updatesorg.jetbrains.kotlin.android from 1.9.24 to 2.0.20
Updatesorg.jetbrains.kotlin.kapt from 1.9.24 to 2.0.20
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 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 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)
Bumps
kotlinfrom 1.9.24 to 2.0.20.Updates
org.jetbrains.kotlin:kotlin-stdlibfrom 1.9.24 to 2.0.20Release notes
Sourced fromorg.jetbrains.kotlin:kotlin-stdlib's releases.
... (truncated)
Changelog
Sourced fromorg.jetbrains.kotlin:kotlin-stdlib's changelog.
... (truncated)
Commits
6af99c8Add changelog for 2.0.2068f075dAdd ChangeLog for 2.0.20-RC22b7c4f7[K/Wasm] Don't add mappings into source-maps for unavailable sourcese35e9aeUpdate codeownersc580c67[K/N] Remember StableRefs, released during RC colleciton (KT-70159)565a35c[FIR2IR] UnsetisLateinitflag for properties implemented by delegation5607bd3[Test] Reproduce KT-70417ce5d599[K/JS] Fix coroutines on ES2015 generators when there is not a GeneratorCorou...ca9fb23Disallow open@Composablefunctions with default params9a4c77eUpdate codeownersUpdates
org.jetbrains.kotlin:kotlin-reflectfrom 1.9.24 to 2.0.20Release notes
Sourced fromorg.jetbrains.kotlin:kotlin-reflect's releases.
... (truncated)
Changelog
Sourced fromorg.jetbrains.kotlin:kotlin-reflect's changelog.
... (truncated)
Commits
6af99c8Add changelog for 2.0.2068f075dAdd ChangeLog for 2.0.20-RC22b7c4f7[K/Wasm] Don't add mappings into source-maps for unavailable sourcese35e9aeUpdate codeownersc580c67[K/N] Remember StableRefs, released during RC colleciton (KT-70159)565a35c[FIR2IR] UnsetisLateinitflag for properties implemented by delegation5607bd3[Test] Reproduce KT-70417ce5d599[K/JS] Fix coroutines on ES2015 generators when there is not a GeneratorCorou...ca9fb23Disallow open@Composablefunctions with default params9a4c77eUpdate codeownersUpdates
org.jetbrains.kotlin.jvmfrom 1.9.24 to 2.0.20Updates
org.jetbrains.kotlin.androidfrom 1.9.24 to 2.0.20Updates
org.jetbrains.kotlin.kaptfrom 1.9.24 to 2.0.20Dependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)