You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KT-47208 Backend Internal error: Exception during IR lowering: assert at IrOverridingUtilKt.buildFakeOverrideMember
KT-47276 Nullability annotations without target are ignored if type enhancement improvements are enabled
KT-47450 StackOverflowException in psi2ir with many chained binary expressions
KT-47462 K/N: AssertionError: Unbound private symbol org.jetbrains.kotlin.ir.symbols.impl.IrClassSymbolImpl@6cb748db (NON-PUBLIC API): deserialized class Companion
KT-47941 "IllegalStateException: Expected some types" on a call with several excepted type constraints
KT-47854 "IllegalArgumentException: Type is inconsistent" with Android's Nullable (@nullable) annotation starting in Kotlin 1.5.20
KT-47899 "AssertionError: Intersection type should not be marked nullable" with 1.5.21
KT-47846 Stack overflow when handling enhanced recursive type parameter
KT-47747 Introduce specific error for calls which could be resolved only with unrestricted builder inference
KT-47739 JVM / IR: NoSuchFieldError with generic sealed classes
KT-47422 -Xjspecify-annotations: If a class has a Nullable (@nullable) type-parameter bound, Kotlin should still treat some users' type arguments as platform types
KT-47437 Type inference failure with raw types under -Xjspecify-annotations=strict
KT-47729 False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"
KT-47333 Xcode 13: Compilation for iOS simulator fails
KT-47772 False negative WRONG_ANNOTATION_TARGET on type argument to function call
KT-47467 JVM / IR: "AssertionError: Annotation class expected: deserialized class Array" caused by java annotation as a parameter of another annotation
KT-47744 UninitializedPropertyAccessException compiler exception on nested builder inference calls
KT-47724 Type inference: False positive "Returning type parameter has been inferred to Nothing implicitly"
KT-47660 JVM / IR: Mockito verification fails when named parameters are ordered differently
KT-47589 Using RequiresOptIn annotation on constructor property results in error even if the annotation has no VALUE_PARAMETER target
Docs & Examples
KT-47649 Important note about KJS IR compiler and stdlib compatibility in 1.5.30
IDE
KT-44643 ISE: Could not generate LightClass for some declared in on initialisation by lazy in a JVM module of a multiplatform project
KT-47947 Add language version 1.6 to the compiler configuration preferences
IDE. Gradle Integration
KT-47163 KJS / Gradle: Could not resolve <artifact> despite being resolvable & project buildable
IDE. JS
KT-46548 KJS: Create an IDE plugin to help with migration to and keeping compatibility with JS IR BE
KT-47557 KJS: With NPM dependency IDEA import fails when performed before Gradle build
JavaScript
KT-46204 KJS / IR: Support SuspendFunctionN as super type
KT-35001 warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 2]'
KT-43475 Kotlin/Native compiler: Including a static C library increased cross-compilation time from 3.5minutes to 1 hour 40 minutes
KT-44148 Escape analysis failure: Heap space out of memory
Native. C and ObjC Import
KT-46711 platform.windows._LARGE_INTEGER cannot be passed by value
Native. ObjC Export
KT-43780 Improve Swift/Obj-C ergonomics for object and companion object
KT-46431 KMP accessing a property of an anonymous inner class that inherits from an abstract class causes a 'NSGenericException', reason: '[Shared_kobjcc0 ] is abstract' exception.
KT-47042 Kotlin/Native: Concurrency Interoperability with Objective-C (Swift 5.5)
Native. Stdlib
KT-47915 Kotlin/Native: Provide access to test cases generated by the compiler
KT-46626 kotlin-android plugin with kotlin-dsl: Extension with name 'android' does not exist. Currently registered extension names: [ext, kotlin, kotlinTestRegistry]
KT-47754 “'compileDebugUnitTestJavaWithJavac' task (current target is 1.8)” during build android project without specified target and with jvmToolchain = JDK 11
KT-47520 Kotlin and Java target compatibility check produces false positive on using Gradle toolchains
KT-46978 Duplicate resource errors on gradle 7 with multi-module multiplatform project with withJava
KT-27687 Empty directories in source set causes gradle cache miss for KotlinCompile task
KT-47635 Kotlin version conflict on using 'noarg' Gradle plugin
KT-47636 Kotlin version conflict on using 'sam-with-receiver' Gradle plugin
KT-47354 Kotlin version conflict on using 'allopen' Gradle plugin
KT-45202 Kapt crashes with java.io.UTFDataFormatException
KT-13258 Kotlin compiler doesn't respect Gradle's "sourceCompatibility" and "targetCompatibility"
KT-43095 Add support for Java Toolchain to the Gradle plugin
KT-47753 JPS: "IndexOutOfBoundsException: Index 0 out of bounds for length 0": Rebuild triggered due to IOOBE in kotlin.incremental.LookupStorage.<init>
KT-45689 JDK-16: kotlin-maven-plugin fails with IllegalAccessError: class com.intellij.util.io.FileChannelUtil when using incremental compilation
Tools. Scripts
KT-43917 Gradle dependency conflict with resolutionStrategy failOnVersionConflict and kotlin 1.4
KT-46646 Scripts: ArrayIndexOutOfBoundsException on an empty script running
Tools. REPL
KT-47783 REPL: Keywords completion appears after numeric and string literals
Tools. kapt
KT-47583 KaptJavaLog fails on Java 17 due to removed constructor in com.sun.tools.javac.util.Log
KT-47347 KAPT: Stub generation in Gradle cache is not consistently relocatable
KT-46651 KAPT: "Source file or directory not found" - kaptGenerateStubsDebugKotlin task does not track source files properly with configuration cache enabled