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-67072 K2: inconsistent stability of open vals on receivers of final type
KT-68570 K2: "Unresolved reference" in call with lambda argument and nested lambda argument
KT-69159 K2: KotlinNothingValueException in Exposed
KT-68623 K2: "Only safe or null-asserted calls are allowed" on safe call
KT-68193 JDK 21: new MutableList.addFirst/addLast methods allow adding nullable value for non-null types
KT-67804 removeFirst and removeLast return type with Java 21
KT-68727 K2: "Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" caused by an enum class with default parameter in a different module
KT-68383 K2: "Argument type mismatch: actual type is 'kotlin.String', but 'T & Any' was expected." with intersection types
KT-68546 K2: false-positive conflicting overloads error on inheriting generic type with inherited generic and non-generic member overloads
KT-68626 K2: "Conflicting Overloads" for function if inherited from generic type
KT-68351 K2: "Suspension functions can only be called within coroutine body"
KT-68489 K2: WRONG_ANNOTATION_TARGET with Java and Kotlin @Target annotation positions
KT-69058 K2: Java-defined property annotations not persisted
KT-64515 K2 IDE: [NEW_INFERENCE_ERROR] in a build.gradle.kts script while applying "jvm-test-suite" plugin and then configuring targets for test suites
KT-68016 K2: Gradle repo test should compile correctly with Kotlin explicit api mode fails on K2
KT-68575 K2: @ParameterName annotation is not erased when inferring the type of it in lambdas
KT-67999 K2: lost flexibility on parameters of Java SAM
KT-59679 K2: Investigate extracting uncompleted candidates from blocks
KT-68401 K2: "IllegalAccessError: failed to access class" caused by package private super Java type, when inferencing a common super type of if or when branches on JVM
KT-68806 K/Wasm RuntimeError: unreachable on Sequence::toList