KT-49821 Optimize LazyClassMemberScope#getContributedDescriptors: use nameFilter
Fixes
KT-49838 Type inference fails on 1.6.0: Cannot use 'CapturedType(*)' as reified type parameter
KT-49752 Regression in method return type inference: "IllegalStateException: Expected some types"
KT-49876 Kotlin/Native: cross-compilation of Linux static library is broken in Windows in 1.6.0
KT-49833 java.lang.NullPointerException caused by accidental newline in package directive
KT-49792 Atomicfu: "standalone invocation of kotlinx.atomicfu.AtomicInt::compareAndSet that was not traced to previous field load" with suspend function
KT-49248 K/N: Symbol with IrSimpleFunctionSymbolImpl is unbound after 1.5.30
KT-49651 Inconsistent compiler APIs for repeatable annotations
KT-49168 JVM IR: IndexOutOfBoundsException with fun interface + suspend function as SAM method
KT-49573 No annotated types, compiler emits "Annotated types are not supported in typeOf"
KT-47192 Build Fake Overrides for internal members of classes from friend module
KT-48673 IR: IllegalStateException for usage of internal member declared in a superclass in another module
JavaScript
KT-47811 KJS / IR: "ClassCastException" when using suspend function in console.log
Tools. Android Extensions
KT-49799 NullPointerException when using kotlin-android-extensions synthetic after update to Kotlin 1.6.0
Tools. Compiler Plugins
KT-50005 jvm-abi-gen plugin: do not change the declaration order in generated jars
KT-49726 JVM/IR: "IllegalArgumentException: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER": Serialization with sealed class as type parameter
Tools. Gradle
KT-49835 Android consumers can't resolve Android debug variants of published MPP libraries published with Kotlin 1.6.0 & Gradle 7.0+
KT-49910 Incremental compilation speed regression in 1.6.0 for Android projects
KT-47918 JVM / IR: Performance degradation with const-bound for-cycles
KT-33835 Bytecode including unnecessary null checks for safe calls where left-hand side is non-nullable
KT-41510 Compilation of kotlin html DSL is still too slow
KT-48211 We spend a lot of time in ExpectActual declaration checker when there is very small amount of actual/expect declaration
KT-39054 Optimize delegated properties which call get/set on the given KProperty instance on JVM
KT-46615 Don't generate nullability assertions in methods for directly invoked lambdas
Fixes
KT-49613 JVM / IR: "Exception during IR lowering" with java fun interface and it's non-trivial usage
KT-49548 "ClassCastException: java.util.ArrayList$Itr cannot be cast to kotlin.collections.IntIterator" with Iterable inside let
KT-22562 Deprecate calls to "suspend" named functions with single dangling lambda argument
KT-47120 JVM IR: NoClassDefFoundError when there are an extension and a regular function with the same name
KT-49477 Has ran into recursion problem with two interdependant delegates
KT-49442 ClassCastException on reporting [EXPOSED_FROM_PRIVATE_IN_FILE] Deprecation: private-in-file class should not expose 'private-in-class'
KT-49371 JVM / IR: "NoSuchMethodError" with multiple inheritance
KT-44843 PSI2IR: "org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtCallExpression" with delegate who has name or parameter with the same name as a property
KT-49294 Turning FlowCollector into 'fun interface' leads to AbstractMethodError
KT-18282 Companion object referencing it's own method during construction compiles successfully but fails at runtime with VerifyError
KT-25289 Prohibit access to class members in the super constructor call of its companion and nested object
KT-32753 Prohibit @JvmField on property in primary constructor that overrides interface property
KT-43433Suspend conversion is disabled message in cases where it is not supported and quickfix to update language version is suggested
KT-49399 Building repeatable annotation with Container nested class fails with ISE: "Repeatable annotation class should have a container generated"
KT-49209 Default upper bound for type variables should be non-null
KT-49335 NPE in RepeatedAnnotationLowering.wrapAnnotationEntriesInContainer when using @Repeatable annotation from different file
KT-49821 Optimize LazyClassMemberScope#getContributedDescriptors: use nameFilter
Fixes
KT-49838 Type inference fails on 1.6.0: Cannot use 'CapturedType(*)' as reified type parameter
KT-49752 Regression in method return type inference: "IllegalStateException: Expected some types"
KT-49876 Kotlin/Native: cross-compilation of Linux static library is broken in Windows in 1.6.0
KT-49833 java.lang.NullPointerException caused by accidental newline in package directive
KT-49792 Atomicfu: "standalone invocation of kotlinx.atomicfu.AtomicInt::compareAndSet that was not traced to previous field load" with suspend function
KT-49248 K/N: Symbol with IrSimpleFunctionSymbolImpl is unbound after 1.5.30
KT-49651 Inconsistent compiler APIs for repeatable annotations
KT-49168 JVM IR: IndexOutOfBoundsException with fun interface + suspend function as SAM method
KT-49573 No annotated types, compiler emits "Annotated types are not supported in typeOf"
KT-47192 Build Fake Overrides for internal members of classes from friend module
KT-48673 IR: IllegalStateException for usage of internal member declared in a superclass in another module
JavaScript
KT-47811 KJS / IR: "ClassCastException" when using suspend function in console.log
Tools. Android Extensions
KT-49799 NullPointerException when using kotlin-android-extensions synthetic after update to Kotlin 1.6.0
Tools. Compiler Plugins
KT-50005 jvm-abi-gen plugin: do not change the declaration order in generated jars
KT-49726 JVM/IR: "IllegalArgumentException: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER": Serialization with sealed class as type parameter
Tools. Gradle
KT-49835 Android consumers can't resolve Android debug variants of published MPP libraries published with Kotlin 1.6.0 & Gradle 7.0+
KT-49910 Incremental compilation speed regression in 1.6.0 for Android projects
KT-47918 JVM / IR: Performance degradation with const-bound for-cycles
KT-33835 Bytecode including unnecessary null checks for safe calls where left-hand side is non-nullable
KT-41510 Compilation of kotlin html DSL is still too slow
KT-48211 We spend a lot of time in ExpectActual declaration checker when there is very small amount of actual/expect declaration
KT-39054 Optimize delegated properties which call get/set on the given KProperty instance on JVM
KT-46615 Don't generate nullability assertions in methods for directly invoked lambdas
Fixes
KT-49613 JVM / IR: "Exception during IR lowering" with java fun interface and it's non-trivial usage
KT-49548 "ClassCastException: java.util.ArrayList$Itr cannot be cast to kotlin.collections.IntIterator" with Iterable inside let
KT-22562 Deprecate calls to "suspend" named functions with single dangling lambda argument
KT-47120 JVM IR: NoClassDefFoundError when there are an extension and a regular function with the same name
KT-49477 Has ran into recursion problem with two interdependant delegates
KT-49442 ClassCastException on reporting [EXPOSED_FROM_PRIVATE_IN_FILE] Deprecation: private-in-file class should not expose 'private-in-class'
KT-49371 JVM / IR: "NoSuchMethodError" with multiple inheritance
KT-44843 PSI2IR: "org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtCallExpression" with delegate who has name or parameter with the same name as a property
KT-49294 Turning FlowCollector into 'fun interface' leads to AbstractMethodError
KT-18282 Companion object referencing it's own method during construction compiles successfully but fails at runtime with VerifyError
KT-25289 Prohibit access to class members in the super constructor call of its companion and nested object
KT-32753 Prohibit @JvmField on property in primary constructor that overrides interface property
KT-43433Suspend conversion is disabled message in cases where it is not supported and quickfix to update language version is suggested
KT-49399 Building repeatable annotation with Container nested class fails with ISE: "Repeatable annotation class should have a container generated"
KT-49209 Default upper bound for type variables should be non-null
KT-49335 NPE in RepeatedAnnotationLowering.wrapAnnotationEntriesInContainer when using @Repeatable annotation from different file
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)
Bumps
kotlin.version
from 1.5.21 to 1.6.10. Updateskotlin-stdlib
from 1.5.21 to 1.6.10Release notes
Sourced from kotlin-stdlib's releases.
... (truncated)
Changelog
Sourced from kotlin-stdlib's changelog.
... (truncated)
Commits
Updates
kotlin-test-junit
from 1.5.21 to 1.6.10Release notes
Sourced from kotlin-test-junit's releases.
... (truncated)
Changelog
Sourced from kotlin-test-junit's changelog.
... (truncated)
Commits
Updates
kotlin-maven-plugin
from 1.5.21 to 1.6.10Dependabot 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)