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-48659 JVM / IR: Referential equality returns true for different instances
KT-48613 Kotlin/Native fails to compile debug binaries for watchosArm64 target
KT-48316 "No value passed for parameter" regression with Java annotation default values with JSR-305
KT-48343 Mistake in an error message for uninferred type variable without unrestricted builder inference
KT-48543 Native compiler crashes because of bridges for $default stubs
KT-48349 OptIn markers are forbidden on local variable / value parameter / property getter only in presence of explicit Target annotation
KT-48295 JVM / IR: VerifyError: Bad access to protected data in getfield
KT-48551 JVM / IR: "IllegalStateException: Inline class has no primary constructor" caused by inline class from one module and fun interface from another
KT-47917 JVM: "UTF8 string too large" caused by a big string
KT-48440 JVM IR: Missing checkcast in generated bytecode causes VerifyError in Kotlin 1.5.30
KT-48361 INTEGER_OPERATOR_RESOLVE_WILL_CHANGE is not reported in some positions
KT-48267 JVM IR: CCE on callable reference to Array constructor passed to inline function
IDE
KTIJ-15744 Reopening build.gradle.kts-based project reports MISSING_SCRIPT_BASE_CLASS KotlinBuildScript until re-import
KTIJ-19005 JDK 17: "PermittedSubclasses requires ASM9" exception multiple times per second during analysis
KTIJ-19504 IDE highlighting: Kotlin plugin 1.5.30 started showing some valid classes from multiplatform libraries as not existing
Native
KT-48591 Kotlin/Native: Char.isHighSurrogate and Char.isLowSurrogate return wrong result for macosArm64 and iosArm64 with compiler cache enabled