-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump kotlin from 1.8.20 to 1.8.21 #78
Merged
Merged
Conversation
This file contains 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
Bumps `kotlin` from 1.8.20 to 1.8.21. Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.8.20 to 1.8.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.20...v1.8.21) Updates `org.jetbrains.kotlin:kotlin-test` from 1.8.20 to 1.8.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.20...v1.8.21) Updates `org.jetbrains.kotlin.jvm` from 1.8.20 to 1.8.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.20...v1.8.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot squash and merge
…On Wed, Apr 26, 2023, 2:09 AM dependabot[bot] ***@***.***> wrote:
Bumps kotlin from 1.8.20 to 1.8.21.
Updates org.jetbrains.kotlin:kotlin-reflect from 1.8.20 to 1.8.21
Release notes
*Sourced from org.jetbrains.kotlin:kotlin-reflect's releases
<https://github.com/JetBrains/kotlin/releases>.*
Kotlin 1.8.21 Changelog Compiler
- KT-57848 <https://youtrack.jetbrains.com/issue/KT-57848> Native:
compilation of dynamic/static library fails with Xcode 14.3
- KT-57875 <https://youtrack.jetbrains.com/issue/KT-57875> Native
compilation failure: Suspend functions should be lowered out at this point,
but FUN LOCAL_FUNCTION_FOR_LAMBDA
- KT-57946 <https://youtrack.jetbrains.com/issue/KT-57946> KAPT:
"RuntimeException: No type for expression" with delegate
JavaScript
- KT-57356 <https://youtrack.jetbrains.com/issue/KT-57356> KJS:
StackOverflowException on @JsExport with type parameters referring to
one another
Tools. Commonizer
- KT-57796 <https://youtrack.jetbrains.com/issue/KT-57796>
NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20
Tools. Compiler plugins. Serialization
- KT-58067 <https://youtrack.jetbrains.com/issue/KT-58067>
Serialization: NullPointerException caused by @contextual property
with type with generic
- KT-57730 <https://youtrack.jetbrains.com/issue/KT-57730>
Serialization: "IllegalStateException: Serializer for element of type .Foo
has not been found" caused by serialization of Java type
Tools. Gradle. JS
- KT-57766 <https://youtrack.jetbrains.com/issue/KT-57766> KJS /
Gradle "Module not found: Error: Can't resolve
'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"
Tools. Kapt
- KT-58027 <https://youtrack.jetbrains.com/issue/KT-58027> Kotlin
1.8.20 kapt issue "null: KtCallExpression: build()"
Tools. Maven
- KT-58048 <https://youtrack.jetbrains.com/issue/KT-58048> Maven: "Too
many source module declarations found" after upgrading to 1.8.20
- KT-58101 <https://youtrack.jetbrains.com/issue/KT-58101> 'Unable to
access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20
Checksums
File Sha256
kotlin-compiler-1.8.21.zip
6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7
kotlin-native-linux-x86_64-1.8.21.tar.gz
0fc854641dd6d88dce3cc044bb5bc99b9035480474e23541eff03771690c68cf
kotlin-native-macos-x86_64-1.8.21.tar.gz
e73bfdac0461ee0c84f25e61063c243bf8d4eb8e0ff5da250456d6a23c677fd6
kotlin-native-macos-aarch64-1.8.21.tar.gz
0a97957921ed55458f3e6cc9117643914ccf3663d8ad7eb161a4a03035a7521b
kotlin-native-windows-x86_64-1.8.21.zip
f23d3288a47ee580f82f862d55452a75074fce3d26fe7e7f55e27b6015226d8d
Changelog
*Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog
<https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md>.*
1.8.21 Compiler
- KT-57848 <https://youtrack.jetbrains.com/issue/KT-57848> Native:
compilation of dynamic/static library fails with Xcode 14.3
- KT-57875 <https://youtrack.jetbrains.com/issue/KT-57875> Native
compilation failure: Suspend functions should be lowered out at this point,
but FUN LOCAL_FUNCTION_FOR_LAMBDA
- KT-57946 <https://youtrack.jetbrains.com/issue/KT-57946> KAPT:
"RuntimeException: No type for expression" with delegate
JavaScript
- KT-57356 <https://youtrack.jetbrains.com/issue/KT-57356> KJS:
StackOverflowException on @JsExport <https://github.com/JsExport>
with type parameters referring to one another
Tools. Compiler plugins. Serialization
- KT-58067 <https://youtrack.jetbrains.com/issue/KT-58067>
Serialization: NullPointerException caused by @Contextual
<https://github.com/Contextual> property with type with generic
- KT-57730 <https://youtrack.jetbrains.com/issue/KT-57730>
Serialization: "IllegalStateException: Serializer for element of type .Foo
has not been found" caused by serialization of Java type
Tools. Gradle. JS
- KT-57766 <https://youtrack.jetbrains.com/issue/KT-57766> KJS /
Gradle "Module not found: Error: Can't resolve
'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"
Tools. Kapt
- KT-58027 <https://youtrack.jetbrains.com/issue/KT-58027> Kotlin
1.8.20 kapt issue "null: KtCallExpression: build()"
Tools. Maven
- KT-58048 <https://youtrack.jetbrains.com/issue/KT-58048> Maven: "Too
many source module declarations found" after upgrading to 1.8.20
- KT-58101 <https://youtrack.jetbrains.com/issue/KT-58101> 'Unable to
access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20
Commits
- ec1553a
<JetBrains/kotlin@ec1553a>
Add Changelog for 1.8.21
- 92c7d49
<JetBrains/kotlin@92c7d49>
[Maven] Filter duplicated source roots to avoid multiple module
declarations ...
- 035172c
<JetBrains/kotlin@035172c>
[KxSerialization] Fix "IllegalAccessError: Update to static final field"
- ea2e0bd
<JetBrains/kotlin@ea2e0bd>
Fix maven script executor after changes in the jdk path processing
- d44d8ea
<JetBrains/kotlin@d44d8ea>
Kapt+JVM_IR: generate delegated members correctly
- ebdbaab
<JetBrains/kotlin@ebdbaab>
Correctly support nullability in type arguments for serializer<T>()
intrinsic.
- 34efee5
<JetBrains/kotlin@34efee5>
Don't fail if there is no serializer for type parameters of contextual
serial...
- a75271c
<JetBrains/kotlin@a75271c>
Do not create cacheableChildSerializers unless it is necessary
- 9f94142
<JetBrains/kotlin@9f94142>
[K/JS] Rework ES modules part with squashed JsImport and right renaming
strat...
- 153d7b9
<JetBrains/kotlin@153d7b9>
[K/JS] Change strategy for implicitly exported declarations if there is a
cyc...
- Additional commits viewable in compare view
<JetBrains/kotlin@v1.8.20...v1.8.21>
Updates org.jetbrains.kotlin:kotlin-test from 1.8.20 to 1.8.21
Release notes
*Sourced from org.jetbrains.kotlin:kotlin-test's releases
<https://github.com/JetBrains/kotlin/releases>.*
Kotlin 1.8.21 Changelog Compiler
- KT-57848 <https://youtrack.jetbrains.com/issue/KT-57848> Native:
compilation of dynamic/static library fails with Xcode 14.3
- KT-57875 <https://youtrack.jetbrains.com/issue/KT-57875> Native
compilation failure: Suspend functions should be lowered out at this point,
but FUN LOCAL_FUNCTION_FOR_LAMBDA
- KT-57946 <https://youtrack.jetbrains.com/issue/KT-57946> KAPT:
"RuntimeException: No type for expression" with delegate
JavaScript
- KT-57356 <https://youtrack.jetbrains.com/issue/KT-57356> KJS:
StackOverflowException on @JsExport with type parameters referring to
one another
Tools. Commonizer
- KT-57796 <https://youtrack.jetbrains.com/issue/KT-57796>
NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20
Tools. Compiler plugins. Serialization
- KT-58067 <https://youtrack.jetbrains.com/issue/KT-58067>
Serialization: NullPointerException caused by @contextual property
with type with generic
- KT-57730 <https://youtrack.jetbrains.com/issue/KT-57730>
Serialization: "IllegalStateException: Serializer for element of type .Foo
has not been found" caused by serialization of Java type
Tools. Gradle. JS
- KT-57766 <https://youtrack.jetbrains.com/issue/KT-57766> KJS /
Gradle "Module not found: Error: Can't resolve
'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"
Tools. Kapt
- KT-58027 <https://youtrack.jetbrains.com/issue/KT-58027> Kotlin
1.8.20 kapt issue "null: KtCallExpression: build()"
Tools. Maven
- KT-58048 <https://youtrack.jetbrains.com/issue/KT-58048> Maven: "Too
many source module declarations found" after upgrading to 1.8.20
- KT-58101 <https://youtrack.jetbrains.com/issue/KT-58101> 'Unable to
access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20
Checksums
File Sha256
kotlin-compiler-1.8.21.zip
6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7
kotlin-native-linux-x86_64-1.8.21.tar.gz
0fc854641dd6d88dce3cc044bb5bc99b9035480474e23541eff03771690c68cf
kotlin-native-macos-x86_64-1.8.21.tar.gz
e73bfdac0461ee0c84f25e61063c243bf8d4eb8e0ff5da250456d6a23c677fd6
kotlin-native-macos-aarch64-1.8.21.tar.gz
0a97957921ed55458f3e6cc9117643914ccf3663d8ad7eb161a4a03035a7521b
kotlin-native-windows-x86_64-1.8.21.zip
f23d3288a47ee580f82f862d55452a75074fce3d26fe7e7f55e27b6015226d8d
Changelog
*Sourced from org.jetbrains.kotlin:kotlin-test's changelog
<https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md>.*
1.8.21 Compiler
- KT-57848 <https://youtrack.jetbrains.com/issue/KT-57848> Native:
compilation of dynamic/static library fails with Xcode 14.3
- KT-57875 <https://youtrack.jetbrains.com/issue/KT-57875> Native
compilation failure: Suspend functions should be lowered out at this point,
but FUN LOCAL_FUNCTION_FOR_LAMBDA
- KT-57946 <https://youtrack.jetbrains.com/issue/KT-57946> KAPT:
"RuntimeException: No type for expression" with delegate
JavaScript
- KT-57356 <https://youtrack.jetbrains.com/issue/KT-57356> KJS:
StackOverflowException on @JsExport <https://github.com/JsExport>
with type parameters referring to one another
Tools. Compiler plugins. Serialization
- KT-58067 <https://youtrack.jetbrains.com/issue/KT-58067>
Serialization: NullPointerException caused by @Contextual
<https://github.com/Contextual> property with type with generic
- KT-57730 <https://youtrack.jetbrains.com/issue/KT-57730>
Serialization: "IllegalStateException: Serializer for element of type .Foo
has not been found" caused by serialization of Java type
Tools. Gradle. JS
- KT-57766 <https://youtrack.jetbrains.com/issue/KT-57766> KJS /
Gradle "Module not found: Error: Can't resolve
'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"
Tools. Kapt
- KT-58027 <https://youtrack.jetbrains.com/issue/KT-58027> Kotlin
1.8.20 kapt issue "null: KtCallExpression: build()"
Tools. Maven
- KT-58048 <https://youtrack.jetbrains.com/issue/KT-58048> Maven: "Too
many source module declarations found" after upgrading to 1.8.20
- KT-58101 <https://youtrack.jetbrains.com/issue/KT-58101> 'Unable to
access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20
Commits
- ec1553a
<JetBrains/kotlin@ec1553a>
Add Changelog for 1.8.21
- 92c7d49
<JetBrains/kotlin@92c7d49>
[Maven] Filter duplicated source roots to avoid multiple module
declarations ...
- 035172c
<JetBrains/kotlin@035172c>
[KxSerialization] Fix "IllegalAccessError: Update to static final field"
- ea2e0bd
<JetBrains/kotlin@ea2e0bd>
Fix maven script executor after changes in the jdk path processing
- d44d8ea
<JetBrains/kotlin@d44d8ea>
Kapt+JVM_IR: generate delegated members correctly
- ebdbaab
<JetBrains/kotlin@ebdbaab>
Correctly support nullability in type arguments for serializer<T>()
intrinsic.
- 34efee5
<JetBrains/kotlin@34efee5>
Don't fail if there is no serializer for type parameters of contextual
serial...
- a75271c
<JetBrains/kotlin@a75271c>
Do not create cacheableChildSerializers unless it is necessary
- 9f94142
<JetBrains/kotlin@9f94142>
[K/JS] Rework ES modules part with squashed JsImport and right renaming
strat...
- 153d7b9
<JetBrains/kotlin@153d7b9>
[K/JS] Change strategy for implicitly exported declarations if there is a
cyc...
- Additional commits viewable in compare view
<JetBrains/kotlin@v1.8.20...v1.8.21>
Updates org.jetbrains.kotlin.jvm from 1.8.20 to 1.8.21
Release notes
*Sourced from org.jetbrains.kotlin.jvm's releases
<https://github.com/JetBrains/kotlin/releases>.*
Kotlin 1.8.21 Changelog Compiler
- KT-57848 <https://youtrack.jetbrains.com/issue/KT-57848> Native:
compilation of dynamic/static library fails with Xcode 14.3
- KT-57875 <https://youtrack.jetbrains.com/issue/KT-57875> Native
compilation failure: Suspend functions should be lowered out at this point,
but FUN LOCAL_FUNCTION_FOR_LAMBDA
- KT-57946 <https://youtrack.jetbrains.com/issue/KT-57946> KAPT:
"RuntimeException: No type for expression" with delegate
JavaScript
- KT-57356 <https://youtrack.jetbrains.com/issue/KT-57356> KJS:
StackOverflowException on @JsExport with type parameters referring to
one another
Tools. Commonizer
- KT-57796 <https://youtrack.jetbrains.com/issue/KT-57796>
NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20
Tools. Compiler plugins. Serialization
- KT-58067 <https://youtrack.jetbrains.com/issue/KT-58067>
Serialization: NullPointerException caused by @contextual property
with type with generic
- KT-57730 <https://youtrack.jetbrains.com/issue/KT-57730>
Serialization: "IllegalStateException: Serializer for element of type .Foo
has not been found" caused by serialization of Java type
Tools. Gradle. JS
- KT-57766 <https://youtrack.jetbrains.com/issue/KT-57766> KJS /
Gradle "Module not found: Error: Can't resolve
'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"
Tools. Kapt
- KT-58027 <https://youtrack.jetbrains.com/issue/KT-58027> Kotlin
1.8.20 kapt issue "null: KtCallExpression: build()"
Tools. Maven
- KT-58048 <https://youtrack.jetbrains.com/issue/KT-58048> Maven: "Too
many source module declarations found" after upgrading to 1.8.20
- KT-58101 <https://youtrack.jetbrains.com/issue/KT-58101> 'Unable to
access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20
Checksums
File Sha256
kotlin-compiler-1.8.21.zip
6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7
kotlin-native-linux-x86_64-1.8.21.tar.gz
0fc854641dd6d88dce3cc044bb5bc99b9035480474e23541eff03771690c68cf
kotlin-native-macos-x86_64-1.8.21.tar.gz
e73bfdac0461ee0c84f25e61063c243bf8d4eb8e0ff5da250456d6a23c677fd6
kotlin-native-macos-aarch64-1.8.21.tar.gz
0a97957921ed55458f3e6cc9117643914ccf3663d8ad7eb161a4a03035a7521b
kotlin-native-windows-x86_64-1.8.21.zip
f23d3288a47ee580f82f862d55452a75074fce3d26fe7e7f55e27b6015226d8d
Changelog
*Sourced from org.jetbrains.kotlin.jvm's changelog
<https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md>.*
1.8.21 Compiler
- KT-57848 <https://youtrack.jetbrains.com/issue/KT-57848> Native:
compilation of dynamic/static library fails with Xcode 14.3
- KT-57875 <https://youtrack.jetbrains.com/issue/KT-57875> Native
compilation failure: Suspend functions should be lowered out at this point,
but FUN LOCAL_FUNCTION_FOR_LAMBDA
- KT-57946 <https://youtrack.jetbrains.com/issue/KT-57946> KAPT:
"RuntimeException: No type for expression" with delegate
JavaScript
- KT-57356 <https://youtrack.jetbrains.com/issue/KT-57356> KJS:
StackOverflowException on @JsExport <https://github.com/JsExport>
with type parameters referring to one another
Tools. Compiler plugins. Serialization
- KT-58067 <https://youtrack.jetbrains.com/issue/KT-58067>
Serialization: NullPointerException caused by @Contextual
<https://github.com/Contextual> property with type with generic
- KT-57730 <https://youtrack.jetbrains.com/issue/KT-57730>
Serialization: "IllegalStateException: Serializer for element of type .Foo
has not been found" caused by serialization of Java type
Tools. Gradle. JS
- KT-57766 <https://youtrack.jetbrains.com/issue/KT-57766> KJS /
Gradle "Module not found: Error: Can't resolve
'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"
Tools. Kapt
- KT-58027 <https://youtrack.jetbrains.com/issue/KT-58027> Kotlin
1.8.20 kapt issue "null: KtCallExpression: build()"
Tools. Maven
- KT-58048 <https://youtrack.jetbrains.com/issue/KT-58048> Maven: "Too
many source module declarations found" after upgrading to 1.8.20
- KT-58101 <https://youtrack.jetbrains.com/issue/KT-58101> 'Unable to
access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20
Commits
- ec1553a
<JetBrains/kotlin@ec1553a>
Add Changelog for 1.8.21
- 92c7d49
<JetBrains/kotlin@92c7d49>
[Maven] Filter duplicated source roots to avoid multiple module
declarations ...
- 035172c
<JetBrains/kotlin@035172c>
[KxSerialization] Fix "IllegalAccessError: Update to static final field"
- ea2e0bd
<JetBrains/kotlin@ea2e0bd>
Fix maven script executor after changes in the jdk path processing
- d44d8ea
<JetBrains/kotlin@d44d8ea>
Kapt+JVM_IR: generate delegated members correctly
- ebdbaab
<JetBrains/kotlin@ebdbaab>
Correctly support nullability in type arguments for serializer<T>()
intrinsic.
- 34efee5
<JetBrains/kotlin@34efee5>
Don't fail if there is no serializer for type parameters of contextual
serial...
- a75271c
<JetBrains/kotlin@a75271c>
Do not create cacheableChildSerializers unless it is necessary
- 9f94142
<JetBrains/kotlin@9f94142>
[K/JS] Rework ES modules part with squashed JsImport and right renaming
strat...
- 153d7b9
<JetBrains/kotlin@153d7b9>
[K/JS] Change strategy for implicitly exported declarations if there is a
cyc...
- Additional commits viewable in compare view
<JetBrains/kotlin@v1.8.20...v1.8.21>
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 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#78
Commit Summary
- f7e4273
<f7e4273>
Bump kotlin from 1.8.20 to 1.8.21
File Changes
(1 file
<https://github.com/SimonMarquis/SealedObjectInstances/pull/78/files>)
- *M* gradle/libs.versions.toml
<https://github.com/SimonMarquis/SealedObjectInstances/pull/78/files#diff-697f70cdd88ba88fe77eebda60c7e143f6ad1286bca75017421e93ad84fb87df>
(2)
Patch Links:
- https://github.com/SimonMarquis/SealedObjectInstances/pull/78.patch
- https://github.com/SimonMarquis/SealedObjectInstances/pull/78.diff
—
Reply to this email directly, view it on GitHub
<#78>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOVB7WB6GUJIMTQAEHJIMDXDBRSFANCNFSM6AAAAAAXLV7FTY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
Bumps
kotlin
from 1.8.20 to 1.8.21.Updates
org.jetbrains.kotlin:kotlin-reflect
from 1.8.20 to 1.8.21Release notes
Sourced from org.jetbrains.kotlin:kotlin-reflect's releases.
Changelog
Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.
Commits
ec1553a
Add Changelog for 1.8.2192c7d49
[Maven] Filter duplicated source roots to avoid multiple module declarations ...035172c
[KxSerialization] Fix "IllegalAccessError: Update to static final field"ea2e0bd
Fix maven script executor after changes in the jdk path processingd44d8ea
Kapt+JVM_IR: generate delegated members correctlyebdbaab
Correctly support nullability in type arguments for serializer<T>() intrinsic.34efee5
Don't fail if there is no serializer for type parameters of contextual serial...a75271c
Do not create cacheableChildSerializers unless it is necessary9f94142
[K/JS] Rework ES modules part with squashed JsImport and right renaming strat...153d7b9
[K/JS] Change strategy for implicitly exported declarations if there is a cyc...Updates
org.jetbrains.kotlin:kotlin-test
from 1.8.20 to 1.8.21Release notes
Sourced from org.jetbrains.kotlin:kotlin-test's releases.
Changelog
Sourced from org.jetbrains.kotlin:kotlin-test's changelog.
Commits
ec1553a
Add Changelog for 1.8.2192c7d49
[Maven] Filter duplicated source roots to avoid multiple module declarations ...035172c
[KxSerialization] Fix "IllegalAccessError: Update to static final field"ea2e0bd
Fix maven script executor after changes in the jdk path processingd44d8ea
Kapt+JVM_IR: generate delegated members correctlyebdbaab
Correctly support nullability in type arguments for serializer<T>() intrinsic.34efee5
Don't fail if there is no serializer for type parameters of contextual serial...a75271c
Do not create cacheableChildSerializers unless it is necessary9f94142
[K/JS] Rework ES modules part with squashed JsImport and right renaming strat...153d7b9
[K/JS] Change strategy for implicitly exported declarations if there is a cyc...Updates
org.jetbrains.kotlin.jvm
from 1.8.20 to 1.8.21Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
Commits
ec1553a
Add Changelog for 1.8.2192c7d49
[Maven] Filter duplicated source roots to avoid multiple module declarations ...035172c
[KxSerialization] Fix "IllegalAccessError: Update to static final field"ea2e0bd
Fix maven script executor after changes in the jdk path processingd44d8ea
Kapt+JVM_IR: generate delegated members correctlyebdbaab
Correctly support nullability in type arguments for serializer<T>() intrinsic.34efee5
Don't fail if there is no serializer for type parameters of contextual serial...a75271c
Do not create cacheableChildSerializers unless it is necessary9f94142
[K/JS] Rework ES modules part with squashed JsImport and right renaming strat...153d7b9
[K/JS] Change strategy for implicitly exported declarations if there is a cyc...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 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)