Bump kotlin.version from 1.7.10 to 1.7.21
Bumps kotlin.version from 1.7.10 to 1.7.21.
Updates kotlin-stdlib-jdk8 from 1.7.10 to 1.7.21
Release notes
Sourced from kotlin-stdlib-jdk8's releases.
Kotlin 1.7.21
Changelog
Compiler
KT-54463Delegating to a field with a platform type causes java.lang.NoSuchFieldError: value$delegateKT-54509Ir Interpreter: unable to evaluate string concatenation with "this" as argumentKT-54004Builder type inference does not work correctly with variable assignment and breaks run-timeKT-54393Change in behavior from 1.7.10 to 1.7.20 for java field override.KT-54615JVM: Internal error in file lowering: java.lang.AssertionError: Error occurred while optimizing an expressionKT-54581JVM: "VerifyError: Bad type on operand stack" with generic inline function andwheninside try-catch blockKT-53146JVM IR: unnecessary checkcast of null leads to NoClassDefFoundError if the type isn't available at runtimeKT-54600NPE on passing nullable Kotlin lambda as Java's generic SAM interface withsupertype boundKT-54707"VerifyError: Bad type on operand stack" in inline call chain on a nullable array valueKT-54650Binary incompatible ABI change in Kotlin 1.7.20KT-54802"VerifyError: Bad type on operand stack" for inline functions on arraysNative. Runtime. Memory
KT-54498Deprecation message of 'FreezingIsDeprecated' is not really helpfulTools. Gradle. Multiplatform
KT-54387Remove MPP alpha stability warningKT-48436False positive "The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation"Tools. JPS
KT-45474False positive NO_ELSE_IN_WHEN on sealed class with incremental compilationChecksums
File Sha256 kotlin-compiler-1.7.21.zip 8412b31b808755f0c0d336dbb8c8443fa239bf32ddb3cdb81b305b25f0ad279e kotlin-native-linux-x86_64-1.7.21.tar.gz 0f9eb04a5ee0665a195c1f1093c778f5696216660feb638b29f923f586093dd0 kotlin-native-macos-x86_64-1.7.21.tar.gz 9530cadcf05cfd6111ef35725115009283b1a0292427261b78d43853c35ccd44 kotlin-native-macos-aarch64-1.7.21.tar.gz f75e1a68e193b0cd9df56f15166fb4e721641b408065531b620cf204d78922e5 kotlin-native-windows-x86_64-1.7.21.zip 5e76301f6c386ea83dc668e171887244908c18da636f7237d5371b56d8fec8da Kotlin 1.7.20
1.7.20
Analysis API
KT-52667FIR IDE: fun interfaces (SAM interfaces) are not properly resolvedKT-52136FIR: Implicit type declaration from the other module cannot be used for overloadingAnalysis API. FE1.0
... (truncated)
Changelog
Sourced from kotlin-stdlib-jdk8's changelog.
1.7.21
Compiler
KT-54463Delegating to a field with a platform type causes java.lang.NoSuchFieldError: value$delegateKT-54509Ir Interpreter: unable to evaluate string concatenation with "this" as argumentKT-54004Builder type inference does not work correctly with variable assignment and breaks run-timeKT-54393Change in behavior from 1.7.10 to 1.7.20 for java field override.KT-54615JVM: Internal error in file lowering: java.lang.AssertionError: Error occurred while optimizing an expressionKT-54581JVM: "VerifyError: Bad type on operand stack" with generic inline function andwheninside try-catch blockKT-53146JVM IR: unnecessary checkcast of null leads to NoClassDefFoundError if the type isn't available at runtimeKT-54600NPE on passing nullable Kotlin lambda as Java's generic SAM interface withsupertype boundKT-54707"VerifyError: Bad type on operand stack" in inline call chain on a nullable array valueKT-54650Binary incompatible ABI change in Kotlin 1.7.20KT-54802"VerifyError: Bad type on operand stack" for inline functions on arraysNative. Runtime. Memory
KT-54498Deprecation message of 'FreezingIsDeprecated' is not really helpfulTools. Gradle. Multiplatform
KT-54387Remove MPP alpha stability warningKT-48436False positive "The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation"Tools. JPS
KT-45474False positive NO_ELSE_IN_WHEN on sealed class with incremental compilation1.7.20
Analysis API
KT-52667FIR IDE: fun interfaces (SAM interfaces) are not properly resolvedKT-52136FIR: Implicit type declaration from the other module cannot be used for overloadingAnalysis API. FE1.0
KT-51962Analysis API: Finish Analysis API for FE1.0Analysis API. FIR
KT-52779FIR IDE: Import Optimizer cannot handle generic type qualifiersKT-50236Fix OOB modification trackers for non-Kotlin codeKT-51240Analysis API: KtAnalysisSession for a specific module cannot create a symbol for PSI that cannot be seen from that module.KT-50868Analysis API: decompiled type aliases are not resolvedCompiler
... (truncated)
Commits
e7f77e9Keep track of array types in OptimizationBasicInterpreter7deaab9Edit changelog for 1.7.210b49dc2Fix binary compatibility for inlined local delegated properies90b3e21Advance bootstrap to 1.7.21c55a197Edit changelog for 1.7.21b1b18c2Add regression test for KT-547077a25213KT-53465, KT-53677 Get rid of unnecessary checkcasts to array of reified type2587f3eEdit changelog for 1.7.2162dfe43Add changelog for 1.7.2134ae02bK1: add more tests for BI assignment checker, fix corner cases- Additional commits viewable in compare view
Updates kotlin-test from 1.7.10 to 1.7.21
Release notes
Sourced from kotlin-test's releases.
Kotlin 1.7.21
Changelog
Compiler
KT-54463Delegating to a field with a platform type causes java.lang.NoSuchFieldError: value$delegateKT-54509Ir Interpreter: unable to evaluate string concatenation with "this" as argumentKT-54004Builder type inference does not work correctly with variable assignment and breaks run-timeKT-54393Change in behavior from 1.7.10 to 1.7.20 for java field override.KT-54615JVM: Internal error in file lowering: java.lang.AssertionError: Error occurred while optimizing an expressionKT-54581JVM: "VerifyError: Bad type on operand stack" with generic inline function andwheninside try-catch blockKT-53146JVM IR: unnecessary checkcast of null leads to NoClassDefFoundError if the type isn't available at runtimeKT-54600NPE on passing nullable Kotlin lambda as Java's generic SAM interface withsupertype boundKT-54707"VerifyError: Bad type on operand stack" in inline call chain on a nullable array valueKT-54650Binary incompatible ABI change in Kotlin 1.7.20KT-54802"VerifyError: Bad type on operand stack" for inline functions on arraysNative. Runtime. Memory
KT-54498Deprecation message of 'FreezingIsDeprecated' is not really helpfulTools. Gradle. Multiplatform
KT-54387Remove MPP alpha stability warningKT-48436False positive "The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation"Tools. JPS
KT-45474False positive NO_ELSE_IN_WHEN on sealed class with incremental compilationChecksums
File Sha256 kotlin-compiler-1.7.21.zip 8412b31b808755f0c0d336dbb8c8443fa239bf32ddb3cdb81b305b25f0ad279e kotlin-native-linux-x86_64-1.7.21.tar.gz 0f9eb04a5ee0665a195c1f1093c778f5696216660feb638b29f923f586093dd0 kotlin-native-macos-x86_64-1.7.21.tar.gz 9530cadcf05cfd6111ef35725115009283b1a0292427261b78d43853c35ccd44 kotlin-native-macos-aarch64-1.7.21.tar.gz f75e1a68e193b0cd9df56f15166fb4e721641b408065531b620cf204d78922e5 kotlin-native-windows-x86_64-1.7.21.zip 5e76301f6c386ea83dc668e171887244908c18da636f7237d5371b56d8fec8da Kotlin 1.7.20
1.7.20
Analysis API
KT-52667FIR IDE: fun interfaces (SAM interfaces) are not properly resolvedKT-52136FIR: Implicit type declaration from the other module cannot be used for overloadingAnalysis API. FE1.0
... (truncated)
Changelog
Sourced from kotlin-test's changelog.
1.7.21
Compiler
KT-54463Delegating to a field with a platform type causes java.lang.NoSuchFieldError: value$delegateKT-54509Ir Interpreter: unable to evaluate string concatenation with "this" as argumentKT-54004Builder type inference does not work correctly with variable assignment and breaks run-timeKT-54393Change in behavior from 1.7.10 to 1.7.20 for java field override.KT-54615JVM: Internal error in file lowering: java.lang.AssertionError: Error occurred while optimizing an expressionKT-54581JVM: "VerifyError: Bad type on operand stack" with generic inline function andwheninside try-catch blockKT-53146JVM IR: unnecessary checkcast of null leads to NoClassDefFoundError if the type isn't available at runtimeKT-54600NPE on passing nullable Kotlin lambda as Java's generic SAM interface withsupertype boundKT-54707"VerifyError: Bad type on operand stack" in inline call chain on a nullable array valueKT-54650Binary incompatible ABI change in Kotlin 1.7.20KT-54802"VerifyError: Bad type on operand stack" for inline functions on arraysNative. Runtime. Memory
KT-54498Deprecation message of 'FreezingIsDeprecated' is not really helpfulTools. Gradle. Multiplatform
KT-54387Remove MPP alpha stability warningKT-48436False positive "The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation"Tools. JPS
KT-45474False positive NO_ELSE_IN_WHEN on sealed class with incremental compilation1.7.20
Analysis API
KT-52667FIR IDE: fun interfaces (SAM interfaces) are not properly resolvedKT-52136FIR: Implicit type declaration from the other module cannot be used for overloadingAnalysis API. FE1.0
KT-51962Analysis API: Finish Analysis API for FE1.0Analysis API. FIR
KT-52779FIR IDE: Import Optimizer cannot handle generic type qualifiersKT-50236Fix OOB modification trackers for non-Kotlin codeKT-51240Analysis API: KtAnalysisSession for a specific module cannot create a symbol for PSI that cannot be seen from that module.KT-50868Analysis API: decompiled type aliases are not resolvedCompiler
... (truncated)
Commits
e7f77e9Keep track of array types in OptimizationBasicInterpreter7deaab9Edit changelog for 1.7.210b49dc2Fix binary compatibility for inlined local delegated properies90b3e21Advance bootstrap to 1.7.21c55a197Edit changelog for 1.7.21b1b18c2Add regression test for KT-547077a25213KT-53465, KT-53677 Get rid of unnecessary checkcasts to array of reified type2587f3eEdit changelog for 1.7.2162dfe43Add changelog for 1.7.2134ae02bK1: add more tests for BI assignment checker, fix corner cases- Additional commits viewable in compare view
Updates kotlin-maven-allopen from 1.7.10 to 1.7.21
Updates kotlin-maven-noarg from 1.7.10 to 1.7.21
Updates kotlin-maven-plugin from 1.7.10 to 1.7.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 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 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)