Morphing-Material-Dialogs
Morphing-Material-Dialogs copied to clipboard
Bump kotlin_version from 1.3.41 to 1.5.21
Bumps kotlin_version from 1.3.41 to 1.5.21.
Updates kotlin-gradle-plugin from 1.3.41 to 1.5.21
Release notes
Sourced from kotlin-gradle-plugin's releases.
Kotlin 1.5.21
Changelog
Compiler
KT-47320"StringConcatException: Mismatched number of concat arguments" String concatenation fails when template contains special characterKT-47445"definitely not null type parameters is only available since language version 1.6" error in cast expressionKT-47446Improve warning message INTEGER_OPERATOR_RESOLVE_WILL_CHANGEKT-47447False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"KT-47449JVM / IR: ClassCastException IrStarProjectionImpl cannot be cast to IrTypeProjectionKT-47459"IndexOutOfBoundsException: Index 0 out of bounds for length 0" caused by MarkertManager dependencyKT-47480StackOverflowError: Recursion on erasion of raw type with interdependent type parametersTools. Compiler Plugins
KT-47161Serializable class can't be inherited from serializable class in other module with: e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't transform method node: write$SelfKT-47455Kotlin lombok plugin NullPointerExceptionKT-47513Lombok compiler plugin failed with 'Recursion detected in a lazy value under LockBasedStorageManager@1c21db60 (TopDownAnalyzer for JVM)'Tools. Gradle
KT-47444Gradle Plugin: Publishing project with "maven-publish" fails when dependency versions are omitted (NPE in MppDependencyRewritingUtilsKt.associateDependenciesWithActualModuleDependencies)Tools. kapt
KT-47416Kapt Gradle DSL ignores javaCompilerOptions in 1.5.20Checksums
File Sha256 kotlin-compiler-1.5.21.zip f3313afdd6abf1b8c75c6292f4e41f2dbafefc8f6c72762c7ba9b3daeef5da59 kotlin-native-linux-1.5.21.tar.gz fa3dfec9c11711c2b713a1482bcc4511bb8f73f182f12aa7d858943f6f084397 kotlin-native-macos-1.5.21.tar.gz adced4f332b2d3f91d14bf3cf5c1059cfbbac4dc75d91ae88645118badbc401a kotlin-native-windows-1.5.21.zip 9da4f5c2f98ac003a062c5a18260a5ed52154b5506d045539f0f3c1bfadf6b01 Kotlin 1.5.20
How to update to a new release
Changelog
Compiler
New Features
... (truncated)
Changelog
Sourced from kotlin-gradle-plugin's changelog.
1.5.21
Compiler
KT-47320"StringConcatException: Mismatched number of concat arguments" String concatenation fails when template contains special characterKT-47445"definitely not null type parameters is only available since language version 1.6" error in cast expressionKT-47446Improve warning message INTEGER_OPERATOR_RESOLVE_WILL_CHANGEKT-47447False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"KT-47449JVM / IR: ClassCastException IrStarProjectionImpl cannot be cast to IrTypeProjectionKT-47459"IndexOutOfBoundsException: Index 0 out of bounds for length 0" caused by MarkertManager dependencyKT-47480StackOverflowError: Recursion on erasion of raw type with interdependent type parametersTools. Compiler Plugins
KT-47161Serializable class can't be inherited from serializable class in other module with: e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't transform method node: write$SelfKT-47455Kotlin lombok plugin NullPointerExceptionKT-47513Lombok compiler plugin failed with 'Recursion detected in a lazy value under LockBasedStorageManager@1c21db60 (TopDownAnalyzer for JVM)'Tools. Gradle
KT-47444Gradle Plugin: Publishing project with "maven-publish" fails when dependency versions are omitted (NPE in MppDependencyRewritingUtilsKt.associateDependenciesWithActualModuleDependencies)Tools. kapt
KT-47416Kapt Gradle DSL ignores javaCompilerOptions in 1.5.201.5.20
Compiler
New Features
KT-43262No error for Java generic class@NotNulltype parameter used in Kotlin with nullable type argumentKT-44373FIR: support error / warning suppressionKT-45189Support nullability annotations at module levelKT-45284Emit warnings based on jspecify annotationsKT-45525Allow to omit JvmInline annotation for expect value classesKT-46545Emit annotations on function type parameters into bytecode for -jvm-target 1.8 and abovePerformance Improvements
KT-36646Don't box primitive values in equality comparison with objects in JVM_IRFixes
KT-8325Unresolved annotation should be an errorKT-19455Type annotation unresolved on a type parameter of a supertype in anonymous object expressionKT-24643Prohibit using a type parameter declared for an extension property inside delegateKT-25876Annotations on return types and supertypes are not analyzedKT-28449Annotation target is not analyzed in several cases for type annotations
... (truncated)
Commits
ec9d0b0Add changelog for 1.5.21f2b6728Add change notes for 1.5.21d9dd7f6IR: repair collectAndFilterRealOverrides70522f6JVM_IR: simplify resolveFakeOverride call in SyntheticAccessorLowering3843893IR: properly compute IrProperty.resolveFakeOverride()a1e6c87Fix Gradle tests failing compilation.18328f9Create a copy of incorrectly deserialized parent's writeSelf function68474d7Fix publication failed in projects which are using BOM.8538ed4[lombok] Get field names directly from JavaClassImpl26c0b3d[FE 1.0] Fix message of INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning- Additional commits viewable in compare view
Updates kotlin-stdlib-jdk7 from 1.3.41 to 1.5.21
Release notes
Sourced from kotlin-stdlib-jdk7's releases.
Kotlin 1.5.21
Changelog
Compiler
KT-47320"StringConcatException: Mismatched number of concat arguments" String concatenation fails when template contains special characterKT-47445"definitely not null type parameters is only available since language version 1.6" error in cast expressionKT-47446Improve warning message INTEGER_OPERATOR_RESOLVE_WILL_CHANGEKT-47447False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"KT-47449JVM / IR: ClassCastException IrStarProjectionImpl cannot be cast to IrTypeProjectionKT-47459"IndexOutOfBoundsException: Index 0 out of bounds for length 0" caused by MarkertManager dependencyKT-47480StackOverflowError: Recursion on erasion of raw type with interdependent type parametersTools. Compiler Plugins
KT-47161Serializable class can't be inherited from serializable class in other module with: e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't transform method node: write$SelfKT-47455Kotlin lombok plugin NullPointerExceptionKT-47513Lombok compiler plugin failed with 'Recursion detected in a lazy value under LockBasedStorageManager@1c21db60 (TopDownAnalyzer for JVM)'Tools. Gradle
KT-47444Gradle Plugin: Publishing project with "maven-publish" fails when dependency versions are omitted (NPE in MppDependencyRewritingUtilsKt.associateDependenciesWithActualModuleDependencies)Tools. kapt
KT-47416Kapt Gradle DSL ignores javaCompilerOptions in 1.5.20Checksums
File Sha256 kotlin-compiler-1.5.21.zip f3313afdd6abf1b8c75c6292f4e41f2dbafefc8f6c72762c7ba9b3daeef5da59 kotlin-native-linux-1.5.21.tar.gz fa3dfec9c11711c2b713a1482bcc4511bb8f73f182f12aa7d858943f6f084397 kotlin-native-macos-1.5.21.tar.gz adced4f332b2d3f91d14bf3cf5c1059cfbbac4dc75d91ae88645118badbc401a kotlin-native-windows-1.5.21.zip 9da4f5c2f98ac003a062c5a18260a5ed52154b5506d045539f0f3c1bfadf6b01 Kotlin 1.5.20
How to update to a new release
Changelog
Compiler
New Features
... (truncated)
Changelog
Sourced from kotlin-stdlib-jdk7's changelog.
1.5.21
Compiler
KT-47320"StringConcatException: Mismatched number of concat arguments" String concatenation fails when template contains special characterKT-47445"definitely not null type parameters is only available since language version 1.6" error in cast expressionKT-47446Improve warning message INTEGER_OPERATOR_RESOLVE_WILL_CHANGEKT-47447False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"KT-47449JVM / IR: ClassCastException IrStarProjectionImpl cannot be cast to IrTypeProjectionKT-47459"IndexOutOfBoundsException: Index 0 out of bounds for length 0" caused by MarkertManager dependencyKT-47480StackOverflowError: Recursion on erasion of raw type with interdependent type parametersTools. Compiler Plugins
KT-47161Serializable class can't be inherited from serializable class in other module with: e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't transform method node: write$SelfKT-47455Kotlin lombok plugin NullPointerExceptionKT-47513Lombok compiler plugin failed with 'Recursion detected in a lazy value under LockBasedStorageManager@1c21db60 (TopDownAnalyzer for JVM)'Tools. Gradle
KT-47444Gradle Plugin: Publishing project with "maven-publish" fails when dependency versions are omitted (NPE in MppDependencyRewritingUtilsKt.associateDependenciesWithActualModuleDependencies)Tools. kapt
KT-47416Kapt Gradle DSL ignores javaCompilerOptions in 1.5.201.5.20
Compiler
New Features
KT-43262No error for Java generic class@NotNulltype parameter used in Kotlin with nullable type argumentKT-44373FIR: support error / warning suppressionKT-45189Support nullability annotations at module levelKT-45284Emit warnings based on jspecify annotationsKT-45525Allow to omit JvmInline annotation for expect value classesKT-46545Emit annotations on function type parameters into bytecode for -jvm-target 1.8 and abovePerformance Improvements
KT-36646Don't box primitive values in equality comparison with objects in JVM_IRFixes
KT-8325Unresolved annotation should be an errorKT-19455Type annotation unresolved on a type parameter of a supertype in anonymous object expressionKT-24643Prohibit using a type parameter declared for an extension property inside delegateKT-25876Annotations on return types and supertypes are not analyzedKT-28449Annotation target is not analyzed in several cases for type annotations
... (truncated)
Commits
ec9d0b0Add changelog for 1.5.21f2b6728Add change notes for 1.5.21d9dd7f6IR: repair collectAndFilterRealOverrides70522f6JVM_IR: simplify resolveFakeOverride call in SyntheticAccessorLowering3843893IR: properly compute IrProperty.resolveFakeOverride()a1e6c87Fix Gradle tests failing compilation.18328f9Create a copy of incorrectly deserialized parent's writeSelf function68474d7Fix publication failed in projects which are using BOM.8538ed4[lombok] Get field names directly from JavaClassImpl26c0b3d[FE 1.0] Fix message of INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning- Additional commits viewable in compare view
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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)