Maven Central · #212 by repository stars
Kotlin Scripting Jvm
Last release 4 days ago
08 Sep 2026
Ships on a steady schedule
a new release about every 2 weeks
Nearly every release is documented
notes for 58 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
183 releases · first in 2018
KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is thrown on call resolution inside plusAssign targetKT-50252 Analysis API: Implement FirModuleResolveStates for librariesKT-50862 Analsysis API: do not create use site subsitution override symbolsKT-50729 Type bound is not fully resolvedKT-50728 Lazy resolve of extension function from 'kotlin' package breaks over unresolved typeKT-50271 Analysis API: get rid of using FirRefWithValidityCheckKT-50558 K/N Debugger. Error is not displayed in variables view for catch blockKT-45165 Remove JVM target version 1.6KT-51737 Kotlin/Native: Remove unnecessary safepoints on watchosArm32 and iosArm32 targetsKT-51699 Kotlin/Native: runtime has no LTO in debug binariesKT-34466 Use optimized switch over enum only when all entries are constant enum entry expressionsKT-50861 FIR: Combination of array set convention and plusAssign works exponentiallyKT-47171 For loop doesn't avoid boxing with value class iterators (JVM)KT-29199 'next' calls for iterators of merged primitive progressive values are not specializedKT-50585 JVM IR: Array constructor loop should use IINCKT-22429 Optimize 'for' loop code generation for reversed arraysKT-50074 Performance regression in String-based 'when' with single equality clauseKT-22334 Compiler backend could generate smaller code for loops using range such as integer..array.size -1KT-35272 Unnecessary null check on unsafe cast after not-null assertion operatorKT-27427 Optimize nullable check introduced with 'as' castKT-51433 FE 1.0: implement warnings about label resolve changesKT-52146 JVM IR: "AssertionError: Primitive array expected" on vararg of SAM types with self-type and star projectionKT-51818 "ClassCastException: class CoroutineSingletons cannot be cast to class" with suspendCoroutineUninterceptedOrReturn and coroutinesKT-50730 Implement error for a super class constructor call on a function interface in supertypes listKT-52040 JVM: ClassFormatError Illegal method name "expectFailure$<init>__proxy-0"KT-51927 Native: The symbol of unexpected type encountered during IR deserialization error when multiple libraries have non-conflicting declarations with the same nameKT-50845 Postpone rxjava errors reporting in the strict mode till 1.8 due to found broken casesKT-48890 Revert Opt-In restriction "Overriding methods can only have opt-in annotations that are present on their basic declarations."KT-51979 "AssertionError: No modifier list, but modifier has been found by the analyzer" exception on incorrect Java interface overrideKT-50378 Unresolved reference for method in Jsoup library in a kts script fileKT-34919 "Visibility is unknown yet" when named parameter in a function type used in a typealias implemented by an abstract classKT-51893 Duplicated [OVERRIDE_DEPRECATION] on overridden propertiesKT-41034 K2: Change evaluation semantics for combination of safe calls and convention operatorsKT-51843 Functional interface constructor references are incorrectly allowed in 1.6.20 without any compiler flagsKT-51914 False positive RETURN_TYPE_MISMATCH in intellij ultimateKT-51711 Compiler warning is displayed in case there is 'if' else branch used with elvisKT-49317 "IllegalStateException: Parent of this declaration is not a class: FUN LOCAL_FUNCTION_FOR_LAMBDA" with parameter of suspend type with the default parameterKT-33517 Kotlin ScriptEngine does not respect async code when using bindingsKT-44705 Deprecate using non-exhaustive if's and when's in rhs of elvisKT-44510 FIR DFA: smartcast after elvis with escaping lambdaKT-44879 FIR DFA: Track inc and dec operator calls in preliminary loop visitorKT-51624 FIR: false-positive INAPPLICABLE_LATEINIT_MODIFIER for lateinit properties with unresolved typesKT-51204 FIR IC: Incremental compilation fails on nested crossinlineKT-51798 Fix ISE from IR backend when data class inherits equals/hashCode/toString with incompatible signatureKT-51499 @file:OptIn doesn't cover override methodsKT-46187 FIR: OVERLOAD_RESOLUTION_AMBIGUITY on SAM-converted callable reference to List::plusKT-49778 Support cast to DefinitelyNotNull type in NativeKT-51718 JVM / IR: "VerifyError: Bad type on operand stack" caused by nullable variable inside suspend functionKT-34515 NI: "AssertionError: Base expression was not processed: POSTFIX_EXPRESSION" with double not-null assertion to bracketsKT-48546 PSI2IR: "org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtCallExpression" with recursive property access in lazy blockKT-28109 "AssertionError: No setter call" for incrementing parenthesized result of indexed access convention operatorKT-46136 Unsubstituted return type inferred for a function returning anonymous object upcast to supertypeKT-51621 FIR: visible VS invisible qualifier conflictKT-50468 FIR compilers fails with CCE when meets top-level destructionKT-51557 Inline stack frame is not shown for default inline lambdaKT-51358 OptIn: show default warning/error message in case of empty message argumentKT-44152 FIR2IR fails on declarations from java stdlib if java classes are loaded from PSI instead of binariesKT-50949 PSI2IR: NSEE from ArgumentsGenerationUtilsKt.createFunctionForSuspendConversion with providing lambda as argument with suspend typeKT-51439 FE 1.0: implement type variance conflict deprecation on qualifier type argumentsKT-39256 ArrayStoreException with list of anonymous objects with inferred types created in reified extension functionKT-39883 Deprecate computing constant values of complex boolean expressions in when condition branches and conditions of loopsKT-36952 Exception during codegen: cannot pop operand off an empty stack (reference equality, implicit boxing, type check)KT-51233 AssertionError in JavaLikeCounterLoopBuilder with ComposeKT-51254 Verify Error on passing null to type parameter extending inline classKT-50996 [FIR] Support Int -> Long conversion for property initializersKT-51000 [FIR] Support Int -> Long? conversionKT-51003 [FIR] Consider Int -> Long conversion if expected type is type variableKT-51018 [FIR] Wrong type inference if one of constraints is integer literalKT-51446 Metadata serialization crashes with IOOBE when deserializing underlying inline class value with type table enabledKT-50973 Redundant line number mapping for finally block with JVM IRKT-51272 Incompatible types: KClass<Any> and callable reference Collection::classKT-51229 FIR: private constructor of internal data class treated as internal and not privateKT-50750 [FIR] Report UNSUPPORTED on array literals not from annotation classesKT-49804 False positive of UPPER_BOUND_VIOLATED and RETURN_TYPE_MISMATCHKT-51121 Inconsistent SAM behavior in multiple cases causing AbstractMethodError (Kotlin 1.6.10)KT-49925 [FIR] Incorrect builder inference (different cases)KT-50542 "IllegalStateException: Type parameter descriptor is not initialized: T declared in sort" with definitely non-null type Any & T in generic constraintKT-51235 JVM / IR: "AbstractMethodError: Receiver class does not define or inherit an implementation of the resolved method" when property with inline class type is overridden to return Nothing?KT-51223 Report warning about conflicting inherited members from deserialized dependenciesKT-51156 Multiplatform linkDebugFramework task throws NoSuchElementException when expect class constructors utilize nested enum constantKT-51017 [FIR] Ambiguity on callable reference between two functions on generic receiver with different boundsKT-51007 [FIR] False positive ILLEGAL_SUSPEND_FUNCTION_CALL if fun interface with suspend function declared in another moduleKT-50998 [FIR] Int.inv() cal does not considered as compile time callKT-51009 [FIR] Incorrect inference of lambda in position of returnKT-50997 [FIR] Incorrect type of typealias for suspend functional typeKT-49714 Compiler reports "'operator modifier is inapplicable" if expect class with increment operator is provided via type aliasKT-44623 "IllegalStateException: IdSignature is allowed only for PublicApi symbols" when suspending receiver is annotated with somethingKT-46000 JVM / IR: AssertionError on isSubtypeOfClass check in copyValueParametersToStatic with ComposeKT-50211 Annotation Instantiation with default arguments in NativeKT-49412 Controversial "type argument is not within its bounds" reported by FIRKT-48044 [FIR] Investigate behavior of UPPER_BOUND_VIOLATED on complex casesKT-37975 Don't show deprecation of enum class itself for its own memberKT-50737 Inheritance from SuspendFunction leads to compiler crashKT-50723 Implement a fix of reporting of uninitialized parameter in default values of parametersKT-50749 Implement UNSUPPORTED reporting on array literals inside objects in annotation classesKT-50753 Implement reporting errors on cycles in annotation parameter typesKT-50758 Fix inconsistency of exceptions at init block for an enum entry with and without a qualifier nameKT-50182 CONST_VAL_NOT_TOP_LEVEL_OR_OBJECT: clarify error message for const in object expressionKT-50183 Fix missing apostrophe escapes in compiler error messagesKT-50822 Analysis API: make declaration transformers machinery to be a thread safeKT-50835 Inline functions with suspend lambdas break the tail-call optimizationKT-49485 JVM / IR: StackOverflowError with long when-expression conditionsKT-35684 NI: "IllegalStateException: Expected some types" from builder-inference about intersecting empty types on trivial codeKT-48908 Error for annotation on parameter type could have distinct ID and message referring 1.6KT-48907 SUPERTYPE_IS_SUSPEND_FUNCTION_TYPE error could have message referring version 1.6KT-34338 Parameterless main causes duplicate JVM signature errorKT-50577 JVM_IR: No NPE when casting uninitialized value of non-null type to non-null typeKT-50476 JVM_IR: NSME when calling 'super.removeAt(Int)' implemented in Java interface as a default methodKT-50257 JVM_IR: Incorrect bridge delegate signature for renamed remove(I) causes SOE with Kotlin class inherited from fastutils IntArrayListKT-50470 FIR: inapplicable candidate in delegate inference due to nullabilityKT-32744 Inefficient compilation of null-safe call (extra null checks, unreachable code)KT-36095 201: False positive OVERLOAD_RESOLUTION_AMBIGUITY with Java Enum.valueOf and Enum.values() referenceKT-50111 Resolving into KtUltraLightMethodKT-51248 Function and parameter names with special symbols have to backtickedKT-50952 MPP: Commonized cinterops doesn't attach/detach to source set on configuration changesKT-51735 KJS / IR: Minimize member names in production modeKT-51127 Kotlin/JS - IR generates plenty of useless Unit_getInstance()KT-50212 KJS IR: Upcast should be a no-opKT-16974 JS: Kotlin.charArrayOf is suboptimal due to Rhino bugsKT-51125 Provide a way to use import keyword in js expressionsKT-50504 KJS / IR: Transpiled JS incorrectly uses the unscrambled names of internal fieldsKT-52010 K/JS IR: both flows execute when using elvis operatorKT-51853 JS compilation fails with "Uninitialized fast cache info" errorKT-51205 K/JS IR: external class is mapped to anyKT-50806 Typescript definitions contain invalid nested block comments with generic parent and type argument without @JsExportKT-51081 KJS / IR + IC: Passing an inline function with default params as a param to a higher-order function crashes the compilerKT-51084 KJS / IR + IC: Cache invalidation doesn't check generic inline functions reified qualifierKT-51211 K/JS IR: JsExport: Can't export nested enumKT-51438 KJS / IR: Duplicated import names for the same external namesKT-50953 KJS IR: Incorrect nested commenting in d.tsKT-15223 JS: function that overrides external function with vararg parameter is translated incorrectlyKT-50657 KJS / IR 1.6.20-M1-39 - Date in Kotlin JS cannot be created from long.KT-49006 Support at least three previous versions of language/APIKT-16768 Context-sensitive resolution prototype (Resolve unqualified enum constants based on expected type)KT-50477 Functional conversion does not work on suspending functionsKT-32162 Allow generics for inline classesKT-44866 Change behavior of private constructors of sealed classesKT-49110 Prohibit access to members of companion of enum class from initializers of entries of this enumKT-29405 Switch default JVM target version to 1.8KT-50484 Extensions for java.util.Optional in stdlibKT-50146 Reintroduce min/max(By/With) operations on collections with non-nullable return typeKT-46132 Specialized default time source with non-allocating time marksKT-41890 Support named capture groups in Regex on NativeKT-48179 Introduce API to retrieve the number of CPUs the runtime hasKT-42178 Range and Progression should override last()KT-51470 Stabilize experimental API for 1.7KT-51775 JS: Support named capture groups in RegexKT-51776 Native: Support back references to groups with multi-digit indexKT-51082 Introduce Enum.declaringJavaClass propertyKT-48924 KJS: toString in base 36 produces different results in JS compare to JVMKT-50742 Regular expression is fine on jvm but throws PatternSyntaxException for native macosX64 targetKT-50059 Stop publishing kotlin-stdlib and kotlin-test artifacts under modular classifierKT-26678 Rename buildSequence/buildIterator to sequence/iteratorKT-49406 Kotlin/Native: generate standalone executable for androidNative targets by defaultKT-48595 Enable Native embeddable compiler jar in Gradle plugin by defaultKT-51377 Native: synthetic forward declarations are preferred over commonized definitionsKT-49145 Kotlin/Native static library compilation fails for androidNative*KT-49496 Gradle (or the KMM plugin) is caching the Xcode Command Line Tools locationKT-49247 gradle --offline should translate into airplaneMode for kotin-native compilerKT-49455 Methods from Swift extensions are not resolved in Kotlin shared moduleKT-50648 Incorrect KMM cinterop conversionKT-50982 RuntimeAssertFailedPanic in iOS when Kotlin framework is initialized before loadingKT-49937 Kotlin/Native 1.5.31: 'runtime assert: Unexpected selector clash' when 'override fun toString(): String' is usedKT-50713 Kotlin/Native: Enable Concurrent Sweep GC by defaultKT-50312 enhancement: kotlin native -- add alloc<TVarOf<T>>(T)KT-50316 Kotlin/Native: Produce a list of available tests alongside the final artifactKT-50139 Create tests for Enter/Leave frame optimizationKT-27598 "KotlinReflectionInternalError" when using callBy on constructor that has inline class parametersKT-31141 IllegalArgumentException when reflectively accessing nullable property of inline class typeKT-29974 Add a compiler option '-Xjdk-release' similar to javac's '--release' to control the target JDK versionKT-51717 IllegalArgumentException: Unexpected versionNeededToExtract (0) in 1.6.20-RC2 with useFir enabledKT-51673 Make language version description not in capital lettersKT-48833 -Xsuppress-version-warnings allows to suppress errors about unsupported versionsKT-51627 kotlinc fails with java.lang.RuntimeException if /tmp/build.txt file exists on the diskKT-51306 Support reading language settings from an environment variable and overriding the current settings by themKT-52050 [Commonizer] 'platform.posix.DIR' not implementing 'CPointed' when commonized for 'nativeMain' on linux or windows hostsKT-51224 MPP: For optimistically commonized numbers missed kotlinx.cinterop.UnsafeNumberKT-51215 MPP: Update Kdoc description for kotlinx.cinterop.UnsafeNumberKT-51686 Cinterop: Overload resolution ambiguity in 1.6.20-RC2KT-46636 HMPP: missed classes from platform.posix.*KT-51332 Optimistic number commonization is disabled by default in KGP with enabled HMPPKT-50869 Provide API that allow AGP to set up Kotlin compilationKT-48008 Consider offering a KotlinBasePluginKT-49227 Support Gradle plugins variantsKT-52189 Provide Gradle Kotlin/DSL friendly deprecated classpath property in KotlinCompiler taskKT-51360 Show performance difference in percent between releasesKT-51380 Add open-source project using Kotlin/JS plugin to build regression benchmarksKT-51937 Toolchain usage with configuration cache prevents KotlinCompile task to be UP-TO-DATEKT-48276 Remove kotlin2js and kotlin-dce-pluginKT-52138 KSP could not access internal methods/properties in Kotlin Gradle PluginKT-51342 Set minimal supported Android Gradle plugin version to 3.6.4KT-50494 Remove kotlin.experimental.coroutines Gradle DSL optionKT-49733 Bump minimal supported Gradle version to 6.7.1KT-48831 Remove 'KotlinGradleSubplugin'KT-51830 Gradle: deprecate kotlin.compiler.execution.strategy system propertyKT-47763 Gradle DSL: Remove deprecated useExperimentalAnnotation and experimentalAnnotationInUseKT-51374 NoSuchFileException in getOrCreateSessionFlagFile()KT-51837 kotlin-gradle-plugin:1.6.20 fails xray scan on shadowed Gson 2.8.6.KT-45745 Migrate only Kotlin Gradle Plugin tests to new JUnit5 DSL and run them separately on CIKT-47318 Remove deprecated 'kotlinPluginVersion' property in `KotlinBasePluginWrapper'KT-51378 Gradle 'buildSrc' compilation fails when newer version of Kotlin plugin is added to the build script classpathKT-46038 Gradle: kotlin_module files are corrupted in the KotlinCompile output, and gets cachedKT-51064 Kotlin gradle build hangs on MetricsContainer.flushKT-31027 java.lang.NoSuchMethodError: No static method hashCode(Z)I in class Ljava/lang/Boolean; or its super classes (declaration of 'java.lang.Boolean' appears in /system/framework/core-libart.jar)KT-51414 Allow set up environment variables for JS testsKT-51623 Kotlin/JS: Mocha could not failed when external module not foundKT-51503 Update NPM dependency versionsKT-51765 com.android.lint in multiplatform project without android target should not trigger warningKT-51386 [KPM] IdeaKotlinProjectModelBuilder: Implement dependenciesKT-51262 [KPM] IDEA import: Move model builder to KGPKT-51220 [KPM][Android] Implement generic data storage and import pipelineKT-48649 No run task generated for macosArm64 target in Gradle pluginKT-51884 Gradle Native: "A problem occurred starting process 'command 'xcodebuild''" when building assembleFooXCFramework task on LinuxKT-51546 FIR incremental compilation fails with assertion "Trying to inline an anonymous object which is not part of the public ABI"KT-44741 Incremental compilation: inspectClassesForKotlinIC doesn't determine changes with imported constantKT-51132 KAPT: Support reporting the number of generated files by each annotation processorKT-30172 Kapt: Shutdown kotlinc gracefully in case of error in annotation processorKT-52186 Scripts: Backend Internal error: Exception during IR lowering when using symbol from a dependency inside a functionKT-51731 Script: jsr223 memory leak in spring-boot Fat JarKT-49258 Scripts: method 'void <init>()' not found with multiple evals using kotlin script JSR223KT-51346 Scripts: "BackendException: Exception during IR lowering" with variable of imported script inside class| File | Sha256 |
|---|---|
| kotlin-compiler-1.7.0-Beta.zip | eb066c03009801f973fb4629bc2ff2dd7a95cbd2283c6472179f0f9026e2f091 |
| kotlin-native-linux-x86_64-1.7.0-Beta.tar.gz | 6f89015e1dfbc7b535e540a22a004ef3e6e4f04349e4a894ed45e703c3b3116f |
| kotlin-native-macos-x86_64-1.7.0-Beta.tar.gz | a5ba0ce86ebd3cc625456c7180b3d890bc2808ef9f14f8d56dd6ab3bb103a4ef |
| kotlin-native-macos-aarch64-1.7.0-Beta.tar.gz | c971cdf36eb733e249170458c567ad7c38fe0a801f6a784b2de54e3eda49c329 |
| kotlin-native-windows-x86_64-1.7.0-Beta.zip | dec9c2019e73b887851794040c7809074578aca41341b15a929433183d01eb8d |
One column per quarter.
KT-51979 "AssertionError: No modifier list, but modifier has been found by the analyzer" exception on incorrect Java interface overrideKT-51893 Duplicated [OVERRIDE_DEPRECATION] on overridden propertiesKT-51927 Native: The symbol of unexpected type encountered during IR deserialization error when multiple libraries have non-conflicting declarations with the same nameKT-51843 Functional interface constructor references are incorrectly allowed in 1.6.20 without any compiler flagsKT-51672 JVM IR: Inline class mangling issue in interface default methods split across multiple modulesKT-51711 Compiler warning is displayed in case there is 'if' else branch used with elvisKT-49317 "IllegalStateException: Parent of this declaration is not a class: FUN LOCAL_FUNCTION_FOR_LAMBDA" with parameter of suspend type with the default parameterKTIJ-20819 Native debugging support: "Debug is impossible without lldb binaries required by Kotlin/Native" on "Attach to process"KT-52010 K/JS IR: both flows execute when using elvis operatorKT-51973 KJS / IR overridden properties of inherited interface missingKT-50504 KJS / IR: Transpiled JS incorrectly uses the unscrambled names of internal fieldsKT-51837 kotlin-gradle-plugin:1.6.20 fails xray scan on shadowed Gson 2.8.6.KT-51810 MPP / Gradle: Dependency locking fails with 1.6.20KT-51765 com.android.lint in multiplatform project without android target should not trigger warning| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.21.zip | 632166fed89f3f430482f5aa07f2e20b923b72ef688c8f5a7df3aa1502c6d8ba |
| kotlin-native-linux-x86_64-1.6.21.tar.gz | 14e7b9bee2e9ef7bff9a69881fef44d287bbb3adaa05396e0c03e77dfc9b0d3d |
| kotlin-native-macos-x86_64-1.6.21.tar.gz | 61dfee00b11f3c27e349854b9a9d530ed86a882e6c8a81f77f16acecf9660eeb |
| kotlin-native-macos-aarch64-1.6.21.tar.gz | c2734c651e680b85805c17488f31125220d96eca8e3ba89b5b58f07c61ff5239 |
| kotlin-native-windows-x86_64-1.6.21.zip | db8560138580038c23e88a7ceb6eb4e8a3ec7d7fd66218e82096d52402f280a8 |
KT-48217 Add an annotation JvmDefaultWithCompatibility to allow generating DefaultImpls classes if -Xjvm-default=all option is usedKT-49929 [FIR] Support programmatic creation of annotation class instancesKT-49276 Warn about potential overload resolution change if Range/Progression starts implementing CollectionKT-47902 Do not propagate method deprecation through overridesKT-49857 Require Xcode 13 for building Kotlin/Native compilerKT-47701 Support instantiation of annotation classes on NativeKT-46085 Support experimental parallel compilation of a single module in the JVM backendKT-46603 Generate SAM-conversions to Java interfaces extending 'java.io.Serializable' as serializable using java.lang.invoke.LambdaMetafactoryKT-50156 HMPP: Slow frontend/ide performance in OKIO (ExpectActualDeclarationChecker)KT-50073 Performance regression in adapted function referencesKT-50076 Performance regression in super call to an interface member in $DefaultImplsKT-50080 Performance regression in string template with generic property with primitive upper boundKT-50084 Performance regression in concatenation with 'String?'KT-50078 Performance regression in for-in-array loopKT-50039 Performance regression in inner class constructor call with default parametersKT-48784 An anonymous class has fields for variables that are only used in the constructorKT-42010 Generate IINC instruction for postfix increment in JVM_IRKT-48433 JVM_IR don't generate null check on 'this$0' parameter of inner class constructorKT-48435 JVM_IR ConstForLoopBenchmark performance regressionKT-48507 JVM_IR ForLoopBenchmark regressionsKT-48640 Performance regression in 'longDownToLoop' benchmarksKT-29822 Generate specialized bytecode for loops withIndex over unsigned arraysKT-48669 Generate optimizable counter loop for loops over indices of unsigned arraysKT-49444 Possible performance degradation with UInt downTo loopKT-48944 Possible performance regression with comparison of local KFunctionsKT-17111 Eliminate redundant store/load instructions when the value stored is simpleKT-36837 Generate more compact code for for-in-range loop in JVM_IRKT-48947 JVM / IR Possible performance regression with string templatesKT-48931 JVM / IR: Performance degradation with string concatenationKT-36654 Generate more compact bytecode for safe call in JVM_IRKT-24643 Prohibit using a type parameter declared for an extension property inside delegateKT-51747 Make KtCallableDeclaration.getContextReceivers default to preserve compatibilityKT-49658 NI: False negative TYPE_MISMATCH on nullable type with whenKT-43493 NI: @BuilderInference prevents compilation error of "Operator '==' cannot be applied to 'Long' and 'Int'"KT-51649 Kotlin/Native: reduce binary size of watchosArm32 and iosArm32 targets by limiting inlining of runtime functionsKT-48626 JVM IR: incorrect behavior for captured for-loop parameter since 1.6.20-dev-723KT-51036 JVM / IR: "NullPointerException: Parameter specified as non-null is null" with synchronized and companion objectKT-51471 Native: incorrect debug information when inheriting suspend fun invoke implementationKT-51352 "ClassCastException: class ScopeCoroutine cannot be cast to class Iterable" caused by coroutines and context receiversKT-51271 "ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3" with inlining of context functionKT-47084 JVM IR: "AssertionError: inconsistent parent function for CLASS LAMBDA_IMPL" with tailrec function default parameter nested inline lambdaKT-30616 Script: "Don't know how to generate outer expression" for top-level variable reference from static context (companion object, enum)KT-50520 "NPE: containingDeclaration.ac…lDeclarationType.REGULAR) must not be null" with implicit type on self-referencing lambda in a builderKT-51353 IncompatibleClassChangeError: Expected non-static field com.soywiz.korim.color.Colors.BLACKKT-48945 JVM IR: special bridge for get is not generated in a Map subclassKT-48499 Interface call with an inline/value parameter generates AbstractMethodError after rebuilding the module, but NOT the file.KT-49998 JVM: missing default value for annotation parameter of an unsigned typeKT-49793 JVM: IncompatibleClassChangeError: Expected non-static field when property delegation uses receiver of another delegated propertyKT-51302 Kotlin/Native 1.6.20-M1 compiler fails because of assertion in NativeAnnotationImplementationTransformerKT-51148 "AssertionError: At this stage there should be no remaining variables with proper constraints" caused by two type parametersKT-50970 Kotlin/Native: use arm instruction set instead of thumb-2 for iosArm32 and watchosArm32 targetsKT-50843 Kotlin/Native: LLVM constant merge pass does not work for Kotlin constantsKT-51157 JVM / IR: "IndexOutOfBoundsException: Index: 1, Size: 1" caused by interface hierarchy and UInt method parameterKT-50498 Exception after analysing an erroneous lambdaKT-50258 equals() returns false on the same enum instances if we check it for the second time in whenKT-51062 Progressions resolve changing warning isn't reported for Java methodsKT-48544 JVM / IR: "UnsupportedOperationException: Unknown structure of ADAPTER_FOR_CALLABLE_REFERENCE" with callable reference ::arrayOfKT-50978 [Native] Error while building static cache: NoSuchElementException at IrTypeInlineClassesSupport.getInlinedClassUnderlyingType(InlineClasses.kt:341)KT-50977 [Native] Error while building static cache: IllegalStateException: Class CLASS ENUM_ENTRY is not found at KonanIrlinkerKt.findClass(KonanIrlinker.kt:229)KT-50976 [Native] Error while building static cache: IllegalStateException: No descriptor found at DescriptorByIdSignatureFinder.findDescriptorForPublicSignature(DescriptorByIdSignatureFinder.kt:157)KT-51040 Type inference fails on 1.6: "Cannot use 'CapturedType(*)' as reified type parameter" with EnumSet and elvis operatorKT-51080 Line number in mapping for the first instruction is lostKT-49526 JVM IR: Function reference with non-denotable intersection type argument is not inlined and is incorrectly approximatedKT-50399 Error: unexpected variance in super type argument: out @0KT-50649 JVM IR: ClassCastException when returning Result as generic typeKT-50617 JVM IR: java.lang.IndexOutOfBoundsException "Empty list doesn't contain element at index 0" when class and interface have the same name and extension function is usedKT-50856 SAM conversion generates invalid bytecode for genericsKT-45693 False negative INCOMPATIBLE_TYPES with when with generic subjectKT-49903 JVM IR: InlineOnly optimization leads to behavior change for println with mutating System.outKT-51022 Fix error messages for resolution ambiguity with stub typesKT-51035 PSI2IR: "org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtCallExpression:" caused by recursive call of java functionKT-50797 Implement fix for false negative UPPER_BOUND_VIOLATED with generic typealias using not all type parameters as arguments for underlying typeKT-50878 Usage of contextual declarations from third-party library is allowed without -Xcontext-receiversKT-49829 Wrong "cast can never succeed" diagnostic with builder inferenceKT-49828 Improve builder inference diagnostics with overload resolution ambiguityKT-50989 CCE cause by EmptySubstitutor in ResolutionWithStubTypesCheckerKT-49729 Implement deprecation warning for private constructors of sealed classesKT-49349 Implement deprecation for invalid if as expression in rhs of elvisKT-46285 [SEALED_SUPERTYPE_IN_LOCAL_CLASS] Error message isn't adopted to local objects and sealed interfacesKT-49002 Allow OptIn marker on override if base class has the same markerKT-48899 Report warnings on overrides with wrong types nullabilityKT-49461 Implement prohibitation of access to members of companion of enum class from initializers of entries of this enumKT-49754 Kotlin/JS: @JsExport on enum class reports NON_EXPORTABLE_TYPE warningKT-49598 Misleading error message "Using @JvmRecord is only allowed with -jvm-target 15 and -Xjvm-enable-preview flag enabled"KT-44133 Inline classes: class literal in annotation arguments uses underlying typeKT-47703 ClassCastException: Programmatically created annotation can't hold Array<KClass<*>>KT-47549 JVM / IR: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER CONTINUATION_CLASS caused by suspend function inside "fun interface" in another fileKT-50120 HMPP: False positive [NO_VALUE_FOR_PARAMETER] for expect function usagesKT-49864 JVM IR: NoSuchMethodError calling default interface method with inline class return type in -Xjvm-default=all modeKT-49812 JVM / IR: "java.lang.VerifyError: Bad return type" when using Result type attribute + extension function with same nameKT-49936 Extension property in a data class with the same name as the constructor parameter leads to incorrect component function being resolved and generatedKT-48181 "ISE: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" on creating instance of kotlin.MetadataKT-50215 VerifyError caused by missing cast after is check in whenKT-49977 "Parameter specified as non-null is null" when inline class implements interface method with default parametersKT-50385 DUPLICATE_LABEL_IN_WHEN is reported on incorrect branchesKT-49092 JVM: ArrayIndexOutOfBoundsException on compiling call with if expression and TODO() argumentsKT-48987 JVM / IR: Smartcast, which never succeed, crashes the compilerKT-50277 Invalid bytecode generated for inline lambda in suspend functionKT-50219 FIR DFA/CFA: no smart cast after null check and assignmentKT-44561 FIR DFA: extract non-null info from comparison against variable with initial constant valueKT-44560 FIR DFA: propagate non-null info to original variables in not-null assertion or cast expressionKT-50278 FIR: accidental resolve to inaccessible value parameterKT-47483 JVM IR: "NoSuchElementException: Sequence contains no element matching the predicate" on compiling Array instantiation with TODOKT-50304 EXC_BAD_ACCESS at IntrinsicsNative.kt starting coroutine on object with suspend fun as supertypeKT-49765 JVM: ClassCastException when trying to add object to EmptyListKT-46879 "AssertionError: Stack should be spilled before suspension call" with Flow and reified typeKT-50172 "AssertionError: Not a callable reflection type" on local function reference with the same name as local variableKT-49443 JVM IR, Script: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" with constructor call of class that has a top-level extension function callKT-50193 Garbage collection is not working the same way after jvm-ir-backend changeKT-19424 Compilation exception for script with property delegate calling operator invoke on an objectKT-43995 Script: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" if companion object initializer calls method on listKT-47000 Allow graceful migration to -Xjvm-default=all-compatibility by allowing to inherit from interfaces even in the old (-Xjvm-default=disable) modeKT-50180 FIR: not enough information to infer type variable for definitely not null typeKT-50163 FIR: ISE unsupported compile-time value BLOCK on complex annotationsKT-50171 JVM IR: "UninitializedPropertyAccessException: Parent not initialized: IrVariableImpl" on SAM-converted property setter reference with Double parameter inside lambdaKT-50140 Internal error on explicit string concatenation of generic type value with 'String' upper boundKT-49992 Anonymous object should not have access to private members from supertypesKT-49973 Check existing of default error message for all diagnosticsKT-50019 Property delegated to callable reference: "ISE: Local class should have its name computed in InventNamesForLocalClasses" with -Xno-optimized-callable-referencesKT-49645 JVM / IR: "IllegalStateException: Local class should have its name computed" caused by default suspend function in interface and value classKT-50028 Incorrect implicit casts from UnitKT-49615 JVM / IR: "Exception during IR lowering" with list of value classes with non-trivial constructor inside suspend lambdaKT-49127 FIR: smart cast is not performed after comparisonKT-48708 Incorrect cast from Unit to IntKT-48376 FIR: False positive UNITIALIZED_VARIABLE after try/finally with return from tryKT-48113 FIR: (false) positive EQUALITY_NOT_APPLICABLE for intersection with platform typeKT-48305 FIR: incorrect raw type castKT-48378 FIR: synthetic accessor lowering should not attempt to modify other filesKT-48634 FIR: false property-setter-function resolve cycleKT-48621 FIR: SyntheticAccessorLowering should not attempt to modify other files for protected JvmFieldKT-48381 Invalid LLVM module: verification failure of createInlineClassInArgumentPosition.ktKT-48527 Native: top-level properties in files with @Test functions are initialized eagerly even if lazy initialization is enabledKT-48559 IllegalArgumentException: Unexpected super type argument: * @ 0 during IR loweringKT-48687 IR dump mismatch after deep copy with symbols in IR text testKT-44811 [FIR] Exception in body resolve of new contractsKT-48363 FIR behaves differently in case of resolution between classifier and top-level propertyKT-48801 "AssertionError: Stack should be spilled before suspension call" with Flow and crossinlineKT-46389 JVM / IR: "ClassCastException: class IrGetValueImpl cannot be cast to class IrConst" with inheritance of supertypes member functions with similar signaturesKT-47797 Regression during migration to 1.6 in compilerKT-47987 Can't infer a postponed type variable based on callable reference receiver typeKT-48446 "IllegalStateException: IrErrorType (getErasedUpperBound)" caused by suspend function referenceKT-48651 Collect intermediate annotations during type expandingKT-48754 JVM IR: <clinit> in EnclosingMethod leads to IncompatibleClassChangeError on Android 5.0KT-45034 Use the new type inference for top-level callable referencesKT-49001 OptIn marker should spread from class to its members, taking into account real dispatch receiver typeKT-49038 Generics are discriminated during callable references resolution (false negative)KT-48954 JVM IR: IllegalAccessError when using Java method reference in constructorKT-48284 JVM / IR: "IllegalStateException: Function has no body: FUN STATIC_INLINE_CLASS_REPLACEMENT" caused by inline member toString of value class and string interpolationKT-49053 JVM / IR: "AssertionError: Unbound symbols not allowed" on inheriting a protected Java method that returns a package private class from a differently-named fileKT-49106 JVM: infinite recursion with overridden default suspend interface method where override calls superKT-45345 FIR DFA: FirDataFlowAnalyzer seems to add wrong type constraints for type parametersKT-44513 FIR DFA: extract non-null info from x?.y!!KT-44559 FIR DFA: propagate non-null info from not-null assertion (!!)KT-49073 FIR: REDUNDANT_MODIFIER and DEPRECATED_MODIFIER_PAIR should be warningsKT-46371 FIR: Investigate FunctionType -> ExtensionFunctionType coercionKT-49078 FIR: false positive TYPE_VARIANCE_CONFLICTKT-47135 FIR: local class references does not compileKT-48600 NON_TAIL_RECURSIVE_CALL missing for calls inside lambdaKT-48602 NON_TAIL_RECURSIVE_CALL missing for calls with explicit dispatch receiver to a singletonKT-48982 JVM / IR: KotlinNothingValueException caused by function with local objectKT-49087 FIR: false positive REPEATED_ANNOTATIONKT-48648 JVM IR: "AssertionError: Should be primitive or nullable primitive type" with @JvmField generic property with Number upper boundKT-49069 FIR: False positive INAPPLICABLE_JVM_NAME on getterKT-49203 JVM IR: "AssertionError: Unbound symbols not allowed" with lateinit var and plusAssign operator convention callKT-48993 JVM / IR: "IllegalStateException: Validation failed in file <multi-file facade ...>" using @JvmMultifileClass and one of the symbols in the file exposes a @JvmInline value classKT-48938 FIR: Investigate how priorities should work in case SAM-conversion + type parametersKT-49129 FIR: false positive of INNER_CLASS_OF_GENERIC_THROWABLE_SUBCLASSKT-49076 FIR: false positive "An annotation argument must be compile-time constant" on array of importsKT-49222 FIR: StackOverflow in MethodSignatureMapperKT-49083 FIR erroneously requires default value parameters for override calls when imported from objectKT-49135 FIR: ambiguity between type alias and functionKT-49134 FIR makes no difference between lambda with empty parameter list and without explicit parameter listKT-49301 FIR: Unresolved reference: <init> for object inherited from inner classKT-49070 FIR: ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED with type parameter / class conflictKT-49133 FIR: protected java.lang.Throwable constructor is not availableKT-49407 JVM / IR: "java.lang.VerifyError: Bad local variable type" with "Int.mod" inside "Long.mod" and non-trivial argumentKT-44975 SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC: confusing error messageKT-38698 MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED error message: interface is called a "class"KT-45001 Confusing warning message "This class can only be used with the compiler argument" for @OptIn annotationKT-49411 JVM / IR: NullPointerException during IR lowering with @JvmField property in loop rangeKT-49260 FIR: make FirBasedSymbol hierarchy to correspond FirDeclaration hierarchyKT-49289 FIR: false positive "return required" for if/else with inlined return in branchKT-49316 JVM / IR: "AssertionError: SyntheticAccessorLowering should not attempt to modify other files!" caused by unreachable code which try to modify val from the other packageKT-45915 NoDescriptorForDeclarationException: Descriptor wasn't found for declaration FUN with circular module dependencies in JPSKT-49288 FIR2IR: consider generating all fake override calls properlyKT-42784 FIR2IR: first create fake overrides, then bind overridden to themKT-48816 Kotlin/Native Symbol for public platform.darwin/NSObject|null[100] is unboundKT-49372 JVM / IR: Incorrect work of the loop optimization for mutable variableKT-49356 Native: UnsupportedOperationException: RETURNABLE_BLOCK caused by nested return with boxing and inlineKT-49659 JVM IR: Missing value class mangling in SAM wrappers for fun interfaces from different modulesKT-47101 Incorrect scope for supertypes in companion objectsKT-49360 Invalid LLVM module: "inlinable function call in a function with debug info must have a !dbg location"KT-48430 JVM: ClassCastException with inline class as generic argument for type parameter used in a function typeKT-49575 IllegalArgumentException: Unhandled intrinsic in ExpressionCodegen with circular module dependencies in JPSKT-47669 IR inliner doesn't handle inner class functions referring outer thisKT-48668 JVM IR: "ISE: Value at CLASS must not be null for CLASS" for modules with a dependency cycleKT-49370 JVM / IR: "java.lang.VerifyError: Bad local variable type" with "fun Long.mod" and non-trivial argumentKT-46744 Memory Leaks in Kotlin daemonKT-48806 False-negative USED_AS_EXPRESSION for unreachable catch clausesKT-45972 FIR: type is incorrectly resolved to privateKT-46968 Remove FirCompositeScope from type resolveKT-49072 FIR: accidental resolve to private-in-file typeKT-34822 FIR scopes: deal with nested / inner classes and type parameter priorityKT-49702 Exception from RENDER_WHEN_MISSING_CASES diagnostic on malformed sealed class inheritorKT-49860 [FIR] Add smartcast expression to synthetic subj accessKT-49836 Inference fails on lambda and adjacent function expressions with receiverKT-49832 Inference fails on lambda for function types with extension parameterKT-44022 Excessive diagnostics range for DECLARATION_CANT_BE_INLINEDKT-48690 VERSION_REQUIREMENT_DEPRECATION_ERROR message: use current compiler version instead of language versionKT-49609 Incorrect grammar in DATA_CLASS_NOT_PROPERTY_PARAMETER error messageKT-49600 Misspelled error message for non-constructor properties with backing fields in @JvmRecord classKT-49339 Warn about synchronizing on value classesKT-49950 Compilation failed: An operation is not implemented: IrBasedTypeParameterDescriptorKT-43604 Problem with initialization orderKT-23890 Default arguments are not transferred from expect generic member functionsKT-48811 Expect/actual class with default constructor argument values can not be instantiated from a shared source set without passing arguments (with HMPP enabled)KT-48106 FIR: incorrect type inference in provideDelegate receiverKT-48325 Safe call operator prevents object from being garbage collected before leaving functionKT-50004 Linking kotlinx.serialization crashes on Native and JS IR backendsKT-49311 Missing FIR checker for unresolved references in import statementKT-48104 FIR does not see NotNull/Nullable annotations on type argumentsKT-46812 [FIR] Make FIR diagnostics not related to Diagnostics from FE 1.0KT-37374 [FIR] Add CheckInfixModifier resolution stageKT-38351 FIR: Support CheckOperatorModifier resolution stageKT-39614 [FIR] Fix building CFG for different candidates of plus assign callKT-40197 [FIR] Strange Behaviour of Type ArgumentsKT-40362 [FIR] Match type arguments with type parameters of corresponding qualifierKT-40375 FIR: No transformation implicit type -> error type for function value parametersKT-40585 [FIR] Incorrect type for 1/1.0KT-42525 [FIR] Incorrect IR produced for java.lang.Byte.MAX_VALUEKT-43359 FIR: Check applicability type for callable reference with unbound receiverKT-43378 FIR: Support or prohibit via call checker callable references to member extensionsKT-43289 FIR: Correctly load irrelevant override for special built-insKT-44558 Annotation arguments const expr support is missing in FIRKT-45223 [FIR] Ambiguity between explicit and synthetic removeAtKT-42215 FIR: callable reference resolution with type constraints at call-sitesKT-45520 FIR: NONE_APPLICABLE for unsafe call to function with overloads instead of UNSAFE_CALLKT-46410 [FIR] Transform of FirAugmentedArraySetCall leaves erroneous nodes in control flow graphKT-46421 FIR: Investigate builder-inference casesKT-43948 FIR: hidden unresolved callable referenceKT-46558 FIR DFA: run once contract is not considered when analyzing lambdaKT-47125 FIR: Do not avoid trivial constraints if they aren't from upper boundsKT-43691 FIR: false positive VARIABLE_INITIALIZER_IS_REDUNDANT with usage in try...finallyKT-37311 [FIR] Support inference of callable references with type variable as expected typeKT-31972 Error type encountered: org.jetbrains.kotlin.types.ErrorUtils$UninferredParameterTypeConstructor@1f5b38c2 (ErrorType).KT-48761 Report NO_TAIL_CALLS_FOUND on 'tailrec' modifier, not on the whole function headerKT-47647 NI: Function reference to Java static method can't compile if passed directly as KFunction1 parameterKT-46995 Fix setters implicit types only resolved on full body resolveKT-46359 Kotlin 1.5 lambda is not Java-serializable by defaultKT-49282 FIR: suspend conversion does not work inside suspend lambdaKT-48953 FIR: implement diagnostic DELEGATE_USES_EXTENSION_PROPERTY_TYPE_PARAMETERKT-38813 FIR: Report INSTANCE_ACCESS_BEFORE_SUPER_CALL diagnostic on receiver usages in secondary constructors headersKT-49657 FIR: accidental override with get:JvmNameKT-49655 FIR: smart cast is not performed after update of var to not-null value in branchKT-50866 [Docs] [Kotlin/Native] Support non-NativeActivity Android executablesKT-50220 [Docs] [Kotlin/JVM] New @JvmDefaultWithCompatibility annotation and changes in -Xjvm-default arguments behaviorKT-50844 [Docs][K/JS] KJS / IR: Installation of NPM dependencies should be with ignore-scriptsKT-50831 [Docs][K/JS] Gradle, JS: Ability to persist / reuse yarn.lockKT-51086 [Docs] [Build Tools] Allow to configure additional jvm arguments for 'KaptWithoutKotlincTask`KT-50563 [Docs] [Build Tools] Deprecate kotlin.experimental.coroutines Gradle DSL option and kotlin.coroutines propertyKT-50580 [Docs] [Kotlin/Native] Support instantiation of annotation classes on NativeKT-50874 [Docs] [Language] Add ability to specify generic type parameters as not-nullKT-50564 [Docs] [K/JS] Ensure that @AfterTest is invoked after the @Test function completes for asynchronous testsKTIJ-20169 Link to What's new in a notification about new Kotlin versionKTIJ-20568 Optimize SubpackagesIndexService#hasSubpackagesKTIJ-13020 New compiler settings are applied only after the project is reloadedKTIJ-21154 StackOverflowError on Companion.extractPotentiallyFixableTypesForExpectedType that causes "Syntax highlighting has been temporarily turned off"KTIJ-20129 Load "@NotNull T" types from libraries as definitely non-nullable if any module in project loads such types as definitely non-nullableKTIJ-9793 UAST: KotlinAbstractUElement.equals fails for psi-less elementsKTIJ-16203 UAST: Annotating assignment expression sometimes leads to UnknownKotlinExpressionKTIJ-18720 UAST: @Deprecated(level=DeprecationLevel.HIDDEN) makes method visibility be droppedKTIJ-18039 @Deprecated(level=HIDDEN) elements return false for isDeprecated()KTIJ-18716 KotlinUMethodWithFakeLightDelegate.hasAnnotation() doesn't find annotationsKTIJ-20220 Kotlin plugin crashes very oftenKTIJ-20308 Syntax highlighting is temporary suspended for file ... due to internal errorKTIJ-6085 Exception Incorrect CachedValue... with KtUltraLightMethodForSourceDeclarationKTIJ-18977 Do not show warning Outdated bundled kotlin compiler if there are no compatible plugin with newer compilerKTIJ-20253 Consider supporting special highlighting for definitely non-null typesKT-42194 OOME: Java heap space from incremental compilationKTIJ-13019 "Add '-Xopt-in=kotlin.io.path.ExperimentalPathApi' to module untitled1 compiler arguments" only works until the project is reloadedKTIJ-20095 Optimize FilterOutKotlinSourceFilesScope#containsKTIJ-16250 Completion of override with return type annotated with TYPE_USE-targeted annotation suggests two duplicate entriesKTIJ-20716 JVM Debugger in common code can't get JVM-specific view on common code and failsKTIJ-18562 JVM debugger: coroutineContext.job causes "Failed to generate expression: KtNameReferenceExpression"KTIJ-20019 MPP Debugger: NSFE “Field not found” on accessing property with explicit getter from common code in Evaluate expression/WatcherKTIJ-19990 MPP Debugger: Evaluate expression for some stdlib in common source set fails with Method threw 'java.lang.ClassNotFoundException' exception.KTIJ-20929 MPP Debugger: in a project with single JVM target evaluation of expect function fails with 'NoSuchMethodError' exception in common contextKTIJ-20956 Debugger: coroutine debugger fails to load sometimesKTIJ-20775 MPP Debugger: Evaluate expression for actual typealiases in jvm source set fails with Method threw 'java.lang.ClassNotFoundException' exception.KTIJ-20712 MPP Debugger: evaluator fails when evaluating expect functionKTIJ-19344 K/N debugger shows all types as ObjHeader in variable view.KTIJ-20097 HMPP+Android Project that depends on pure Android Lib fails to import in IDEAKTIJ-20756 MPP targeting Android and JVM reports 'The feature "multi platform projects" is experimental and should be enabled explicitly'KTIJ-20745 Gradle: NSEE “Key main is missing in the map.” on project import in AS 212 + Kotlin 1.6.20KT-47570 MPP, IDE: kotlin-test-common leaks into dependencies of platform-specific source setsKTIJ-19541 IDE: Kotlin Facets aren't created for Gradle projects added via includeBuildKT-48882 MPP IDE import: Failing cinterop Gradle tasks shall not fail importKTIJ-18135 MPP, IDE: False positive "No value passed for parameter" in CommonTest when expect declaration has default value and actual does notKTIJ-12437 Add inspection to detect redundant (obsolete, unused) @OptIn annotationsKTIJ-15780 Add quickfix for migration of Experimental -> RequiresOptInKTIJ-18865 Provide quick fixes for OptIn markers on forbidden targetsKTIJ-18439 Make suggestions for applying opt-in quickfixes more distinctKTIJ-19985 Provide quickfix for SAFE_CALL_WILL_CHANGE_NULLABILITY diagnosticKTIJ-20550 False positives in "Unnecessary @OptIn annotation" inspectionKTIJ-20993 Quick-fix for NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS leads to unreachable codeKTIJ-20557 Quick fix to add Any as an upper bound for type parameter to make it non-nullableKTIJ-20827 Process type mismatch compiler warnings to provide a corresponding quick fixKTIJ-12578 "Make abstract" quick fix for missing abstract members implementations could warn of potentially broken inheritanceKTIJ-20425 Quick fix to replace @NotNull parameter type T with a definitely non-nullable type T & AnyKTIJ-19997 Inspection "Possibly blocking call in non-blocking context could lead to thread starvation" suggests "Wrap call in 'withContext'" resulting in red codeKTIJ-18291 Quickfix "Add @OptIn() annotation" adds the annotation to primary constructor when invoked on primary constructor parameterKTIJ-19512 Implement IDE support for new rules of deprecation inheritanceKTIJ-20156 Exception when applying 'Convert to with'KTIJ-20290 Forbid "move to constructor" intention if class contains secondary constructorKTIJ-20288 Forbid "move to constructor" intention for actual classes with actual constructorKT-49736 Introduce import alias fails when qualifier is unresolvedKTIJ-18743 "Redundant nullable return type" applied on actual method doesn't change the signature of expectKTIJ-12343 Inspection "Sealed sub-class has no state and no overridden equals" is applied incorrectly to expect/actual declarations of sealed classes with nested subclassesKTIJ-19406 The "Add @OptIn(...)" quick fix does not shorten the annotation when adding an argument to the existing annotationKTIJ-12351 generate equals & hashCode() by identity intention generates incompilable code for multiplatform project modulesKTIJ-13227 Forbid "move property to constructor" for actual classes with actual constructor having at least one parameter alreadyKTIJ-11328 No quick fixes are suggested for annotation from experimental API used with file targetKTIJ-14427 Meta-annotation value isn't updated for all the corresponding parts of a multiplatform annotationKTIJ-19735 NSME org.jetbrains.kotlin.idea.quickfix.KotlinSingleIntentionActionFactory org.jetbrains.kotlin.idea.quickfix.RemoveModifierFix on IJ212 + Kotlin masterKTIJ-18145 IDE freeze on 'Show Usage'KTIJ-10026 Refactor / Extract function: Adds unnecessary nullability annotations for parameters coming from NotNull or Nullable Java methodsKTIJ-15823 Refactor / Extract Function: resulted declaration gets no @OptIn from original function when necessaryKTIJ-5661 [Tests] MoveRefactoring: Fix ignored incorrect tests of crossmodule declaration movingKTIJ-19232 New project wizard: delete MPP Mobile-Library and Application templatesKTIJ-20878 Unable to create project with Kotlin Project Wizard when JDK 17 is used.KTIJ-20244 Compose MPP project from wizard requires minCompileSdk=31KTIJ-20781 Update kotlin-wrappers version in wizardKT-47387 KJS: Support Apple Silicon for node distrib downloadKT-44494 KJS / IR: Allow enum classes to be exportedKT-43224 KJS: Allow using inline classes in external typesKT-35100 Make Char inline class in K/JSKT-42936 KJS IR: Support js-code test directives similar to legacyKT-47525 KJS / IR: Support protected members in d.ts generationKT-50110 KJS / IR: Enable properties lazy initialization by defaultKT-46443 KJS / IR: Improve CharArray and Char performanceKT-45665 KJS / IR: equals on inline value classes is boxedKT-43644 KJS / IR: Avoid creating lambda classesKT-51685 KJS / IR: TypeError: collection.iterator_jk1svi_k$ regression in Kotlin 1.6.20-RC2KT-51523 KJS IR: "Uncaught TypeError: a._get_length__2347802853_w7ahp7_k$ is not a function"KT-51700 KJS / IR: Compiler uses wrong function with List<List>KT-51222 KJS / IR: "RangeError: Maximum call stack size exceeded": Default function overloads marked with @JsExport are brokenKT-45054 KJS: Export secondary constructors as class static methodsKT-37916 KJS: .d.ts generation not working for enum classesKT-48199 KJS / IR: Improve error message for linkage problemsKT-51030 KJS / IR: internal class that implements public interface is missing gettersKT-45434 KJS: "WRONG_EXPORTED_DECLARATION" when using JsExport on interfacesKT-50934 KJS / IR: Re-export all JS-exports from the main module for the multi-module modeKT-45620 KJS / IR: Remainder of division of Int.MIN_VALUE by -1 is negative zero (-0)KT-44981 KJS / IR crashes on kotlin.js.js calls with complex constexprKT-41964 KJS IR: Reference to local variable and parameter from js fun could be broken unexpectedlyKT-50682 Kotlin/JS: IR + IC: TypeError "Cannot read properties of undefined" when properties from different sources refer one another in initializersKT-50175 Kotlin/JS, IR: with incremental compilation top level properties initialization is not lazyKT-40236 KJS: IR. Invalid override for external field with @JsNameKT-46525 KJS / IR: Generate context-dependent names for lambdas and object expressionsKT-49779 KJS / IR: Exported abstract class implementing interface not export interfaces member in d.tsKT-49773 KJS / IR: Exported enum implementing interfaceKT-41912 KJS / IR: generates invalid defineProperty methods for class hierarchiesKT-46225 KJS IR: tailrec function with capturing lambda in default parameter value leads to UninitializedPropertyAccessException at compile timeKT-50528 Kotlin/JS: IR + IC: TypeError: "combined.get_icpjjy_k$ is not a function" for code calling GlobalScope.launch {}KT-50512 KJS / IR: IC failed with const val in inline funKT-49738 Ensure that @AfterTest is invoked after the @Test function completes for asynchronous testsKT-45542 KJS / IR: "IllegalStateException" for method with default argument in expect classKT-50464 KJS IR: Functions with optional parameters and stable names are exported without @JsExportKT-43374 KJS / IR: "class org.jetbrains.kotlin.js.backend.ast.JsIf cannot be cast to class org.jetbrains.kotlin.js.backend.ast.JsExpressionStatement" caused by if-else expression inside whenKT-20791 ushr Behavior differs in Javascript and Java targetsKT-49844 KJS / IR: "IllegalStateException: IrSimpleFunctionSymbolImpl is already bound" with callable referenceKT-46961 KJS / IR: "IllegalStateException: Can't find name for declaration" when external object contains enum classKT-43191 KJS / IR: static companion field is not static in d.tsKT-39891 [KJS / IR] String interpolation and byte shift round Long valueKT-50040 JS IR: "Function must be an accessor of corresponding property" exception on private properties with getter in an exported classKT-49878 Kotlin/JS, IR: incremental compilation fails with CCE: "class StageController cannot be cast to class WholeWorldStageController"KT-46202 KJS / IR: "IllegalStateException" on exported value classKT-42039 KJS / IR: JsQualifier annotation can cause conflicts with built-in functionsKT-39364 KJS: Can't export sealed class/object with subclasses inside the body to typescript definitionKT-47360 KJS / IR: js() function with string valKT-47376 KJS / IR: Incorrect d.ts generation for sealed classesKT-47767 KJS / IR: "IllegalStateException" with inline function with several lambda invocation declared through typealiasKT-47342 KJS / IR: "StackOverflowError" on InlinerTypeRemapper.remapTypeArgumentsKT-46218 KJS / IR: Incorrect result for local tailrec function called from capturing inline lambdaKT-45056 KJS / IR: Inconsistent ordinal property value for enum classesKT-47096 KJS / IR: Console.log introduces spaces between each characterKT-47516 KJS / IR: Wrong behavior when trying to access property in enum entryKT-47806 KJS / IR: "IllegalStateException" with invocation of extension function with generic and lambda parameter on String.CompanionKT-49225 KJS: Default value for value class parameter is not consideredKT-49326 KJS / IR: Overridden properties should not be exportedKT-49363 KJS / IR: Nested declarations inside exported object are not exportedKT-49300 KJS: Source map generator leaks source files descriptors when source embedding is enabledKT-40525 KJS IR: investigate issues with using kotlin-wrappersKT-50197 KJS IR: using APIs in different packages but with same method name generates clashesKT-45958 KJS: Line breaks are missing in js files after If-expressionKT-40213 KJS: fix and "unmute" cases from .../nonReifiedTypeParameters/ "muted" while fixing KT-38771KT-50152 Kotlin/JS: with incremental compilation browserRun / nodeRun produce no outputKT-50315 Kotlin/JS: building project with some dependencies fails: IAE: "Duplicate definition"KT-50203 JS IR BE: new IC for loweringsKT-43250 KJS / IR: "Can't find name for declaration FUN" with Json#encodeToString as function referenceKT-46992 KJS / IR: Incorrect boxing of inline classes returned by crossinline suspend lambdasKT-49776 KJS / IR: inliner doesn't handle inner class functions referring outer thisKT-49849 KJS / IR: Access of exported member properties should be by its stable nameKT-49850 KJS / IR: Member properties in exported class should be getter/setter in d.tsKT-19423 Script: reference from class to script top-level member is incompilableKT-21197 Support cross platform common implementationsKT-42435 Prototype multiple receiversKT-48385 Deprecate confusing grammar in when-with-subjectKT-49542 FIR: Smart cast may lead to inconsistent inference resultKT-23727 Internal declarations from other module in star imports should have lower priority than public declarations from default importsKT-50251 Support language version 1.3 in Kotlin 1.6.20KT-17765 Ambiguity between SAM adapters when one SAM interface is sub type of anotherKT-10926 False overload resolution ambiguity when both vararg and collection matchKT-41214 JDK 17: Emit PermittedSubclasses attribute when compiling sealed classesKT-44089 Java version checking doesn't work on AndroidKT-50033 Some packages of kotlin-stdlib with public API are not exported in module-infoKT-48367 Using synchronized on captured object leads to slow JVM executionKT-49721 KJS: Regex("\b").findAll yields infinite sequence when a zero length match is found before a surrogate pair (e.g. emoji)KT-49463 --dry-run flag for llvm_builder/package.pyKT-51359 Native: the compiler doesn't work on macOS 12.3 BetaKT-49144 Kotlin/Native executable early segmentation faultKT-49348 KONAN_NO_64BIT_ATOMIC does not guard Kotlin_AtomicLong_addAndGetKT-42500 KLIB: K/N compiler cannot link with a library with incorrect symbol in the name or the pathKT-49395 K/N: After 1.5.20, compiling code including KSuspendFunction3 to framework leads to "Assertion failed at parametersAssociated"KT-49967 Kotlin iOS regex issueKT-49873 Native does not sort Strings correctlyKT-49347 androidNativeArm32 binaries crash when using atomic operationsKT-49597 Kotlin/Native: Exporting the Arrow library into the framework causes StackOverflowError in the Devirtualization phaseKT-49790 "Undefined symbols" error when linking project with kotest 5.0.0.RC and Kotlin 1.6KT-48625 Native: distribution doesn't contain sources for kotlin.testKT-47828 Kotlin/Native: Kotlin exception is not filtered out on interop border when producing a dynamic library with compiler caches enabledKT-35059 Better "could not build module" cinterop reportKT-49768 Kotlin/Native: Add -Xoverride-konan-properties to cinterop.KT-47399 Kotlin Native - Objective-C with Swift 5.5 Async Function Needs Returning KotlinUnitKT-48282 Kotlin sealed class roots and abstract classes within sealed hierarchies have their constructors exposed to Objective-C/SwiftKT-46866 Memory consumption / performance of Kotlin classes with String property in KMP project on iOS SwiftKT-50045 Kotlin/Native: Re-enable disabled Hypervisor frameworkKT-47331 Kotlin/Native: support Xcode 13 SDKsKT-48078 Native: Support non-NativeActivity Android executablesKT-48424 Support resolving source locations using libbacktraceKT-51586 SIGSEGV on worker7 testKT-50491 Kotlin/Native: Deadlock in the Ktor server tests with the new memory managerKT-50879 Kotlin/Native: Stabilize Concurrent Sweep GCKT-50948 Kotlin/Native: Concurrent Sweep GC hangs on Windows in GCStateHolder::waitEpochFinished/waitScheduledKT-49497 iOS Swift "runtime assert: Must be positive" and "runtime assert: cycle collector shall only work with single object containers"KT-50026 Kotlin/Native: Make AtomicReference behave like FreezableAtomicReference with the new MMKT-49013 Kotlin/Native: Correctly switch thread state to native for spin locksKT-48561 Test sideEffectInTopLevelInitializerMultiModule fails with new MMKT-50198 Reflection: NPE from kotlin.jvm.internal.Intrinsics.areEqual with SpockKT-50784 kotlin-android-extensions produces unbound symbol under _$_findViewCacheKT-50627 NullPointerException when using kotlin-android-extensions synthetic after updating Kotlin to 1.6.10KT-50887 kotlin-android-extensions plugin breaks when package attribute missing from AndroidManifest.xmlKT-51309 Add JVM target bytecode version 18KT-48027 "Module ... cannot be found in the module graph" with module-info in META-INF/versionsKT-50695 Compiling into IR backends with language version 1.3 is not rejectedKT-46329 Deprecated -Xjvm-default values are not reportedKT-51025 JVM CLI compiler takes class file from classpath instead of input java source fileKT-50889 AnalysisHandlerExtension multiple round execution is broken on Kotlin/MultiPlatform with expectActualLinker=true flagKT-48417 CLI: boolean -X arguments accept a value after '=' which is ignoredKT-11164 Allow running class files with '.class' extension in 'kotlin' scriptKT-46171 NoClassDefFoundError produced when running kotlin scriptKT-48568 [Commonizer] timespec properties are not commonized in kotlinx.coroutinesKT-46257 MPP: Stdlib included more than once for an enabled hierarchical commonizationKT-49735 [Commonizer] :commonizeNativeDistribution fails for projects with two or more same native targetsKT-48856 MPP: Unable to resolve c-interop dependency for test compilation in an intermediate source set with the only platformKT-48288 [Commonizer] platform.posix.timespec.tv_sec not commonized in OKIOKT-47574 [Commonizer] TypeAliasTypeCommonization: Properly substitute underlying type argumentsKT-48221 MPP: Too few targets specified if platform test source set depends on mainKT-47100 [Commonizer] Commonize underlying type-alias typesKT-50718 Unable to serialize an object with a generic fieldKT-50764 Kotlin 1.6.10 custom serializers for a generic type receive the unit serializer on jvmKT-46444 JVM IR, serialization: "AssertionError: No such value argument slot in IrConstructorCallImpl: 0" with KSerializer of ClosedRange<Float>KT-47522 Provide reasonable resolution strategy for OutOfMemoryError during compilationKT-51116 OOM user-friendly message isn't displayed if there is main exception caused by out of memoryKT-48620 Add build information into Gradle build scanKT-41689 Support statistics for Configuration CacheKT-49299 Add more flexible way for defining Kotlin compiler execution strategyKT-21056 Kotlin Gradle Plugin tasks execution should be parallelized by defaultKT-50664 Compile speed regression going from Kotlin 1.5.31 to 1.6.10 for incremental changes when Java class in a dependent child module w/ kapt is modified w/o a method/class signature changeKT-48884 Configuration performance regression in Kotlin Gradle plugin 1.5.30KT-49782 Improve compilation task outputs snapshot performanceKT-51501 Gradle: 'java.lang.NoClassDefFoundError: com/gradle/scan/plugin/BuildScanExtension' on 1.6.0-RC when applying Enterprise Plugin from initscriptKT-51588 Restoring from build cache breaks Kotlin incremental compilationKT-50620 Gradle Kotlin Plugin crashes in CI due to hostname resolving issueKT-49921 Setup basic release performance regression testsKT-51177 After updating from KGP 1.5.30 to 1.6.10, KotlinCompile is non-incremental given an Android resource changeKT-48134 Debug log level causes build cache missKT-50719 Kotlin Gradle Plugin may hang on writing statisticsKT-48849 Cache miss due to empty directories in KotlinCompile inputsKT-49014 Disable Explicit API is not possibleKT-48408 Build may fail with strict JVM target validation mode when project has no Kotlin sourcesKT-49107 Configuration cache: undeclared kotlin.caching.enabled system property readKT-50369 Deprecate kotlin.experimental.coroutines Gradle DSL option and kotlin.coroutines propertyKT-48046 Gradle Throws Exception From Kotlin Plugin: destinationDir must not be nullKT-50037 Kotlin compile task registers more than one task action and their order of execution is counter-intuitiveKT-49772 Kotlin in-process compilation does not release file handlesKT-47215 KJS: "UninitializedPropertyAccessException: lateinit property fileHasher has not been initialized" when running kotlinNpmInstall or rootPackageJson locallyKT-46406 Remove 'kotlin.parallel.tasks.in.project' build propertyKT-49037 KJS / Gradle: Configuration cache usage on large projects lead to high memory consumption by Gradle daemonKT-51060 KJS / IR: Incorrect order of libraries with ICKT-49061 KJS / Gradle: Custom package.json handlers break configuration cacheKT-35640 Kotlin/JS: Gradle: DCE devMode = true setting has no effect on incremental buildKT-49095 KJS / Gradle: KotlinJsTest tasks increase configuration cache state size depending on number of modules in projectKT-49253 KJS / Gradle: Error while evaluating property 'filteredArgumentsMap' of task ':compileProductionExecutableKotlinJs'KT-49902 Kotlin/JS: Gradle: with --debug it still runs yarn without --ignore-scriptsKT-49808 KJS / Gradle: NPE when running node.js Mocha tests with configuration cache reuseKT-49530 KJS: Update Node.JS and YarnKT-50930 KJS / IR: Incremental compilation cache building not consider multiple artifactsKT-50485 KJS / IR: Enable per-module by defaultKT-49445 KJS / IR: "AssertionError: Built-in class kotlin.Unit is not found" 1.5.31 fails on consuming artifacts built with 1.6.0KT-38040 Make Chrome Headless use "--no-sandbox" (configurable) - for DockerKT-46198 [Commonizer] c-interop commonization: Support publishing libraries compiled with commonized c-interop librariesKT-41641 MPP: NoSuchElementException: "Collection is empty" when android library is added but android() source set isn'tKT-50567 commonizeNativeDistribution fails when enableGranularSourceSetsMetadata is set to trueKT-50592 [Gradle][MPP] Mitigate isolated KGP classpath issuesKT-51176 CInteropCommonization: Warn users about disabled cinterop commonization when cinterops are present in hmppKT-49089 An annotation class annotated with @OptionalExpectation can not be used in another module with HMPP enabledKT-48818 False positive warning about used enableDependencyPropagation flag with enabled hierarchical mpp by defaultKT-49596 Composite Metadata Jar: Read location of cinterops from KotlinProjectStructureMetadata fileKT-41823 Default arguments not work in iosMain metadata with enableGranularSourceSetsMetadataKT-50574 Only enable cinterop metadata transformation when 'kotlin.mpp.enableCInteropCommonization' is setKT-47633 Accept version when configuring cocoapods for kotlin/nativeKT-42630 CocoaPods Gradle plugin: Allow customization of podspec propertiesKT-48553 Kotlin/Native: use Gradle Shared Build Service to read konan.propertiesKT-47529 Read list of opt-in cacheable native targets from konan.propertiesKT-49330 commonizeNativeDistribution: "ClassCastException: KotlinJvmProjectExtension_Decorated cannot be cast to class org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension"KT-49484 Kotlin/Native: XCFramework should include dSYM files for release artifactsKT-47768 Gradle MPP plugin: K/N targets break task configuration avoidance for assemble taskKT-49971 Make 'embedAndSignAppleFrameworkForXcode' task visible for usersKT-43815 [CocoaPods Plugin] Pod name cannot be changedKT-50105 Usage of XCFramework and cocoapods plugin leads to error in prepareKotlinBuildScriptModel taskKT-42105 Multiplatform Cocoapod kotlin plugin doesn't support repo distributionKT-48808 XCFramework task fails when using static debug frameworksKT-42755 Cocoapods plugin using backslashes on WindowsKT-51434 Language version 1.7 is absent in Kotlin Compiler settingsKT-48399 Internal Error: Unknown version of LookupSymbolKeyDescriptor=-6KT-49177 JPS: Kotlin compiler doesn't recompile file that references Java constant in class bodyKT-46506 JPS: Kotlin compiler doesn't recompile file that references Java constantKT-47909 UtilsKt.recordPackageLookup is slowKT-47857 Class loaders clash when building kotlin prNote truncated.
KT-51352 "ClassCastException: class ScopeCoroutine cannot be cast to class Iterable" caused by coroutines and context receiversKT-51271 "ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3" with inlining of context functionKT-50520 "NPE: containingDeclaration.ac…lDeclarationType.REGULAR) must not be null" with implicit type on self-referencing lambda in a builderKT-51471 Native: incorrect debug information when inheriting suspend fun invoke implementationKT-51353 IncompatibleClassChangeError: Expected non-static field com.soywiz.korim.color.Colors.BLACKKT-37368 Native compiler fails to compile big projectsKT-51586 SIGSEGV on worker7 testKT-51434 Language version 1.7 is absent in Kotlin Compiler settingsKT-51588 Restoring from build cache breaks Kotlin incremental compilation| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.20-RC2.zip | 038da980d17432a44c41299b528b81040ca2578b634b0fd066661b45871711f2 |
| kotlin-native-linux-x86_64-1.6.20-RC2.tar.gz | 0b6007c30a92adc534cbcd6253ee061c098edad0f39b7dd2e4a6b26ddfa900a4 |
| kotlin-native-macos-x86_64-1.6.20-RC2.tar.gz | 5dc256210c6cc5a04d58ca0b2b607e4354fe1cec5c05ea1fc2f9e8fd44e34280 |
| kotlin-native-macos-aarch64-1.6.20-RC2.tar.gz | 8252ef6392f13a0927e9c0cd96e99eed890680c5f5342e8d7bdc0a833ea4c21b |
| kotlin-native-windows-x86_64-1.6.20-RC2.zip | 80a2286e3e1b9e3191addb386ee98483de32422b5302a2180e52e2d1df6b365d |
KT-51302 Kotlin/Native 1.6.20-M1 compiler fails because of assertion in NativeAnnotationImplementationTransformerKT-51148 "AssertionError: At this stage there should be no remaining variables with proper constraints" caused by two type parametersKT-50970 Kotlin/Native: use arm instruction set instead of thumb-2 for iosArm32 and watchosArm32 targetsKT-50843 Kotlin/Native: LLVM constant merge pass does not work for Kotlin constantsKT-51157 JVM / IR: "IndexOutOfBoundsException: Index: 1, Size: 1" caused by interface hierarchy and UInt method parameterKT-50498 Exception after analysing an erroneous lambdaKT-51062 Progressions resolve changing warning isn't reported for Java methodsKT-51040 Type inference fails on 1.6: "Cannot use 'CapturedType(*)' as reified type parameter" with EnumSet and elvis operatorKT-51022 Fix error messages for resolution ambiguity with stub typesKT-51359 Native: the compiler doesn't work on macOS 12.3 BetaKT-50879 Kotlin/Native: Stabilize Concurrent Sweep GCKT-50948 Kotlin/Native: Concurrent Sweep GC hangs on Windows in GCStateHolder::waitEpochFinished/waitScheduledKT-50784 kotlin-android-extensions produces unbound symbol under _$_findViewCacheKT-51309 Add JVM target bytecode version 18KT-51025 JVM CLI compiler takes class file from classpath instead of input java source fileKT-47522 Provide reasonable resolution strategy for OutOfMemoryError during compilationKT-51116 OOM user-friendly message isn't displayed if there is main exception caused by out of memoryKT-51177 After updating from KGP 1.5.30 to 1.6.10, KotlinCompile is non-incremental given an Android resource changeKT-50719 Kotlin Gradle Plugin may hang on writing statisticsKT-48849 Cache miss due to empty directories in KotlinCompile inputsKT-51060 KJS / IR: Incorrect order of libraries with ICKT-50930 KJS / IR: Incremental compilation cache building not consider multiple artifactsKT-50592 [Gradle][MPP] Mitigate isolated KGP classpath issuesKT-51176 CInteropCommonization: Warn users about disabled cinterop commonization when cinterops are present in hmppKT-49330 commonizeNativeDistribution: "ClassCastException: KotlinJvmProjectExtension_Decorated cannot be cast to class org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension"KT-48402 Kapt throws "Fatal Error: Unable to find package java.lang in classpath or bootclasspath" with JDK 16 and Kotlin 1.5.30KT-48450 Allow to configure additional jvm arguments for 'KaptWithoutKotlincTask`KT-41456 Kotlin compilation failure after successful kapt causes invalid incremental builds| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.20-RC.zip | 2f78ced6b983db49ea1cbcbe41c18bff19ced596861f6bd8af01311d71b6d81d |
| kotlin-native-linux-x86_64-1.6.20-RC.tar.gz | 2f3de8ad114405af02c0dea2047dadbbb592421db199107de699815b137d48d0 |
| kotlin-native-macos-x86_64-1.6.20-RC.tar.gz | f8aba4e2fc5d689ae161eda698d47fbc758df19f8047dfc00ea308783505e15e |
| kotlin-native-macos-aarch64-1.6.20-RC.tar.gz | 11bfebb4bde4844b3fe3eff58590d8518d25a51c6bfeb058d22eb7e4d93d0075 |
| kotlin-native-windows-x86_64-1.6.20-RC.zip | 6225b14fe8e0e47a6e5880ce19d7a794cc7764e66ef6d73c3fb8170cbeac2e10 |
KT-48217 Add an annotation JvmDefaultWithCompatibility to allow generating DefaultImpls classes if -Xjvm-default=all option is usedKT-49857 Require Xcode 13 for building Kotlin/Native compilerKT-47701 Support instantiation of annotation classes on NativeKT-46085 Support experimental parallel compilation of a single module in the JVM backendKT-46603 Generate SAM-conversions to Java interfaces extending 'java.io.Serializable' as serializable using java.lang.invoke.LambdaMetafactoryKT-50156 HMPP: Slow frontend/ide performance in OKIO (ExpectActualDeclarationChecker)KT-50073 Performance regression in adapted function referencesKT-50076 Performance regression in super call to an interface member in $DefaultImplsKT-50080 Performance regression in string template with generic property with primitive upper boundKT-50084 Performance regression in concatenation with 'String?'KT-50078 Performance regression in for-in-array loopKT-50039 Performance regression in inner class constructor call with default parametersKT-48784 An anonymous class has fields for variables that are only used in the constructorKT-42010 Generate IINC instruction for postfix increment in JVM_IRKT-48433 JVM_IR don't generate null check on 'this$0' parameter of inner class constructorKT-48435 JVM_IR ConstForLoopBenchmark performance regressionKT-48507 JVM_IR ForLoopBenchmark regressionsKT-48640 Performance regression in 'longDownToLoop' benchmarksKT-29822 Generate specialized bytecode for loops withIndex over unsigned arraysKT-48669 Generate optimizable counter loop for loops over indices of unsigned arraysKT-49444 Possible performance degradation with UInt downTo loopKT-48944 Possible performance regression with comparison of local KFunctionsKT-17111 Eliminate redundant store/load instructions when the value stored is simpleKT-36837 Generate more compact code for for-in-range loop in JVM_IRKT-48947 JVM / IR Possible performance regression with string templatesKT-48931 JVM / IR: Performance degradation with string concatenationKT-36654 Generate more compact bytecode for safe call in JVM_IRKT-48544 JVM / IR: "UnsupportedOperationException: Unknown structure of ADAPTER_FOR_CALLABLE_REFERENCE" with callable reference ::arrayOfKT-49658 NI: False negative TYPE_MISMATCH on nullable type with whenKT-50978 [Native] Error while building static cache: NoSuchElementException at IrTypeInlineClassesSupport.getInlinedClassUnderlyingType(InlineClasses.kt:341)KT-50977 [Native] Error while building static cache: IllegalStateException: Class CLASS ENUM_ENTRY is not found at KonanIrlinkerKt.findClass(KonanIrlinker.kt:229)KT-50976 [Native] Error while building static cache: IllegalStateException: No descriptor found at DescriptorByIdSignatureFinder.findDescriptorForPublicSignature(DescriptorByIdSignatureFinder.kt:157)KT-51080 Line number in mapping for the first instruction is lostKT-49526 JVM IR: Function reference with non-denotable intersection type argument is not inlined and is incorrectly approximatedKT-50399 Error: unexpected variance in super type argument: out @0KT-50649 JVM IR: ClassCastException when returning Result as generic typeKT-50617 JVM IR: java.lang.IndexOutOfBoundsException "Empty list doesn't contain element at index 0" when class and interface have the same name and extension function is usedKT-45693 False negative INCOMPATIBLE_TYPES with when with generic subjectKT-50797 Implement fix for false negative UPPER_BOUND_VIOLATED with generic typealias using not all type parameters as arguments for underlying typeKT-43493 NI: @BuilderInference prevents compilation error of "Operator '==' cannot be applied to 'Long' and 'Int'"KT-48945 JVM IR: special bridge for get is not generated in a Map subclassKT-49829 Wrong "cast can never succeed" diagnostic with builder inferenceKT-49828 Improve builder inference diagnostics with overload resolution ambiguityKT-50989 CCE cause by EmptySubstitutor in ResolutionWithStubTypesCheckerKT-48899 Report warnings on overrides with wrong types nullabilityKT-49461 Implement prohibitation of access to members of companion of enum class from initializers of entries of this enumKT-49754 Kotlin/JS: @JsExport on enum class reports NON_EXPORTABLE_TYPE warningKT-49598 Misleading error message "Using @JvmRecord is only allowed with -jvm-target 15 and -Xjvm-enable-preview flag enabled"KT-44133 Inline classes: class literal in annotation arguments uses underlying typeKT-47703 ClassCastException: Programmatically created annotation can't hold Array<KClass<*>>KT-47549 JVM / IR: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER CONTINUATION_CLASS caused by suspend function inside "fun interface" in another fileKT-50120 HMPP: False positive [NO_VALUE_FOR_PARAMETER] for expect function usagesKT-48499 Interface call with an inline/value parameter generates AbstractMethodError after rebuilding the module, but NOT the file.KT-49864 JVM IR: NoSuchMethodError calling default interface method with inline class return type in -Xjvm-default=all modeKT-49812 JVM / IR: "java.lang.VerifyError: Bad return type" when using Result type attribute + extension function with same nameKT-49936 Extension property in a data class with the same name as the constructor parameter leads to incorrect component function being resolved and generatedKT-48181 "ISE: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" on creating instance of kotlin.MetadataKT-50215 VerifyError caused by missing cast after is check in whenKT-49977 "Parameter specified as non-null is null" when inline class implements interface method with default parametersKT-50385 DUPLICATE_LABEL_IN_WHEN is reported on incorrect branchesKT-49092 JVM: ArrayIndexOutOfBoundsException on compiling call with if expression and TODO() argumentsKT-48987 JVM / IR: Smartcast, which never succeed, crashes the compilerKT-49998 JVM: missing default value for annotation parameter of an unsigned typeKT-50277 Invalid bytecode generated for inline lambda in suspend functionKT-44561 FIR DFA: extract non-null info from comparison against variable with initial constant valueKT-44560 FIR DFA: propagate non-null info to original variables in not-null assertion or cast expressionKT-50258 equals() returns false on the same enum instances if we check it for the second time in whenKT-47483 JVM IR: "NoSuchElementException: Sequence contains no element matching the predicate" on compiling Array instantiation with TODOKT-49765 JVM: ClassCastException when trying to add object to EmptyListKT-46879 "AssertionError: Stack should be spilled before suspension call" with Flow and reified typeKT-50172 "AssertionError: Not a callable reflection type" on local function reference with the same name as local variableKT-49443 JVM IR, Script: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" with constructor call of class that has a top-level extension function callKT-50193 Garbage collection is not working the same way after jvm-ir-backend changeKT-19424 Compilation exception for script with property delegate calling operator invoke on an objectKT-43995 Script: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" if companion object initializer calls method on listKT-30616 Script: "Don't know how to generate outer expression" for top-level variable reference from static context (companion object, enum)KT-47000 Allow graceful migration to -Xjvm-default=all-compatibility by allowing to inherit from interfaces even in the old (-Xjvm-default=disable) modeKT-50171 JVM IR: "UninitializedPropertyAccessException: Parent not initialized: IrVariableImpl" on SAM-converted property setter reference with Double parameter inside lambdaKT-50140 Internal error on explicit string concatenation of generic type value with 'String' upper boundKT-49992 Anonymous object should not have access to private members from supertypesKT-49973 Check existing of default error message for all diagnosticsKT-50019 Property delegated to callable reference: "ISE: Local class should have its name computed in InventNamesForLocalClasses" with -Xno-optimized-callable-referencesKT-49645 JVM / IR: "IllegalStateException: Local class should have its name computed" caused by default suspend function in interface and value classKT-50028 Incorrect implicit casts from UnitKT-49615 JVM / IR: "Exception during IR lowering" with list of value classes with non-trivial constructor inside suspend lambdaKT-49127 FIR: smart cast is not performed after comparisonKT-48708 Incorrect cast from Unit to IntKT-48376 FIR: False positive UNITIALIZED_VARIABLE after try/finally with return from tryKT-48113 FIR: (false) positive EQUALITY_NOT_APPLICABLE for intersection with platform typeKT-48305 FIR: incorrect raw type castKT-48378 FIR: synthetic accessor lowering should not attempt to modify other filesKT-48634 FIR: false property-setter-function resolve cycleKT-48621 FIR: SyntheticAccessorLowering should not attempt to modify other files for protected JvmFieldKT-48381 Invalid LLVM module: verification failure of createInlineClassInArgumentPosition.ktKT-48527 Native: top-level properties in files with @Test functions are initialized eagerly even if lazy initialization is enabledKT-48559 IllegalArgumentException: Unexpected super type argument: * @ 0 during IR loweringKT-48687 IR dump mismatch after deep copy with symbols in IR text testKT-44811 [FIR] Exception in body resolve of new contractsKT-48363 FIR behaves differently in case of resolution between classifier and top-level propertyKT-48801 "AssertionError: Stack should be spilled before suspension call" with Flow and crossinlineKT-46389 JVM / IR: "ClassCastException: class IrGetValueImpl cannot be cast to class IrConst" with inheritance of supertypes member functions with similar signaturesKT-47797 Regression during migration to 1.6 in compilerKT-47987 Can't infer a postponed type variable based on callable reference receiver typeKT-48446 "IllegalStateException: IrErrorType (getErasedUpperBound)" caused by suspend function referenceKT-48651 Collect intermediate annotations during type expandingKT-48754 JVM IR: <clinit> in EnclosingMethod leads to IncompatibleClassChangeError on Android 5.0KT-45034 Use the new type inference for top-level callable referencesKT-49001 OptIn marker should spread from class to its members, taking into account real dispatch receiver typeKT-49038 Generics are discriminated during callable references resolution (false negative)KT-48954 JVM IR: IllegalAccessError when using Java method reference in constructorKT-48284 JVM / IR: "IllegalStateException: Function has no body: FUN STATIC_INLINE_CLASS_REPLACEMENT" caused by inline member toString of value class and string interpolationKT-49053 JVM / IR: "AssertionError: Unbound symbols not allowed" on inheriting a protected Java method that returns a package private class from a differently-named fileKT-49106 JVM: infinite recursion with overridden default suspend interface method where override calls superKT-45345 FIR DFA: FirDataFlowAnalyzer seems to add wrong type constraints for type parametersKT-44513 FIR DFA: extract non-null info from x?.y!!KT-44559 FIR DFA: propagate non-null info from not-null assertion (!!)KT-49073 FIR: REDUNDANT_MODIFIER and DEPRECATED_MODIFIER_PAIR should be warningsKT-46371 FIR: Investigate FunctionType -> ExtensionFunctionType coercionKT-49078 FIR: false positive TYPE_VARIANCE_CONFLICTKT-47135 FIR: local class references does not compileKT-48600 NON_TAIL_RECURSIVE_CALL missing for calls inside lambdaKT-48602 NON_TAIL_RECURSIVE_CALL missing for calls with explicit dispatch receiver to a singletonKT-48982 JVM / IR: KotlinNothingValueException caused by function with local objectKT-49087 FIR: false positive REPEATED_ANNOTATIONKT-48648 JVM IR: "AssertionError: Should be primitive or nullable primitive type" with @JvmField generic property with Number upper boundKT-49069 FIR: False positive INAPPLICABLE_JVM_NAME on getterKT-49203 JVM IR: "AssertionError: Unbound symbols not allowed" with lateinit var and plusAssign operator convention callKT-48993 JVM / IR: "IllegalStateException: Validation failed in file <multi-file facade ...>" using @JvmMultifileClass and one of the symbols in the file exposes a @JvmInline value classKT-48938 FIR: Investigate how priorities should work in case SAM-conversion + type parametersKT-49129 FIR: false positive of INNER_CLASS_OF_GENERIC_THROWABLE_SUBCLASSKT-49076 FIR: false positive "An annotation argument must be compile-time constant" on array of importsKT-49222 FIR: StackOverflow in MethodSignatureMapperKT-49083 FIR erroneously requires default value parameters for override calls when imported from objectKT-49135 FIR: ambiguity between type alias and functionKT-49134 FIR makes no difference between lambda with empty parameter list and without explicit parameter listKT-49301 FIR: Unresolved reference: <init> for object inherited from inner classKT-49070 FIR: ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED with type parameter / class conflictKT-49133 FIR: protected java.lang.Throwable constructor is not availableKT-49407 JVM / IR: "java.lang.VerifyError: Bad local variable type" with "Int.mod" inside "Long.mod" and non-trivial argumentKT-44975 SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC: confusing error messageKT-38698 MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED error message: interface is called a "class"KT-45001 Confusing warning message "This class can only be used with the compiler argument" for @OptIn annotationKT-49411 JVM / IR: NullPointerException during IR lowering with @JvmField property in loop rangeKT-49260 FIR: make FirBasedSymbol hierarchy to correspond FirDeclaration hierarchyKT-49289 FIR: false positive "return required" for if/else with inlined return in branchKT-49316 JVM / IR: "AssertionError: SyntheticAccessorLowering should not attempt to modify other files!" caused by unreachable code which try to modify val from the other packageKT-45915 NoDescriptorForDeclarationException: Descriptor wasn't found for declaration FUN with circular module dependencies in JPSKT-49288 FIR2IR: consider generating all fake override calls properlyKT-42784 FIR2IR: first create fake overrides, then bind overridden to themKT-48816 Kotlin/Native Symbol for public platform.darwin/NSObject|null[100] is unboundKT-49372 JVM / IR: Incorrect work of the loop optimization for mutable variableKT-49356 Native: UnsupportedOperationException: RETURNABLE_BLOCK caused by nested return with boxing and inlineKT-49659 JVM IR: Missing value class mangling in SAM wrappers for fun interfaces from different modulesKT-47101 Incorrect scope for supertypes in companion objectsKT-49360 Invalid LLVM module: "inlinable function call in a function with debug info must have a !dbg location"KT-48430 JVM: ClassCastException with inline class as generic argument for type parameter used in a function typeKT-49575 IllegalArgumentException: Unhandled intrinsic in ExpressionCodegen with circular module dependencies in JPSKT-47669 IR inliner doesn't handle inner class functions referring outer thisKT-48668 JVM IR: "ISE: Value at CLASS must not be null for CLASS" for modules with a dependency cycleKT-49370 JVM / IR: "java.lang.VerifyError: Bad local variable type" with "fun Long.mod" and non-trivial argumentKT-46744 Memory Leaks in Kotlin daemonKT-48806 False-negative USED_AS_EXPRESSION for unreachable catch clausesKT-45972 FIR: type is incorrectly resolved to privateKT-46968 Remove FirCompositeScope from type resolveKT-49072 FIR: accidental resolve to private-in-file typeKT-34822 FIR scopes: deal with nested / inner classes and type parameter priorityKT-49702 Exception from RENDER_WHEN_MISSING_CASES diagnostic on malformed sealed class inheritorKT-49860 [FIR] Add smartcast expression to synthetic subj accessKT-49836 Inference fails on lambda and adjacent function expressions with receiverKT-49832 Inference fails on lambda for function types with extension parameterKT-49793 JVM: IncompatibleClassChangeError: Expected non-static field when property delegation uses receiver of another delegated propertyKT-44022 Excessive diagnostics range for DECLARATION_CANT_BE_INLINEDKT-48690 VERSION_REQUIREMENT_DEPRECATION_ERROR message: use current compiler version instead of language versionKT-49609 Incorrect grammar in DATA_CLASS_NOT_PROPERTY_PARAMETER error messageKT-49600 Misspelled error message for non-constructor properties with backing fields in @JvmRecord classKT-49339 Warn about synchronizing on value classesKT-49950 Compilation failed: An operation is not implemented: IrBasedTypeParameterDescriptorKT-23890 Default arguments are not transferred from expect generic member functionsKT-48811 Expect/actual class with default constructor argument values can not be instantiated from a shared source set without passing arguments (with HMPP enabled)KT-48106 FIR: incorrect type inference in provideDelegate receiverKT-48325 Safe call operator prevents object from being garbage collected before leaving functionKT-48104 FIR does not see NotNull/Nullable annotations on type argumentsKT-46812 [FIR] Make FIR diagnostics not related to Diagnostics from FE 1.0KT-37374 [FIR] Add CheckInfixModifier resolution stageKT-38351 FIR: Support CheckOperatorModifier resolution stageKT-39614 [FIR] Fix building CFG for different candidates of plus assign callKT-40197 [FIR] Strange Behaviour of Type ArgumentsKT-40362 [FIR] Match type arguments with type parameters of corresponding qualifierKT-40375 FIR: No transformation implicit type -> error type for function value parametersKT-40585 [FIR] Incorrect type for 1/1.0KT-42525 [FIR] Incorrect IR produced for java.lang.Byte.MAX_VALUEKT-43359 FIR: Check applicability type for callable reference with unbound receiverKT-43378 FIR: Support or prohibit via call checker callable references to member extensionsKT-43289 FIR: Correctly load irrelevant override for special built-insKT-44558 Annotation arguments const expr support is missing in FIRKT-45223 [FIR] Ambiguity between explicit and synthetic removeAtKT-42215 FIR: callable reference resolution with type constraints at call-sitesKT-45520 FIR: NONE_APPLICABLE for unsafe call to function with overloads instead of UNSAFE_CALLKT-46410 [FIR] Transform of FirAugmentedArraySetCall leaves erroneous nodes in control flow graphKT-46421 FIR: Investigate builder-inference casesKT-43948 FIR: hidden unresolved callable referenceKT-46558 FIR DFA: run once contract is not considered when analyzing lambdaKT-47125 FIR: Do not avoid trivial constraints if they aren't from upper boundsKT-43691 FIR: false positive VARIABLE_INITIALIZER_IS_REDUNDANT with usage in try...finallyKT-37311 [FIR] Support inference of callable references with type variable as expected typeKT-31972 Error type encountered: org.jetbrains.kotlin.types.ErrorUtils$UninferredParameterTypeConstructor@1f5b38c2 (ErrorType).KT-48761 Report NO_TAIL_CALLS_FOUND on 'tailrec' modifier, not on the whole function headerKT-47647 NI: Function reference to Java static method can't compile if passed directly as KFunction1 parameterKT-46995 Fix setters implicit types only resolved on full body resolveKT-46359 Kotlin 1.5 lambda is not Java-serializable by defaultKT-49282 FIR: suspend conversion does not work inside suspend lambdaKT-48953 FIR: implement diagnostic DELEGATE_USES_EXTENSION_PROPERTY_TYPE_PARAMETERKT-38813 FIR: Report INSTANCE_ACCESS_BEFORE_SUPER_CALL diagnostic on receiver usages in secondary constructors headersKT-49657 FIR: accidental override with get:JvmNameKT-49655 FIR: smart cast is not performed after update of var to not-null value in branchKT-42194 OOME: Java heap space from incremental compilationKT-47570 MPP, IDE: kotlin-test-common leaks into dependencies of platform-specific source setsKT-43224 KJS: Allow using inline classes in external typesKT-35100 Make Char inline class in K/JSKT-47525 KJS / IR: Support protected members in d.ts generationKT-44494 KJS / IR: Allow enum classes to be exportedKT-50110 KJS / IR: Enable properties lazy initialization by defaultKT-43644 KJS / IR: Avoid creating lambda classesKT-50934 KJS / IR: Re-export all JS-exports from the main module for the multi-module modeKT-45620 KJS / IR: Remainder of division of Int.MIN_VALUE by -1 is negative zero (-0)KT-46225 KJS IR: tailrec function with capturing lambda in default parameter value leads to UninitializedPropertyAccessException at compile timeKT-50512 KJS / IR: IC failed with const val in inline funKT-49738 Ensure that @AfterTest is invoked after the @Test function completes for asynchronous testsKT-45542 KJS / IR: "IllegalStateException" for method with default argument in expect classKT-50464 KJS IR: Functions with optional parameters and stable names are exported without @JsExportKT-43374 KJS / IR: "class org.jetbrains.kotlin.js.backend.ast.JsIf cannot be cast to class org.jetbrains.kotlin.js.backend.ast.JsExpressionStatement" caused by if-else expression inside whenKT-20791 ushr Behavior differs in Javascript and Java targetsKT-37916 KJS: .d.ts generation not working for enum classesKT-49844 KJS / IR: "IllegalStateException: IrSimpleFunctionSymbolImpl is already bound" with callable referenceKT-46961 KJS / IR: "IllegalStateException: Can't find name for declaration" when external object contains enum classKT-43191 KJS / IR: static companion field is not static in d.tsKT-39891 [KJS / IR] String interpolation and byte shift round Long valueKT-50040 JS IR: "Function must be an accessor of corresponding property" exception on private properties with getter in an exported classKT-49878 Kotlin/JS, IR: incremental compilation fails with CCE: "class StageController cannot be cast to class WholeWorldStageController"KT-46202 KJS / IR: "IllegalStateException" on exported value classKT-42039 KJS / IR: JsQualifier annotation can cause conflicts with built-in functionsKT-39364 KJS: Can't export sealed class/object with subclasses inside the body to typescript definitionKT-47360 KJS / IR: js() function with string valKT-47376 KJS / IR: Incorrect d.ts generation for sealed classesKT-47767 KJS / IR: "IllegalStateException" with inline function with several lambda invocation declared through typealiasKT-47342 KJS / IR: "StackOverflowError" on InlinerTypeRemapper.remapTypeArgumentsKT-46218 KJS / IR: Incorrect result for local tailrec function called from capturing inline lambdaKT-45056 KJS / IR: Inconsistent ordinal property value for enum classesKT-47096 KJS / IR: Console.log introduces spaces between each characterKT-47516 KJS / IR: Wrong behavior when trying to access property in enum entryKT-47806 KJS / IR: "IllegalStateException" with invocation of extension function with generic and lambda parameter on String.CompanionKT-49225 KJS: Default value for value class parameter is not consideredKT-49326 KJS / IR: Overridden properties should not be exportedKT-49363 KJS / IR: Nested declarations inside exported object are not exportedKT-49300 KJS: Source map generator leaks source files descriptors when source embedding is enabledKT-50197 KJS IR: using APIs in different packages but with same method name generates clashesKT-50203 JS IR BE: new IC for loweringsKT-43250 KJS / IR: "Can't find name for declaration FUN" with Json#encodeToString as function referenceKT-46992 KJS / IR: Incorrect boxing of inline classes returned by crossinline suspend lambdasKT-49776 KJS / IR: inliner doesn't handle inner class functions referring outer thisKT-49849 KJS / IR: Access of exported member properties should be by its stable nameKT-49850 KJS / IR: Member properties in exported class should be getter/setter in d.tsKT-42435 Prototype multiple receiversKT-48385 Deprecate confusing grammar in when-with-subjectKT-50251 Support language version 1.3 in Kotlin 1.6.20KT-19423 Script: reference from class to script top-level member is incompilableKT-17765 Ambiguity between SAM adapters when one SAM interface is sub type of anotherKT-10926 False overload resolution ambiguity when both vararg and collection matchKT-41214 JDK 17: Emit PermittedSubclasses attribute when compiling sealed classesKT-44089 Java version checking doesn't work on AndroidKT-50033 Some packages of kotlin-stdlib with public API are not exported in module-infoKT-48367 Using synchronized on captured object leads to slow JVM executionKT-49721 KJS: Regex("\b").findAll yields infinite sequence when a zero length match is found before a surrogate pair (e.g. emoji)KT-49348 KONAN_NO_64BIT_ATOMIC does not guard Kotlin_AtomicLong_addAndGetKT-42500 KLIB: K/N compiler cannot link with a library with incorrect symbol in the name or the pathKT-49395 K/N: After 1.5.20, compiling code including KSuspendFunction3 to framework leads to "Assertion failed at parametersAssociated"KT-49967 Kotlin iOS regex issueKT-49873 Native does not sort Strings correctlyKT-49347 androidNativeArm32 binaries crash when using atomic operationsKT-49144 Kotlin/Native executable early segmentation faultKT-49463 --dry-run flag for llvm_builder/package.pyKT-49597 Kotlin/Native: Exporting the Arrow library into the framework causes StackOverflowError in the Devirtualization phaseKT-49790 "Undefined symbols" error when linking project with kotest 5.0.0.RC and Kotlin 1.6KT-48625 Native: distribution doesn't contain sources for kotlin.testKT-47828 Kotlin/Native: Kotlin exception is not filtered out on interop border when producing a dynamic library with compiler caches enabledKT-35059 Better "could not build module" cinterop reportKT-49768 Kotlin/Native: Add -Xoverride-konan-properties to cinterop.KT-47399 Kotlin Native - Objective-C with Swift 5.5 Async Function Needs Returning KotlinUnitKT-48282 Kotlin sealed class roots and abstract classes within sealed hierarchies have their constructors exposed to Objective-C/SwiftKT-46866 Memory consumption / performance of Kotlin classes with String property in KMP project on iOS SwiftKT-50045 Kotlin/Native: Re-enable disabled Hypervisor frameworkKT-47331 Kotlin/Native: support Xcode 13 SDKsKT-50491 Kotlin/Native: Deadlock in the Ktor server tests with the new memory managerKT-49497 iOS Swift "runtime assert: Must be positive" and "runtime assert: cycle collector shall only work with single object containers"KT-50026 Kotlin/Native: Make AtomicReference behave like FreezableAtomicReference with the new MMKT-49013 Kotlin/Native: Correctly switch thread state to native for spin locksKT-48561 Test sideEffectInTopLevelInitializerMultiModule fails with new MMKT-50198 Reflection: NPE from kotlin.jvm.internal.Intrinsics.areEqual with SpockKT-50627 NullPointerException when using kotlin-android-extensions synthetic after updating Kotlin to 1.6.10KT-50887 kotlin-android-extensions plugin breaks when package attribute missing from AndroidManifest.xmlKT-46329 Deprecated -Xjvm-default values are not reportedKT-48027 "Module ... cannot be found in the module graph" with module-info in META-INF/versionsKT-48417 CLI: boolean -X arguments accept a value after '=' which is ignoredKT-11164 Allow running class files with '.class' extension in 'kotlin' scriptKT-46171 NoClassDefFoundError produced when running kotlin scriptKT-48856 MPP: Unable to resolve c-interop dependency for test compilation in an intermediate source set with the only platformKT-46257 MPP: Stdlib included more than once for an enabled hierarchical commonizationKT-48288 [Commonizer] platform.posix.timespec.tv_sec not commonized in OKIOKT-47574 [Commonizer] TypeAliasTypeCommonization: Properly substitute underlying type argumentsKT-48221 MPP: Too few targets specified if platform test source set depends on mainKT-47100 [Commonizer] Commonize underlying type-alias typesKT-50718 Unable to serialize an object with a generic fieldKT-50764 Kotlin 1.6.10 custom serializers for a generic type receive the unit serializer on jvmKT-46444 JVM IR, serialization: "AssertionError: No such value argument slot in IrConstructorCallImpl: 0" with KSerializer of ClosedRange<Float>KT-41689 Support statistics for Configuration CacheKT-49299 Add more flexible way for defining Kotlin compiler execution strategyKT-21056 Kotlin Gradle Plugin tasks execution should be parallelized by defaultKT-50664 Compile speed regression going from Kotlin 1.5.31 to 1.6.10 for incremental changes when Java class in a dependent child module w/ kapt is modified w/o a method/class signature changeKT-48884 Configuration performance regression in Kotlin Gradle plugin 1.5.30KT-49782 Improve compilation task outputs snapshot performanceKT-48134 Debug log level causes build cache missKT-49014 Disable Explicit API is not possibleKT-48408 Build may fail with strict JVM target validation mode when project has no Kotlin sourcesKT-50620 Gradle Kotlin Plugin crashes in CI due to hostname resolving issueKT-49921 Setup basic release performance regression testsKT-50369 Deprecate kotlin.experimental.coroutines Gradle DSL option and kotlin.coroutines propertyKT-48046 Gradle Throws Exception From Kotlin Plugin: destinationDir must not be nullKT-50037 Kotlin compile task registers more than one task action and their order of execution is counter-intuitiveKT-49772 Kotlin in-process compilation does not release file handlesKT-47215 KJS: "UninitializedPropertyAccessException: lateinit property fileHasher has not been initialized" when running kotlinNpmInstall or rootPackageJson locallyKT-46406 Remove 'kotlin.parallel.tasks.in.project' build propertyKT-49253 KJS / Gradle: Error while evaluating property 'filteredArgumentsMap' of task ':compileProductionExecutableKotlinJs'KT-49037 KJS / Gradle: Configuration cache usage on large projects lead to high memory consumption by Gradle daemonKT-49902 Kotlin/JS: Gradle: with --debug it still runs yarn without --ignore-scriptsKT-49808 KJS / Gradle: NPE when running node.js Mocha tests with configuration cache reuseKT-49530 KJS: Update Node.JS and YarnKT-49445 KJS / IR: "AssertionError: Built-in class kotlin.Unit is not found" 1.5.31 fails on consuming artifacts built with 1.6.0KT-49089 An annotation class annotated with @OptionalExpectation can not be used in another module with HMPP enabledKT-48818 False positive warning about used enableDependencyPropagation flag with enabled hierarchical mpp by defaultKT-49596 Composite Metadata Jar: Read location of cinterops from KotlinProjectStructureMetadata fileKT-41823 Default arguments not work in iosMain metadata with enableGranularSourceSetsMetadataKT-50574 Only enable cinterop metadata transformation when 'kotlin.mpp.enableCInteropCommonization' is setKT-47633 Accept version when configuring cocoapods for kotlin/nativeKT-42630 CocoaPods Gradle plugin: Allow customization of podspec propertiesKT-48553 Kotlin/Native: use Gradle Shared Build Service to read konan.propertiesKT-47529 Read list of opt-in cacheable native targets from konan.propertiesKT-49484 Kotlin/Native: XCFramework should include dSYM files for release artifactsKT-47768 Gradle MPP plugin: K/N targets break task configuration avoidance for assemble taskKT-49971 Make 'embedAndSignAppleFrameworkForXcode' task visible for usersKT-43815 [CocoaPods Plugin] Pod name cannot be changedKT-42105 Multiplatform Cocoapod kotlin plugin doesn't support repo distributionKT-48808 XCFramework task fails when using static debug frameworksKT-42755 Cocoapods plugin using backslashes on WindowsKT-49177 JPS: Kotlin compiler doesn't recompile file that references Java constant in class bodyKT-46506 JPS: Kotlin compiler doesn't recompile file that references Java constantKT-47909 UtilsKt.recordPackageLookup is slowKT-47857 Class loaders clash when building kotlin project with FIR with JPS without daemonKT-32596 kapt replaces class generated by annotation processor with error.NonExistentClass when the class is used as an annotationKT-48617 Cache miss due to empty directories in KaptGenerateStubsTask inputsKT-48826 Deprecate 'kapt.use.worker.api' propertyKT-47002 Kapt: warning mentions non-effective property kapt.includeCompileClasspathKT-50306 Configured plugin dependencies should be available in kotlin-maven-plugin scriptsKT-19853 Parcelize: CREATOR field should be available from codeKT-20488 REPL: java.lang.InternalError: "Enclosing constructor not found" for class reference on an anonymous object literalKT-40497 “Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6.” for running script without specified jvm-targetKT-49329 Kotlin scripts are compiled with jvmTarget 1.8 by default and in many scenarios there is no way to redefine it, which lead to inlining errors e.g. with JDK 17| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.20-M1.zip | 158285a6d198c2ee745c17165bdd89bc8736b2751a97ac13a64a8ad385914429 |
| kotlin-native-linux-x86_64-1.6.20-M1.tar.gz | 8d6b6b733e0ec5a69ab3ef722fe025719d940eb5993b9ca483bdf9e21c741d9d |
| kotlin-native-macos-x86_64-1.6.20-M1.tar.gz | 31ae3f13ef4377f9e6597d20a4b4088da300092b94ed1781a21ed773b264b0c2 |
| kotlin-native-macos-aarch64-1.6.20-M1.tar.gz | c67e9eca5519299f9f5733976e4952a81625d5bf11194714567a9bae7c031728 |
| kotlin-native-windows-x86_64-1.6.20-M1.zip | e9b25e4b078517b5f48cd7d14cfc71014c300cd95cd1826728342e0d4c4e2074 |
KT-49798 [MPP] [Android] AGP 7.1.0+ android target publications leak 'AgpVersionAttr' attributeKT-49821 Optimize LazyClassMemberScope#getContributedDescriptors: use nameFilterKT-49833 java.lang.NullPointerException caused by accidental newline in package directiveKT-49838 Type inference fails on 1.6.0: Cannot use 'CapturedType(*)' as reified type parameterKT-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.0KT-49792 Atomicfu: "standalone invocation of kotlinx.atomicfu.AtomicInt::compareAndSet that was not traced to previous field load" with suspend functionKT-49834 Coroutine method transformer generates invalid locals table.KT-49441 Support friend modules in Kotlin NativeKT-49248 K/N: Symbol with IrSimpleFunctionSymbolImpl is unbound after 1.5.30KT-49651 Inconsistent compiler APIs for repeatable annotationsKT-49168 JVM IR: IndexOutOfBoundsException with fun interface + suspend function as SAM methodKT-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 moduleKT-48673 IR: IllegalStateException for usage of internal member declared in a superclass in another moduleKT-47811 KJS / IR: "ClassCastException" when using suspend function in console.logKT-49868 Support language version 1.3 in Kotlin 1.6.10KT-50173 Different behavior of Regex escapeReplacement function in JVM and JSKT-49799 NullPointerException when using kotlin-android-extensions synthetic after update to Kotlin 1.6.0KT-50005 jvm-abi-gen plugin: do not change the declaration order in generated jarsKT-49726 JVM/IR: "IllegalArgumentException: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER": Serialization with sealed class as type parameterKT-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 projectsKT-49109 KJS / Gradle: Configuration failed: Could not find node-14.17.0-darwin-arm64.tar.gz (org.nodejs:node:14.17.0)KT-50135 KJS: Problem with Yarn install with scripts on WindowsKT-34014 Gradle, JS: Ability to persist / reuse yarn.lockKT-49505 KJS / IR: Installation of NPM dependencies should be with ignore-scriptsKT-49931 Kotlin Multiplatform Fails in Windows after 1.6.0 upgrade - Cannot run program "pod"KT-49771 podInstall task is not executed after adding a pod dependency to the shared moduleKT-49822 Incremental compilation state is modified when the build fails in Kotlin 1.6KT-49340 "IllegalStateException: @NotNull method org/jetbrains/kotlin/com/intellij/openapi/application/AsyncExecutionService.getService must not return null" with Anvil plugin and incremental compilation| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.10.zip | 432267996d0d6b4b17ca8de0f878e44d4a099b7e9f1587a98edc4d27e76c215a |
| kotlin-native-linux-x86_64-1.6.10.tar.gz | 9b42bd16b6accf009ea4cc8dc786dece079af55b6a637fecc1e8c1f4c0614d08 |
| kotlin-native-macos-x86_64-1.6.10.tar.gz | 607729bbd963d35e7df85647a8d01f25ae3112b1537edaababebc399cb8d4806 |
| kotlin-native-macos-aarch64-1.6.10.tar.gz | b4fc9e179540b4dc7de7b3a5a3548dad62b1247acc3e143305d13c4194cbca25 |
| kotlin-native-windows-x86_64-1.6.10.zip | 78b746551f58022727add4c609d7f42802b3ffc3d8163517b708a8c3355d33c1 |
KT-49798 [MPP] [Android] AGP 7.1.0+ android target publications leak 'AgpVersionAttr' attributeKT-49821 Optimize LazyClassMemberScope#getContributedDescriptors: use nameFilterKT-49838 Type inference fails on 1.6.0: Cannot use 'CapturedType(*)' as reified type parameterKT-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.0KT-49833 java.lang.NullPointerException caused by accidental newline in package directiveKT-49792 Atomicfu: "standalone invocation of kotlinx.atomicfu.AtomicInt::compareAndSet that was not traced to previous field load" with suspend functionKT-49834 Coroutine method transformer generates invalid locals table.KT-49441 Support friend modules in Kotlin NativeKT-49248 K/N: Symbol with IrSimpleFunctionSymbolImpl is unbound after 1.5.30KT-49651 Inconsistent compiler APIs for repeatable annotationsKT-49168 JVM IR: IndexOutOfBoundsException with fun interface + suspend function as SAM methodKT-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 moduleKT-48673 IR: IllegalStateException for usage of internal member declared in a superclass in another moduleKT-47811 KJS / IR: "ClassCastException" when using suspend function in console.logKT-49799 NullPointerException when using kotlin-android-extensions synthetic after update to Kotlin 1.6.0KT-50005 jvm-abi-gen plugin: do not change the declaration order in generated jarsKT-49726 JVM/IR: "IllegalArgumentException: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER": Serialization with sealed class as type parameterKT-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 projectsKT-34014 Gradle, JS: Ability to persist / reuse yarn.lockKT-49505 KJS / IR: Installation of NPM dependencies should be with ignore-scriptsKT-49931 Kotlin Multiplatform Fails in Windows after 1.6.0 upgrade - Cannot run program "pod"KT-49771 podInstall task is not executed after adding a pod dependency to the shared moduleKT-49822 Incremental compilation state is modified when the build fails in Kotlin 1.6KT-49340 "IllegalStateException: @NotNull method org/jetbrains/kotlin/com/intellij/openapi/application/AsyncExecutionService.getService must not return null" with Anvil plugin and incremental compilation| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.10-RC.zip | e0fe4778f2494b8584039a3ff4268fdc74205841aed2d4036361f63dd540c287 |
| kotlin-native-linux-x86_64-1.6.10-RC.tar.gz | 88c4e51b5ed0d68c208394fccf61e14560121ed1be944a89b9ff7d8f7d4e7218 |
| kotlin-native-macos-x86_64-1.6.10-RC.tar.gz | 66b87d7e0d72b27d1da8a078fe5a5289f75f3312d8233b2b58719d04ebeb4c35 |
| kotlin-native-macos-aarch64-1.6.10-RC.tar.gz | 28cd94bd255c0fe3b639091a3bc66753c08c5136c3ebeb0a8a9cf8711240698a |
| kotlin-native-windows-x86_64-1.6.10-RC.zip | 45f3f430588210b6ef906c7ebfdcf82a9b8d6bb367fb53aa35dde73a51cb2e3e |
KT-48019 Bundle Kotlin Tooling Metadata into apk artifactsKT-47733 JVM / IR: Android Synthetic don't generate _findCachedViewById functionKT-47984 In-place arguments inlining for @InlineOnly functionsKT-12794 Allow runtime retention repeatable annotations when compiling under Java 8KT-43714 Support annotations on class type parameters (AnnotationTarget.TYPE_PARAMETER)KT-45949 Kotlin/Native: Improve bound check eliminationKT-43919 Support loading Java annotations on base classes and implementing interfaces' type argumentsKT-48194 Try to resolve calls where we don't have enough type information, using the builder inference despite the presence of the annotationKT-47736 Support conversion from regular functional types to suspending ones in JVM IRKT-39055 Support property delegate created via synthetic method instead of fieldKT-45185 FIR2IR: get rid of IrBuiltIns usagesKT-47918 JVM / IR: Performance degradation with const-bound for-cyclesKT-33835 Bytecode including unnecessary null checks for safe calls where left-hand side is non-nullableKT-41510 Compilation of kotlin html DSL is still too slowKT-48211 We spend a lot of time in ExpectActual declaration checker when there is very small amount of actual/expect declarationKT-39054 Optimize delegated properties which call get/set on the given KProperty instance on JVMKT-46615 Don't generate nullability assertions in methods for directly invoked lambdasKT-49613 JVM / IR: "Exception during IR lowering" with java fun interface and it's non-trivial usageKT-49548 "ClassCastException: java.util.ArrayList$Itr cannot be cast to kotlin.collections.IntIterator" with Iterable inside letKT-22562 Deprecate calls to "suspend" named functions with single dangling lambda argumentKT-47120 JVM IR: NoClassDefFoundError when there are an extension and a regular function with the same nameKT-49477 Has ran into recursion problem with two interdependant delegatesKT-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 inheritanceKT-44843 PSI2IR: "org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtCallExpression" with delegate who has name or parameter with the same name as a propertyKT-49294 Turning FlowCollector into 'fun interface' leads to AbstractMethodErrorKT-18282 Companion object referencing it's own method during construction compiles successfully but fails at runtime with VerifyErrorKT-25289 Prohibit access to class members in the super constructor call of its companion and nested objectKT-32753 Prohibit @JvmField on property in primary constructor that overrides interface propertyKT-43433 Suspend conversion is disabled message in cases where it is not supported and quickfix to update language version is suggestedKT-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-nullKT-49335 NPE in RepeatedAnnotationLowering.wrapAnnotationEntriesInContainer when using @Repeatable annotation from different fileKT-48876 java.lang.UnsupportedOperationException: org.jetbrains.kotlin.ir.expressions.impl.IrReturnableBlockImpl@4a729df2KT-48131 IAE "Repeatable annotation container value must be a class reference" on using Kotlin-repeatable annotation from dependencyKT-49322 Postpone promoting warnings to errors for ProperTypeInferenceConstraintsProcessing featureKT-49285 Exception on nested builder inference callsKT-49101 IllegalArgumentException: ClassicTypeSystemContext couldn't handle: Captured(out Number)KT-41378 Compilation failed: Deserializer for declaration public kotlinx.coroutines/SingleThreadDispatcher|null[0] is not foundKT-47285 IR deserialization exception when dependency KLIB has class instead of typealiasKT-46697 IllegalStateException: IrTypeAliasSymbol expected: Unbound public symbol for public kotlinx.coroutines/CancellationException|null[0] compiling KMM module for Kotlin/Native with Kotlin 1.5KT-36399 Gradually support TYPE_USE nullability annotations read from class-filesKT-11454 Load annotations on TYPE_USE/TYPE_PARAMETER positions from Java class-filesKT-18768 @Notnull annotation from Java does not work with varargsKT-24392 Nullability of Java arrays is read incorrectly if @Nullable annotation has both targets TYPE_USE and VALUE_PARAMETERKT-48157 FIR: incorrect resolve with built-in names in useKT-46409 FIR: erroneous resolve to qualifier instead of extensionKT-44566 FirConflictsChecker do not check for conflicting overloads across multiple filesKT-37318 FIR: Discuss treating flexible bounded constraints in inferenceKT-45989 FIR: wrong callable reference type inferredKT-46058 [FIR] Remove state from some checkersKT-45973 FIR: wrong projection type inferredKT-43083 [FIR] False positive 'HIDDEN' on internalKT-48794 Breaking change in 1.5.30: Builder inference lambda contains inapplicable calls so {1} cant be inferredKT-46727 Report warning on contravariant usages of star projected argument from JavaKT-40668 FIR: Ambiguity on qualifier when having multiple different same-named objects in near scopesKT-37081 [FIR] errors NO_ELSE_IN_WHEN and INCOMPATIBLE_TYPES absenceKT-48162 NON_VARARG_SPREAD isn't reported on *toTypedArray() callKT-45118 ClassCastException caused by parent and child class in if-elseKT-47605 Kotlin/Native: switch to LLD linker for MinGW targetsKT-48912 K/N Symbol with IrSimpleFunctionSymbolImpl is unbound and JS Validation failed in file shaders.ktKT-44436 Support default not null annotations to enhance T into T!!KT-49190 Increase stub versionsKT-48261 "overload resolution ambiguity" for JSpecify+jsr305-annotated Java List implementationKT-48778 -Xtype-enhancement-improvements-strict-mode not respecting @NonNull annotation for property accesses?KT-48606 [1.6] Instantiated annotations do not implement hashCode correctly/consistentlyKT-49157 Tail-call optimization miss with cast to type parameterKT-46437 NI: "Throwable: Resolution error of this type shouldn't occur for resolve if as a call" caused by reflectively accessing private property inside "if/else" or "when" expressionKT-48590 IllegalArgumentException: ClassicTypeSystemContext couldn't handle: Captured(*) reified type class referenceKT-48633 Can't infer builder inference's type argument across local classKT-49136 JVM IR: NPE with safe call chain and property set to null by reflectionKT-48570 OptIn marker should not spread from class to its membersKT-48928 Prohibit using old JVM backend with language version >= 1.6KT-41978 NI: Kotlin fails to infer type of function argumentKT-48101 Smart cast on base class property is impossible if base class is from another moduleKT-48732 JVM / IR: MalformedParameterizedTypeException is thrown when a Spring Bean of suspending function type is registeredKT-47841 Turning LV to 1.6 breaks some diagnostics based on jspecify annotationsKT-48498 JVM IR: IllegalAccessError with inline function call and property delegation from different moduleKT-48319 JVM / IR: AssertionError: FUN caused by suspend lambda inside anonymous functionKT-48835 Psi2ir: vararg parameter value is lost when translating adapted function reference to base class memberKT-46908 JVM / IR: do not wrap fun interface implementation into another SAM adapter if it inherits from a functional typeKT-48927 JVM IR: "VerifyError: Bad invokespecial instruction: current class isn't assignable to reference class" when up-casting and read a base class's private property that has a custom getter in the base class's public functionKT-48992 Postpone migration to new operator resolution scheme for integer literalsKT-48290 Type bounds warning based on Java annotations not issues with language level 1.6KT-47920 There is no warning on violated nullability of type parameter in accordance with java nullability annotationKT-41664 Remove the "runtime JAR files in the classpath should have the same version" warningKT-48851 Keep using warn mode for jspecify in 1.6KT-46829 IR: NullPointerException caused by setting scoped generic extension varKT-42972 Forbid protected constructor calls from public inline functionsKT-45378 Prohibit super calls in public-api inline functionsKT-48515 JSpecify: If a class has a @Nullable type-parameter bound, Kotlin should still treat unbounded wildcards like platform typesKT-48825 JVM IR: NPE with delegated property "by this" to base classKT-48535 Make EXPERIMENTAL_ANNOTATION_ON_OVERRIDE warningKT-47928 Prohibit declarations of repeatable annotation classes whose container annotation violates JLSKT-47971 Report error on declaration of a repeatable annotation class with nested class named ContainerKT-48478 JVM IR: Coroutines 1.5.1 + Kotlin 1.5.30 - ClassCastException: CompletedContinuation cannot be cast to DispatchedContinuationKT-48523 Kotlin/Native: cross-compilation from Linux to MinGW not working when platform.posix is usedKT-48671 JVM / IR: "AssertionError: Primitive array expected: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS"KT-46181 JVM IR: private @JvmStatic function is generated in the outer class instead of companion object, which breaks existing calls via JNI or reflection (e.g. JUnit @MethodSource)KT-48736 JVM IR: assert in SyntheticAccessorLowering when inline function attempts to access package-private field from JavaKT-48653 Warnings on non-exhaustive when statements missing in some cases with 1.6KT-48394 JVM: Invalid locals caused by unboxing bytecode optimizationKT-20542 IllegalAccessError on calling private function with default parameters from internal inline function used in another packageKT-48331 JVM / IR: "VerifyError: Bad access to protected data in invokevirtual" when a sealed class uses another sealed class in its same hierarchy level as a constructor parameterKT-48380 kotlin.RuntimeException: Unexpected receiver typeKT-47855 Kotlin/Native: compilation fails due to Escape AnalysisKT-48291 False positive [ACTUAL_MISSING] Declaration must be marked with 'actual' when implementing actual interfaceKT-48445 "IAE: Top level call context should not be null to analyze coroutine-lambda" when compiling Kotlin with language version 1.6KT-48618 Enable by default "suspend conversion" feature in 1.6KT-47638 Drop EXPERIMENTAL_IS_NOT_ENABLED diagnosticKT-48589 KotlinTypeRefiner is lost, leading to TYPE_MISMATCH and OVERLOAD_RESOLUTION_AMBIGUITY issues with MPP projectsKT-48615 Inconsistent behavior with integer literals overflow (Implementation)KT-47937 Implement deprecation of computing constant values of complex boolean expressions in when condition branches and conditions of loopsKT-48391 JVM / IR: "AssertionError: SyntheticAccessorLowering should not attempt to modify other files!" caused by class which inherits interface which has default function with default argument from companion const valKT-48552 Kotlin/Native: iosArm64 debug build fails in 1.6.0-M1-139KT-46182 Native: prohibit using dots in identifiersKT-46230 JVM IR: "IllegalArgumentException: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER MOVED_DISPATCH_RECEIVER" with value class overriding function with default parameterKT-48302 FIR: Investigate not-null assertion on generic Java methodKT-48350 JVM IR: NPE from LocalDeclarationsLowering on property reference with field from outer class used as receiver (1.6.0-M1 regression)KT-48500 AE: "Last parameter type of suspend function must be Continuation, but it is kotlin.coroutines.experimental.Continuation" for kotlin-stdlib-common libraryKT-48469 Problem with properties lazy initialization while using kotlinx.serialization pluginKT-48432 Regression in IntRange.contains (and probably other ranges too) when used in-placeKT-44855 "AssertionError: SyntheticAccessorLowering should not attempt to modify other files" on smart cast of protected field ownerKT-47542 Incorrect ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED after migration to 1.6 on class indirectly extending RuntimeExceptionKT-48166 FIR: incorrect common supertype for PSI elements hierarchyKT-47499 JVM / IR: java.lang.VerifyError: Bad access to protected data in invokevirtual when trying to clone the result of lambda invocation that is "this" in an extension functionKT-46451 JVM Debugging: stepping on finally block end brace line before stepping into finally codeKT-48329 It's impossible to infer a type variables based on several builder inference lambdasKT-48193 Don't use the builder inference for calls which can be resolved without itKT-46450 JVM Debugging: some break statements in catch blocks have no line numbers and you cannot set breakpoints on themKT-48298 FIR: incorrect deserialized annotations in back-endKT-48234 FIR: false positive NON_INTERNAL_PUBLISHED_API for primary constructor propertyKT-48174 IR interpreter: unsupported compile-time callKT-48158 FIR: false positive ASSIGNMENT_TYPE_MISMATCH as a result of wrong type inference around callable referencesKT-48109 FIR: incorrect type inference for generic argument of intersection typeKT-48161 FIR: false positive ARGUMENT_TYPE_MISMATCH for bounded type parameter VS Java not-nullKT-48159 FIR: erroneous scope order during type resolve of constructor return typeKT-48165 FIR: false positive "initializer should be a constant value" on String.lengthKT-48175 FIR: exception for JvmField on local class propertyKT-48164 FIR: false positive OVERRIDING_FINAL_MEMBER in enum entryKT-48116 FIR: false positive NOT_A_LOOP_LABELKT-48102 FIR: false positive ABSTRACT_MEMBER_NOT_IMPLEMENTED with mapped stdlib functionsKT-47911 Native compiler on ios_arm64 target generates movi.2d instructions, which are mishandled by Apple hardwareKT-48105 FIR: generic/specific callable reference ambiguityKT-14392 Repeated annotation with use site target is not detected for getter and setterKT-47493 Missed frontend diagnostic in try/catchKT-48058 "No type for expression" compiler exception on calls with unused lambdaKT-47597 JVM IR: if statement doesn't eval correctly on 1.5.20 possible nullable type differences.KT-47922 False negative type mismatch on empty when as last statement of lambdaKT-34594 Do not generate fake debugger variables initialization for @InlineOnly functionsKT-47749 Incorrect scope of a local variable inside the coroutineKT-47527 JVM / IR ClassCastException: "kotlin.Unit cannot be cast to java.lang.String"KT-47840 JVM / IR: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER name: x" in nested local functions with recursive callsKT-46448 JVM Debugging: Locals in finally blocks not always duplicated when the finally block isKT-47716 JVM / IR: NoSuchMethodError when trying to get MAX_VALUE from ULong in non-trivial try/finally contextKT-47762 JVM / IR: Properties with the same signatures in inline class and its companion object crashes the compiler with NullPointerExceptionKT-47741 JVM / IR: VerifyError: Bad type on operand stack with iterator and invoking method reference to IntIteratorKT-43696 ClassFormatError on @JvmStatic external fun in interface companion objectKT-47715 JVM / IR, R8: External getter cannot be represented in dex formatKT-47684 Add warning on is checks which are always falseKT-47685 False positive CAST_NEVER_SUCCEEDS on variable of intersection typeKT-32188 NI: False positive "This cast can never succeed"KT-35687 NI: Poor cast can never succeed [CAST_NEVER_SUCCEEDS]KT-41331 False negative USELESS_IS_CHECK with nullKT-47609 JVM IR: "AssertionError: Unexpected number of type arguments" when compiling an extension property with annotation and it extends a value class with a generic parameterKT-47413 FIR: Rework FirDelegatedScopeKT-47492 Illegal use of DUPKT-48534 Wrong compiler argument for RequiresOptInKT-48604 MISSING_DEPENDENCY_CLASS in test source sets with kotlin.mpp.enableGranularSourceSetsMetadata=trueKT-47970 AE: "Either library or explicit name have to be provided <built-ins module>" in IR debugger testsKT-46273 MPP: Don't fail import for case of missed platform in source set structureKT-48823 Improve error reporting on import when configuration phase in Gradle failedKT-48504 MPP: UninitializedPropertyAccessException on import if new hierarchical mpp flag conflicts with other flagsKT-47463 MPP: Import fails with Task 'runCommonizer' not found in root project if Kotlin configured only in moduleKT-47604 kotlin-stdlib-common leaks into dependencies of Android-specific source setsKT-43783 KJS / IR: companion object and nested objects are not exportedKT-47524 KJS / IR: Treat protected members as part of exported APIKT-48132 KJS / IR: "IllegalStateException" when interface methods don't have default implementationKT-47700 Support instantiation of annotation classes on JSKT-48317 KJS / IR: "TypeError: ... is not a function" on running code with suspend function inheritorsKT-48344 KJS / IR: incorrect call with vararg argument from suspend functionKT-47751 Kotlin/JS: IR + IC: "argument has no effect without source map" warnings on buildKT-46423 infix extension fun Comparable<T>.compareToKT-47421 Stabilize collection buildersKT-48584 Introduce JVM readln() and readlnOrNull() top-level functionsKT-45438 Remove brittle ‘contains’ optimization in minus/removeAll/retainAllKT-28378 Different behavior of Regex replace function in JVM and JS when replacement string contains group referenceKT-46785 Get rid of !! after readLine() in the standard libraryKT-46784 Stabilize Duration API in the standard libraryKT-46229 Bring back Duration factory extension propertiesKT-27738 Make JS Regex.replace not inlineKT-48607 Stabilize experimental API for 1.6KT-47304 Random#nextLong generates value outside provided rangeKT-47706 System property that controls the brittle contains optimizationKT-48999 Align behavior of some JS functions with their JVM counterpartKT-46243 Typography.leftGuillemete and Typography.rightGuillemete are named inconsistent with standardKT-46101 Review deprecations in stdlib for 1.6KT-48456 Introduce Common (multi-platform) readln() and readlnOrNull() top-level functionsKT-48587 Deprecate some of JS-only stdlib APIKT-39328 Make builder collection implementations serializableKT-47676 K/JS: MatchResult.next() returns no expected next match if called after matchEntireKT-39166 Nothing is silently mapped to Void in arguments of the type passed to typeOfKT-39330 Migrate declarations from kotlin.dom and kotlin.browser packages to kotlinx.*KT-28753 Comparing floating point values in array/list operations 'contains', 'indexOf', 'lastIndexOf': IEEE 754 or total orderKT-38854 Gradually change the return type of collection min/max functions to non-nullableKT-38754 Deprecate appendln in favor of appendLineKT-48807 Cinterop: cannot create bindings for a framework when Xcode 13 RC is installedKT-49384 Kotlin/Native: Unexpected variance in super type argument: out @0KT-47424 StackOverflowError in IR hashCode() methods compiling KMM module for Kotlin/Native with Kotlin 1.5.0+KT-49234 SIGSEGV using the new memory manager in release in Kotlin 1.6.0-RC in MacosX64KT-48566 ExceptionInInitializerError when configuring Gradle project with kotlin-multiplatform plugin on a host unsupported by Kotlin/NativeKT-48039 Native: support shaded (aka embeddable) compiler jar in Gradle pluginKT-42693 Remove dependency on ncurses5 libraryKT-47209 kotlin-native fails to generate valid C header if a setter takes anonymous parameter (_)KT-48074 Native: cinterop: __flexarr supportKT-47809 Kotlin/Native: ObjC-export module name usage in klib compilationKT-43024 Kotlin/Native: Windows as cross-compilation targetKT-48452 Kotlin/Native: Support thread state switching in termination handlers for the new MMKT-48143 Kotlin/Native: test fails with assert with new MM and state checkerKT-48364 Uninitialized top-level properties in new MMKT-44283 staticCFunction with CValue parameter crashes when invoked off the main threadKT-47662 [Native, All platforms] Incorrect parsing of long strings to Float and DoubleKT-45066 Support flexible types (nullability, mutability, raw) in typeOfKT-35877 typeOf<MutableList<>> cannot be distinguished from typeOf<List<>> in Kotlin/JVMKT-49007 Support three previous API versionsKT-48622 Introduce compiler X-flag to use the builder inference for all calls by defaultKT-32376 “no main manifest attribute” on running the jar for cli-compiled Kotlin objects with main functionKT-48026 Add the compiler X-flag to enable self upper bound type inferenceKT-47640 CLI: support -option=value format as for -Xoption=valueKT-47099 Add a stable compiler argument for opt-in requirements as soon as they are stableKT-48455 [Commonizer] Optimistic number commonizationKT-48459 [Commonizer] Add opt-in annotation to optimistically commonized numbersKT-47430 [Commonizer] 'platform.posix.DIR' not implementing 'CPointed' when commonized for "unixMain"KT-48567 [Commonizer] pthread_self function is not commonized in atomicfuKT-48287 [Commonizer] platform.posix.mkdir not commonized in OKIOKT-48286 [Commonizer] platform.posix.ftruncate not commonized in OKIOKT-47523 MPP: Unable to resolve c-interop dependency if platform is included in an intermediate source set with the only targetKT-48278 [Commonizer] platform.posix.usleep not commonized in sqliterKT-46691 MPP: Type mismatch for hierarchically commonized typealiasesKT-47221 C-interop commonization fails if few targets reuse same source setKT-47775 Commonizer don't run for shared native code if test source set depends on mainKT-47053 MPP: Unable to resolve c-interop commonized code from shared test source setKT-48118 Commonized c-interop lib is not attached to common main source setKT-47641 Enabled cInterop commonization triggers native compilation during Gradle sync in IDEKT-47056 MPP: Change naming for folder with commonized c-interop librariesKT-48842 Compiler crash: Symbol with IrFieldSymbolImpl is unboundKT-48117 Kotlin AllOpen Plugin should open private methodsKT-40340 jvm-abi-gen plugin: failure with Android D8 (Dexer) toolKT-40133 jvm-abi-gen plugin: fails for inline function containing apply block with anonymous objectKT-28704 jvm-abi-gen plugin: avoid calling codegen twice per moduleKT-48111 JVM / IR: "IllegalAccessError: tried to access method" with NoArg plugin and sealed classKT-49159 KotlinGradleBuildServices leaks Gradle instance when configuration cache is enabledKT-45504 Deprecate Gradle option KotlinJvmOptions.useIR since 1.5KT-49189 In Gradle, dependencies on an MPP with Android+JVM fail to resolve in pure-Java projectsKT-48830 Change deprecation level to 'ERROR' for 'KotlinGradleSubplugin'KT-48264 Cannot write Kotlin build report unless directory existsKT-48745 JVM target compatibility check should be disabled when Java sources are emptyKT-49066 Setting kotlinOptions.modulePath in an android project breaks incremental compilationKT-48847 Remove deprecated kotlin options marked for removal after 1.5KT-48245 KGP makes compileOnly configuration resolvableKT-38010 Invalid warning "Runtime JAR files in the classpath should have the same version." with java-gradle-pluginKT-48768 Misleading 'jdkHome' deprecation messageKT-46719 Remove 'kotlin.useFallbackCompilerSearch' build optionKT-47792 KGP should ignore ProjectDependency when customize kotlin DependenciesKT-47867 Replace usages of IncrementalTaskInputs with InputChangesKT-46972 Migrate Kotlin repo to use Gradle toolchain featureKT-49124 KJS / Gradle: Unable to load '@webpack-cli/serve' commandKT-49201 KJS / Gradle: NPM dependencies resolution may fail on parallel buildsKT-48241 KJS / Gradle: NPM test dependency may break Gradle configuration cacheKT-32071 Possibility to disable downloading of Node.js and YarnKT-48332 Make NodeJsSetupTask and YarnSetupTask not cacheableKT-37895 KJS: NPM Post-install Scripts sometimes print "node: not found"KT-34985 kotlin-gradle-plugin: Should align ways NodeJs and Yarn are downloadedKT-48709 MPP: Task compileKotlinMacosX64 fails on matching native variants if ktlint presentedKT-48919 Gradle multiplatform plugin 1.6.0-M1 does not accept apiVersion = "1.7"KT-46343 [Commonizer] Use lockfile for NativeDistributionCommonizationCacheKT-48427 Execution failed for task ':commonizeNativeDistribution'. > java.io.FileNotFoundException lock (No such file or directory)KT-48513 Commonized platform libraries are unresolved in modules for new hierarchical MPP flagKT-48138 CInteropCommonizer: Missing commonization request if test source set has different targets than associated mainKT-35832 Gradle: MPP plugin operates with -Xuse-experimental and not with -Xopt-inKT-48729 Test-source sets receive extra unnecessary granular dependencies to more common source sets when depending on MPP-libraryKT-37511 CocoaPods Gradle plugin: Support incremental task execution when switching between Xcode and terminalKT-47362 Cocoapods plugin: add error reporting for case when pod is not installed on user machineKT-37513 CocoaPods Gradle plugin: Support building tests from terminal for projects depending on podsKT-45545 Kapt is not compatible with JDK 16+KT-47853 KaptWithoutKotlincTask eagerly resolves dependencies during construction/configuration and can cause deadlocksKT-47934 KaptJavaLog is unable to map stub back to the kotlin sourceKT-48195 Kapt causes dead lock in DefaultFileLockManagerKT-49400 Script resolver options can't take values with special symbols (/, , $, :, .) in themKT-49012 Compiling .kts script with inner class declaration fails with Backend Internal Error caused by AE: "Local class constructor can't have dispatch receiver"KT-47927 Script: memory leak with new enginesKT-48025 JVM / IR / Script: IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER caused by method tnat returns outer functionKT-48303 main.kts script fails to detect vanished dependencies if run from the cacheKT-48177 Scripts: OutOfMemoryException with circular @file:ImportKT-46645 Scripts: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" caused by get accessor| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.0.zip | 174c92e12a54c0901fd9f0badacf1514c28b5197a95654e4dab1775293dde1dc |
| kotlin-native-linux-x86_64-1.6.0.tar.gz | 64fcc58174feabec7de521053baa2edbd883419a721bce79a6e1c7bbd5c15e51 |
| kotlin-native-macos-x86_64-1.6.0.tar.gz | 856a58b92672cd83b84c23ae5af19e59a08509d83a0de4a50b89f2259e2c7306 |
| kotlin-native-macos-aarch64-1.6.0.tar.gz | 12b29e1763be6715fb3ecafb6ed9bbf7f9874d398654465380ceec69aa9007a2 |
| kotlin-native-windows-x86_64-1.6.0.zip | 90fbba1e309f8cac128e15f0673991b13bb07b4aa09e40188476ddaab29bc9a7 |
KT-43919 Support loading Java annotations on base classes and implementing interfaces' type argumentsKT-45185 FIR2IR: get rid of IrBuiltIns usagesKT-49477 Has ran into recursion problem with two interdependant delegatesKT-49371 JVM / IR: "NoSuchMethodError" with multiple inheritanceKT-49294 Turning FlowCollector into 'fun interface' leads to AbstractMethodErrorKT-18282 Companion object referencing it's own method during construction compiles successfully but fails at runtime with VerifyErrorKT-25289 Prohibit access to class members in the super constructor call of its companion and nested objectKT-32753 Prohibit @JvmField on property in primary constructor that overrides interface propertyKT-43433 Suspend conversion is disabled message in cases where it is not supported and quickfix to update language version is suggestedKT-49209 Default upper bound for type variables should be non-nullKT-22562 Deprecate calls to "suspend" named functions with single dangling lambda argumentKT-49335 NPE in RepeatedAnnotationLowering.wrapAnnotationEntriesInContainer when using @Repeatable annotation from different fileKT-49322 Postpone promoting warnings to errors for ProperTypeInferenceConstraintsProcessing featureKT-49285 Exception on nested builder inference callsKT-49101 IllegalArgumentException: ClassicTypeSystemContext couldn't handle: Captured(out Number)KT-36399 Gradually support TYPE_USE nullability annotations read from class-filesKT-11454 Load annotations on TYPE_USE/TYPE_PARAMETER positions from Java class-filesKT-18768 @Notnull annotation from Java does not work with varargsKT-24392 Nullability of Java arrays is read incorrectly if @Nullable annotation has both targets TYPE_USE and VALUE_PARAMETERKT-48157 FIR: incorrect resolve with built-in names in useKT-46409 FIR: erroneous resolve to qualifier instead of extensionKT-44566 FirConflictsChecker do not check for conflicting overloads across multiple filesKT-37318 FIR: Discuss treating flexible bounded constraints in inferenceKT-45989 FIR: wrong callable reference type inferredKT-46058 [FIR] Remove state from some checkersKT-45973 FIR: wrong projection type inferredKT-43083 [FIR] False positive 'HIDDEN' on internalKT-46727 Report warning on contravariant usages of star projected argument from JavaKT-40668 FIR: Ambiguity on qualifier when having multiple different same-named objects in near scopesKT-37081 [FIR] errors NO_ELSE_IN_WHEN and INCOMPATIBLE_TYPES absenceKT-48162 NON_VARARG_SPREAD isn't reported on *toTypedArray() callKT-45118 ClassCastException caused by parent and child class in if-elseKT-47605 Kotlin/Native: switch to LLD linker for MinGW targetsKT-44436 Support default not null annotations to enhance T into T!!KT-49190 Increase stub versionsKT-48534 Wrong compiler argument for RequiresOptInKT-47970 AE: "Either library or explicit name have to be provided <built-ins module>" in IR debugger testsKT-43783 KJS / IR: companion object and nested objects are not exportedKT-47524 KJS / IR: Treat protected members as part of exported APIKT-46229 Bring back Duration factory extension propertiesKT-49384 Kotlin/Native: Unexpected variance in super type argument: out @0KT-49234 SIGSEGV using the new memory manager in release in Kotlin 1.6.0-RC in MacosX64KT-49189 In Gradle, dependencies on an MPP with Android+JVM fail to resolve in pure-Java projectsKT-48830 Change deprecation level to 'ERROR' for 'KotlinGradleSubplugin'KT-48264 Cannot write Kotlin build report unless directory existsKT-45504 Deprecate Gradle option KotlinJvmOptions.useIR since 1.5KT-49124 KJS / Gradle: Unable to load '@webpack-cli/serve' commandKT-49201 KJS / Gradle: NPM dependencies resolution may fail on parallel buildsKT-48709 MPP: Task compileKotlinMacosX64 fails on matching native variants if ktlint presentedKT-47783 REPL: Keywords completion appears after numeric and string literalsKT-49400 Script resolver options can't take values with special symbols (/, , $, :, .) in them| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.0-RC2.zip | ef2a9b848584b8d8dd9a5e652ed8f9121076b0c65c0c223c780a2f81519f2416 |
| kotlin-native-linux-x86_64-1.6.0-RC2.tar.gz | c915017f3325fda42f6e8c226c317090092abca354aae2123e56bc4184b05462 |
| kotlin-native-macos-x86_64-1.6.0-RC2.tar.gz | 96cc58bc25adc678d10dc89ef35b1ad45c53177d511decde16daa83f16092afc |
| kotlin-native-macos-aarch64-1.6.0-RC2.tar.gz | cecd88bab165ab5abef7fb4543496c57d4f39bb4a15bc7899db6fc3c1c19cffc |
| kotlin-native-windows-x86_64-1.6.0-RC2.zip | cc90601c0dacf5c170d18386f39c3e69fa998dc2f1f55e9cff4fb75321892b97 |
KT-49157 Tail-call optimization miss with cast to type parameterKT-48778 -Xtype-enhancement-improvements-strict-mode not respecting @NonNull annotation for property accesses?KT-46437 NI: "Throwable: Resolution error of this type shouldn't occur for resolve if as a call" caused by reflectively accessing private property inside "if/else" or "when" expressionKT-48590 IllegalArgumentException: ClassicTypeSystemContext couldn't handle: Captured(*) reified type class referenceKT-48261 "overload resolution ambiguity" for JSpecify+jsr305-annotated Java List implementationKT-48633 Can't infer builder inference's type argument across local classKT-49136 JVM IR: NPE with safe call chain and property set to null by reflectionKT-48912 K/N Symbol with IrSimpleFunctionSymbolImpl is unbound and JS Validation failed in file shaders.ktKT-48928 Prohibit using old JVM backend with language version >= 1.6KT-41978 NI: Kotlin fails to infer type of function argumentKT-48732 JVM / IR: MalformedParameterizedTypeException is thrown when a Spring Bean of suspending function type is registeredKT-47841 Turning LV to 1.6 breaks some diagnostics based on jspecify annotationsKT-48498 JVM IR: IllegalAccessError with inline function call and property delegation from different moduleKT-48319 JVM / IR: AssertionError: FUN caused by suspend lambda inside anonymous functionKT-48835 Psi2ir: vararg parameter value is lost when translating adapted function reference to base class memberKT-46908 JVM / IR: do not wrap fun interface implementation into another SAM adapter if it inherits from a functional typeKT-48927 JVM IR: "VerifyError: Bad invokespecial instruction: current class isn't assignable to reference class" when up-casting and read a base class's private property that has a custom getter in the base class's public functionKT-48992 Postpone migration to new operator resolution scheme for integer literalsKT-48290 Type bounds warning based on Java annotations not issues with language level 1.6KT-47920 There is no warning on violated nullability of type parameter in accordance with java nullability annotationKT-48851 Keep using warn mode for jspecify in 1.6KT-46829 IR: NullPointerException caused by setting scoped generic extension varKT-44843 PSI2IR: "org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtCallExpression" with delegate who has name or parameter with the same name as a propertyKT-42972 Forbid protected constructor calls from public inline functionsKT-45378 Prohibit super calls in public-api inline functionsKT-48515 JSpecify: If a class has a @Nullable type-parameter bound, Kotlin should still treat unbounded wildcards like platform typesKT-48825 JVM IR: NPE with delegated property "by this" to base classKT-48535 Make EXPERIMENTAL_ANNOTATION_ON_OVERRIDE warningKT-48478 JVM IR: Coroutines 1.5.1 + Kotlin 1.5.30 - ClassCastException: CompletedContinuation cannot be cast to DispatchedContinuationKT-48671 JVM / IR: "AssertionError: Primitive array expected: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS"KT-46181 JVM IR: private @JvmStatic function is generated in the outer class instead of companion object, which breaks existing calls via JNI or reflection (e.g. JUnit @MethodSource)KT-48736 JVM IR: assert in SyntheticAccessorLowering when inline function attempts to access package-private field from JavaKT-20542 IllegalAccessError on calling private function with default parameters from internal inline function used in another packageKT-48331 JVM / IR: "VerifyError: Bad access to protected data in invokevirtual" when a sealed class uses another sealed class in its same hierarchy level as a constructor parameterKT-48659 JVM / IR: Referential equality returns true for different instancesKT-48606 [1.6] Instantiated annotations do not implement hashCode correctly/consistentlyKT-48316 "No value passed for parameter" regression with Java annotation default values with JSR-305KT-48391 JVM / IR: "AssertionError: SyntheticAccessorLowering should not attempt to modify other files!" caused by class which inherits interface which has default function with default argument from companion const valKT-46273 MPP: Don't fail import for case of missed platform in source set structureKT-48823 Improve error reporting on import when configuration phase in Gradle failedKT-48504 MPP: UninitializedPropertyAccessException on import if new hierarchical mpp flag conflicts with other flagsKT-45438 Remove brittle ?contains? optimization in minus/removeAll/retainAllKT-47304 Random#nextLong generates value outside provided rangeKT-48999 Align behavior of some JS functions with their JVM counterpartKT-28378 Different behavior of Regex replace function in Java and JS when replacement string contains group referenceKT-46229 Bring back Duration factory extension propertiesKT-46243 Typography.leftGuillemete and Typography.rightGuillemete are named inconsistent with standardKT-46101 Review deprecations in stdlib for 1.6KT-48456 Introduce Common (multi-platform) readln() and readlnOrNull() top-level functionsKT-38754 Deprecate appendln in favor of appendLineKT-48807 Cinterop: cannot create bindings for a framework when Xcode 13 RC is installedKT-49007 Support three previous API versionsKT-48842 Compiler crash: Symbol with IrFieldSymbolImpl is unboundKT-48117 Kotlin AllOpen Plugin should open private methodsKT-48745 JVM target compatibility check should be disabled when Java sources are emptyKT-49066 Setting kotlinOptions.modulePath in an android project breaks incremental compilationKT-48847 Remove deprecated kotlin options marked for removal after 1.5KT-48245 KGP makes compileOnly configuration resolvableKT-48768 Misleading 'jdkHome' deprecation messageKT-48919 Gradle multiplatform plugin 1.6.0-M1 does not accept apiVersion = "1.7"KT-49012 Compiling .kts script with inner class declaration fails with Backend Internal Error caused by AE: "Local class constructor can't have dispatch receiver"KT-45545 Kapt is not compatible with JDK 16+KT-47934 KaptJavaLog is unable to map stub back to the kotlin source| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.0-M1.zip | abf930acf14518cf0f9d18c35b2a2ecf00048a7c62aa69a98e4f6367704f21a3 |
| kotlin-native-linux-x86_64-1.6.0-RC.tar.gz | 8f3c63e39d725637354c171c85dc11df5f6bd477ed9eb2e21bbea6d94f62ff50 |
| kotlin-native-macos-x86_64-1.6.0-RC.tar.gz | dc863712ace1b71715065209bdec1b4396e522842bd86223c4ecf306c598c7e9 |
| kotlin-native-macos-aarch64-1.6.0-RC.tar.gz | eeb5189d4f7114150e8d21584d594d321177ac2d021dcc65ed7958b4133470c7 |
| kotlin-native-windows-x86_64-1.6.0-RC.zip | 2fc1c50d2efa87030cd0b01b8da202f05f536c632fd2fedb61eb2572b3825c26 |
KT-48019 Bundle Kotlin Tooling Metadata into apk artifactsKT-47733 JVM / IR: Android Synthetic don't generate _findCachedViewById functionKT-12794 Allow runtime retention repeatable annotations when compiling under Java 8KT-47984 In-place arguments inlining for @InlineOnly functionsKT-48194 Try to resolve calls where we don't have enough type information, using the builder inference despite the presence of the annotationKT-26245 Add ability to specify generic type parameters as not-nullKT-45949 Kotlin/Native: Improve bound check eliminationKT-47699 Support programmatic creation of class annotations and corresponding feature flag on JVMKT-47736 Support conversion from regular functional types to suspending ones in JVM IRKT-39055 Support property delegate created via synthetic method instead of fieldKT-33835 Bytecode including unnecessary null checks for safe calls where left-hand side is non-nullableKT-41510 Compilation of kotlin html DSL is still too slowKT-48211 We spend a lot of time in ExpectActual declaration checker when there is very small amount of actual/expect declarationKT-39054 Optimize delegated properties which call get/set on the given KProperty instance on JVMKT-47918 JVM / IR: Performance degradation with const-bound for-cyclesKT-47785 Compilation time increased when trying to compile AssertJ DB expression in 1.5.21KT-46615 Don't generate nullability assertions in methods for directly invoked lambdasKT-48523 Kotlin/Native: cross-compilation from Linux to MinGW not working when platform.posix is usedKT-48295 JVM / IR: VerifyError: Bad access to protected data in getfieldKT-48440 JVM IR: Missing checkcast in generated bytecode causes VerifyError in Kotlin 1.5.30KT-48794 Breaking change in 1.5.30: Builder inference lambda contains inapplicable calls so {1} cant be inferredKT-48653 Warnings on non-exhaustive when statements missing in some cases with 1.6KT-48394 JVM: Invalid locals caused by unboxing bytecode optimizationKT-48380 kotlin.RuntimeException: Unexpected receiver typeKT-47855 Kotlin/Native: compilation fails due to Escape AnalysisKT-48291 False positive [ACTUAL_MISSING] Declaration must be marked with 'actual' when implementing actual interfaceKT-48613 Kotlin/Native fails to compile debug binaries for watchosArm64 targetKT-48618 Enable by default "suspend conversion" feature in 1.6KT-48543 Native compiler crashes because of bridges for $default stubsKT-47328 JVM / IR: NoSuchFieldError with missing CHECKCASTKT-47638 Drop EXPERIMENTAL_IS_NOT_ENABLED diagnosticKT-48349 OptIn markers are forbidden on local variable / value parameter / property getter only in presence of explicit Target annotationKT-48589 KotlinTypeRefiner is lost, leading to TYPE_MISMATCH and OVERLOAD_RESOLUTION_AMBIGUITY issues with MPP projectsKT-48615 Inconsistent behavior with integer literals overflow (Implementation)KT-47937 Implement deprecation of computing constant values of complex boolean expressions in when condition branches and conditions of loopsKT-47772 False negative WRONG_ANNOTATION_TARGET on type argument to function callKT-48552 Kotlin/Native: iosArm64 debug build fails in 1.6.0-M1-139KT-46182 Native: prohibit using dots in identifiersKT-47917 JVM: "UTF8 string too large" caused by a big stringKT-46230 JVM IR: "IllegalArgumentException: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER MOVED_DISPATCH_RECEIVER" with value class overriding function with default parameterKT-48302 FIR: Investigate not-null assertion on generic Java methodKT-47422 -Xjspecify-annotations: If a class has a @Nullable type-parameter bound, Kotlin should still treat some users' type arguments as platform typesKT-48500 AE: "Last parameter type of suspend function must be Continuation, but it is kotlin.coroutines.experimental.Continuation" for kotlin-stdlib-common libraryKT-48469 Problem with properties lazy initialization while using kotlinx.serialization pluginKT-48432 Regression in IntRange.contains (and probably other ranges too) when used in-placeKT-48361 INTEGER_OPERATOR_RESOLVE_WILL_CHANGE is not reported in some positionsKT-44855 "AssertionError: SyntheticAccessorLowering should not attempt to modify other files" on smart cast of protected field ownerKT-47499 JVM / IR: java.lang.VerifyError: Bad access to protected data in invokevirtual when trying to clone the result of lambda invocation that is "this" in an extension functionKT-46451 JVM Debugging: stepping on finally block end brace line before stepping into finally codeKT-48329 It's impossible to infer a type variables based on several builder inference lambdasKT-48193 Don't use the builder inference for calls which can be resolved without itKT-46450 JVM Debugging: some break statements in catch blocks have no line numbers and you cannot set breakpoints on themKT-48172 "IllegalStateException: Cannot serialize error type: [ERROR : <LOOP IN SUPERTYPES>]" in 1.5.21 with java kotlin interopKT-48262 "Inconsistent type" with JSpecify @NullMarkedKT-46697 IllegalStateException: IrTypeAliasSymbol expected: Unbound public symbol for public kotlinx.coroutines/CancellationException|null[0] compiling KMM module for Kotlin/Native with Kotlin 1.5KT-47285 IR deserialization exception when dependency KLIB has class instead of typealiasKT-41378 Compilation failed: Deserializer for declaration public kotlinx.coroutines/SingleThreadDispatcher|null[0] is not foundKT-47988 JVM / IR: "VerifyError: Bad type on operand stack" when invoking apply with a local method referenceKT-47833 False positive "Type argument is not within its bounds " with upcasting in 1.5.30-M1KT-47911 Native compiler on ios_arm64 target generates movi.2d instructions, which are mishandled by Apple hardwareKT-14392 Repeated annotation with use site target is not detected for getter and setterKT-47493 Missed frontend diagnostic in try/catchKT-47597 JVM IR: if statement doesn't eval correctly on 1.5.20 possible nullable type differences.KT-47922 False negative type mismatch on empty when as last statement of lambdaKT-47830 Some code doesn't compile with unrestricted builder inferenceKT-34594 Do not generate fake debugger variables initialization for @InlineOnly functionsKT-42139 NI: NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER for emptyList / listOf (with no arguments) / emptyMap / mapOf (with no arguments) inside if block inside sequence blockKT-47749 Incorrect scope of a local variable inside the coroutineKT-47527 JVM / IR ClassCastException: "kotlin.Unit cannot be cast to java.lang.String"KT-47941 "IllegalStateException: Expected some types" on a call with several excepted type constraintsKT-47854 "IllegalArgumentException: Type is inconsistent" with Android's @Nullable annotation starting in Kotlin 1.5.20KT-47899 "AssertionError: Intersection type should not be marked nullable" with 1.5.21KT-47846 Stack overflow when handling enhanced recursive type parameterKT-47747 Introduce specific error for calls which could be resolved only with unrestricted builder inferenceKT-47840 JVM / IR: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER name: x" in nested local functions with recursive callsKT-46448 JVM Debugging: Locals in finally blocks not always duplicated when the finally block isKT-47396 <?> in @NullMarked code should permit nullable typesKT-47716 JVM / IR: NoSuchMethodError when trying to get MAX_VALUE from ULong in non-trivial try/finally contextKT-47762 JVM / IR: Properties with the same signatures in inline class and its companion object crashes the compiler with NullPointerExceptionKT-47729 False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"KT-47741 JVM / IR: VerifyError: Bad type on operand stack with iterator and invoking method reference to IntIteratorKT-43696 ClassFormatError on @JvmStatic external fun in interface companion objectKT-47715 JVM / IR, R8: External getter cannot be represented in dex formatKT-47744 UninitializedPropertyAccessException compiler exception on nested builder inference callsKT-47724 Type inference: False positive "Returning type parameter has been inferred to Nothing implicitly"KT-47684 Add warning on is checks which are always falseKT-47685 False positive CAST_NEVER_SUCCEEDS on variable of intersection typeKT-32188 NI: False positive "This cast can never succeed"KT-35687 NI: Poor cast can never succeed [CAST_NEVER_SUCCEEDS]KT-41331 False negative USELESS_IS_CHECK with nullKT-47609 JVM IR: "AssertionError: Unexpected number of type arguments" when compiling an extension property with annotation and it extends a value class with a generic parameterKT-47589 Using RequiresOptIn annotation on constructor property results in error even if the annotation has no VALUE_PARAMETER targetKT-47413 FIR: Rework FirDelegatedScopeKT-47120 JVM IR: NoClassDefFoundError when there are an extension and a regular function with the same nameKT-47492 Illegal use of DUPKT-47463 MPP: Import fails with Task 'runCommonizer' not found in root project if Kotlin configured only in moduleKT-47557 KJS: With NPM dependency IDEA import fails when performed before Gradle buildKT-47604 kotlin-stdlib-common leaks into dependencies of Android-specific source setsKT-47700 Support instantiation of annotation classes on JSKT-46204 KJS / IR: Support SuspendFunctionN as super typeKT-48344 KJS / IR: incorrect call with vararg argument from suspend functionKT-46551 KJS / IR: Add a basic sourcemap generationKT-47751 Kotlin/JS: IR + IC: "argument has no effect without source map" warnings on buildKT-48587 Deprecate some of JS-only stdlib APIKT-48584 Introduce JVM readln() and readlnOrNull() top-level functionsKT-39328 Make builder collection implementations serializableKT-47676 K/JS: MatchResult.next() returns no expected next match if called after matchEntireKT-39166 Nothing is silently mapped to Void in arguments of the type passed to typeOfKT-48566 ExceptionInInitializerError when configuring Gradle project with kotlin-multiplatform plugin on a host unsupported by Kotlin/NativeKT-48591 Kotlin/Native: Char.isHighSurrogate and Char.isLowSurrogate return wrong result for macosArm64 and iosArm64 with compiler cache enabledKT-48491 CInterop broke in Kotlin 1.5.30KT-48039 Native: support shaded (aka embeddable) compiler jar in Gradle pluginKT-42693 Remove dependency on ncurses5 libraryKT-47424 StackOverflowError in IR hashCode() methods compiling KMM module for Kotlin/Native with Kotlin 1.5.0+KT-47209 kotlin-native fails to generate valid C header if a setter takes anonymous parameter (_)KT-48074 Native: cinterop: __flexarr supportKT-47809 Kotlin/Native: ObjC-export module name usage in klib compilationKT-43024 Kotlin/Native: Windows as cross-compilation targetKT-48452 Kotlin/Native: Support thread state switching in termination handlers for the new MMKT-48143 Kotlin/Native: test fails with assert with new MM and state checkerKT-48364 Uninitialized top-level properties in new MMKT-44283 staticCFunction with CValue parameter crashes when invoked off the main threadKT-47662 [Native, All platforms] Incorrect parsing of long strings to Float and DoubleKT-47650 KClass::nestedClasses throws ClassCastException for script classes with type aliasesKT-45066 Support flexible types (nullability, mutability, raw) in typeOfKT-35877 typeOf<MutableList<>> cannot be distinguished from typeOf<List<>> in Kotlin/JVMKT-47623 Deprecate -Xuse-experimentalKT-32376 “no main manifest attribute” on running the jar for cli-compiled Kotlin objects with main functionKT-48026 Add the compiler X-flag to enable self upper bound type inferenceKT-47640 CLI: support -option=value format as for -Xoption=valueKT-47099 Add a stable compiler argument for opt-in requirements as soon as they are stableKT-30778 kotlin-compiler.jar contains shaded but not relocated kotlinx.coroutinesKT-47433 [Commonizer] Commonize functions/properties with TA/Class types in signatureKT-47691 [Commonizer] Commonize var and val propertiesKT-47434 [Commonizer] Commonize parameterized (type-alias + class) typesKT-47432 [Commonizer] Commonize (type-alias + class) types used in functionsKT-47523 MPP: Unable to resolve c-interop dependency if platform is included in an intermediate source set with the only targetKT-48278 [Commonizer] platform.posix.usleep not commonized in sqliterKT-46691 MPP: Type mismatch for hierarchically commonized typealiasesKT-47221 C-interop commonization fails if few targets reuse same source setKT-47775 Commonizer don't run for shared native code if test source set depends on mainKT-47053 MPP: Unable to resolve c-interop commonized code from shared test source setKT-48118 Commonized c-interop lib is not attached to common main source setKT-47641 Enabled cInterop commonization triggers native compilation during Gradle sync in IDEKT-47056 MPP: Change naming for folder with commonized c-interop librariesKT-40340 jvm-abi-gen plugin: failure with Android D8 (Dexer) toolKT-40133 jvm-abi-gen plugin: fails for inline function containing apply block with anonymous objectKT-28704 jvm-abi-gen plugin: avoid calling codegen twice per moduleKT-48111 JVM / IR: "IllegalAccessError: tried to access method" with NoArg plugin and sealed classKT-45202 Kapt crashes with java.io.UTFDataFormatExceptionKT-46719 Remove 'kotlin.useFallbackCompilerSearch' build optionKT-27687 Empty directories in source set causes gradle cache miss for KotlinCompile taskKT-48226 Kotlin toolchain does not set 'jvmTarget' for Kotlin tasks on configuration cache reuseKT-47792 KGP should ignore ProjectDependency when customize kotlin DependenciesKT-47867 Replace usages of IncrementalTaskInputs with InputChangesKT-47940 Kotlin JVM toolchain breaks configuration cacheKT-47520 Kotlin and Java target compatibility check produces false positive on using Gradle toolchainsKT-46978 Duplicate resource errors on gradle 7 with multi-module multiplatform project with withJavaKT-47635 Kotlin version conflict on using 'noarg' Gradle pluginKT-47636 Kotlin version conflict on using 'sam-with-receiver' Gradle pluginKT-47354 Kotlin version conflict on using 'allopen' Gradle pluginKT-46972 Migrate Kotlin repo to use Gradle toolchain featureKT-48332 Make NodeJsSetupTask and YarnSetupTask not cacheableKT-48241 KJS / Gradle: NPM test dependency may break Gradle configuration cacheKT-32071 Possibility to disable downloading of Node.js and YarnKT-37895 KJS: NPM Post-install Scripts sometimes print "node: not found"KT-34985 kotlin-gradle-plugin: Should align ways NodeJs and Yarn are downloadedKT-46343 [Commonizer] Use lockfile for NativeDistributionCommonizationCacheKT-48427 Execution failed for task ':commonizeNativeDistribution'. > java.io.FileNotFoundException lock (No such file or directory)KT-48513 Commonized platform libraries are unresolved in modules for new hierarchical MPP flagKT-48138 CInteropCommonizer: Missing commonization request if test source set has different targets than associated mainKT-35832 Gradle: MPP plugin operates with -Xuse-experimental and not with -Xopt-inKT-38111 Gradle DSL: rename useExperimentalAnnotation functionKT-47612 Task :buildKotlinToolingMetadata is incompatible with Gradle configuration cacheKT-47611 Task :generateMetadataFileForKotlinMultiplatformPublication is incompatible with Gradle configuration cacheKT-47362 Cocoapods plugin: add error reporting for case when pod is not installed on user machineKT-37513 CocoaPods Gradle plugin: Support building tests from terminal for projects depending on podsKT-47078 Support Apple Silicon in cocoapods gradle pluginKT-46804 Slow Kotlin incremental build: LookupStorage operationsKT-48025 JVM / IR / Script: IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER caused by method tnat returns outer functionKT-47927 Script: memory leak with new enginesKT-48303 main.kts script fails to detect vanished dependencies if run from the cacheKT-48177 Scripts: OutOfMemoryException with circular @file:ImportKT-46645 Scripts: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" caused by get accessorKT-43917 Gradle dependency conflict with resolutionStrategy failOnVersionConflict and kotlin 1.4KT-47853 KaptWithoutKotlincTask eagerly resolves dependencies during construction/configuration and can cause deadlocksKT-48195 Kapt causes dead lock in DefaultFileLockManagerKT-47347 KAPT: Stub generation in Gradle cache is not consistently relocatable| File | Sha256 |
|---|---|
| kotlin-compiler-1.6.0-M1.zip | 05bf439028c3454a861211d289aad1cd505e93a7f75c810406b6cf8ccdf80b6d |
| kotlin-native-linux-x86_64-1.6.0-M1.tar.gz | dfa9a3bebb2f37df173623134d8bcb85ddc8662f402dcd732defa9082f01ed1a |
| kotlin-native-macos-x86_64-1.6.0-M1.tar.gz | 5b15c96afaf25a67009228bb40db86e2bf4598ac0da5b7344094a7e55d61ad8b |
| kotlin-native-macos-aarch64-1.6.0-M1.tar.gz | 11e472c4678eebce818c6fd64c2f25df9a143dcba0c77d52b929ceb2f791ed55 |
| kotlin-native-windows-x86_64-1.6.0-M1.zip | 89ee2e6436319956bf18590ca68cc3326ea56aa15968d7b23fe7809d0941de1c |
KT-49798 [MPP] [Android] AGP 7.1.0+ android target publications leak 'AgpVersionAttr' attribute| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.32.zip | 2e728c43ee0bf819eae06630a4cbbc28ba2ed5b19a55ee0af96d2c0ab6b6c2a5 |
| kotlin-native-linux-x86_64-1.5.32.tar.gz | 3b1441171951f80272d227da8673dcceff48343a3effba36ee49e5be5f55a1a3 |
| kotlin-native-macos-x86_64-1.5.32.tar.gz | 3060512bceb7e3b0bdfe9f5af7d526192b745be1c42a317b6a455b06393513df |
| kotlin-native-macos-aarch64-1.5.32.tar.gz | b41322c2e7d88379d65554b70edc34eb05f49c9d72d528c16b64a60a9c2250b8 |
| kotlin-native-windows-x86_64-1.5.32.zip | 6d6a2dbaa65d3b5f07bb6b48cbd6fa92f616d2c8edd0afb4f19f1cc35566476a |
KT-48659 JVM / IR: Referential equality returns true for different instancesKT-48613 Kotlin/Native fails to compile debug binaries for watchosArm64 targetKT-48316 "No value passed for parameter" regression with Java annotation default values with JSR-305KT-48343 Mistake in an error message for uninferred type variable without unrestricted builder inferenceKT-48543 Native compiler crashes because of bridges for $default stubsKT-48349 OptIn markers are forbidden on local variable / value parameter / property getter only in presence of explicit Target annotationKT-48295 JVM / IR: VerifyError: Bad access to protected data in getfieldKT-48551 JVM / IR: "IllegalStateException: Inline class has no primary constructor" caused by inline class from one module and fun interface from anotherKT-47917 JVM: "UTF8 string too large" caused by a big stringKT-48440 JVM IR: Missing checkcast in generated bytecode causes VerifyError in Kotlin 1.5.30KT-48361 INTEGER_OPERATOR_RESOLVE_WILL_CHANGE is not reported in some positionsKT-48267 JVM IR: CCE on callable reference to Array constructor passed to inline functionKTIJ-15744 Reopening build.gradle.kts-based project reports MISSING_SCRIPT_BASE_CLASS KotlinBuildScript until re-importKTIJ-19005 JDK 17: "PermittedSubclasses requires ASM9" exception multiple times per second during analysisKTIJ-19504 IDE highlighting: Kotlin plugin 1.5.30 started showing some valid classes from multiplatform libraries as not existingKT-48591 Kotlin/Native: Char.isHighSurrogate and Char.isLowSurrogate return wrong result for macosArm64 and iosArm64 with compiler cache enabledKT-48491 CInterop broke in Kotlin 1.5.30| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.31.zip | 661111286f3e5ac06aaf3a9403d869d9a96a176b62b141814be626a47249fe9e |
| kotlin-native-linux-x86_64-1.5.31.tar.gz | 636b7e9e54eefa3fa1d284677a8ec2271d0f98b024a8a60127ef20a3badaae03 |
| kotlin-native-macos-x86_64-1.5.31.tar.gz | fde7224a8e04a6cd934ecbf55d4d51966f8a0668104f4316a76b3f38062d1ade |
| kotlin-native-macos-aarch64-1.5.31.tar.gz | fbd005e360253e7d7ff1cd78b7cbbe34df0592812676deada6620a53d469d803 |
| kotlin-native-windows-x86_64-1.5.31.zip | 11c2e3378ea2e0121e9c3378e58f9813fc5f7850110c0e341739ab514f1379ca |
KT-47405 Incorrect path from inlined method in stacktrace on iOS-simulator ARM64KT-47408 Incorrect line number of inlined method on iOS-simulator ARM64KT-44261 Support RxJava 3 nullability annotationsKT-32443 Experimental declarations should be contagious even when they are not explicitly usedKT-45844 Forbid using experimental markers on override declarationsKT-45845 Forbid using experimental markers on getterKT-46644 Resolve overrides for IrProperty on deserializationKT-46967 Support class type parameters annotations in FIRKT-47402 Native: optimize access to object declarations that have only const vals and no init blocksKT-47709 Make when statements with enum, sealed, and Boolean subjects exhaustive by defaultKT-47699 Support programmatic creation of class annotations and corresponding feature flag on JVMKT-45103 Direct invoke optimizationKT-47785 Compilation time increased when trying to compile AssertJ DB expression in 1.5.21KT-48361 INTEGER_OPERATOR_RESOLVE_WILL_CHANGE is not reported in some positionsKT-48180 JVM / IR: AssertionError: "Lambda with offset already exists" caused by calling inline function with default lambda parameterKT-47328 JVM / IR: NoSuchFieldError with missing CHECKCASTKT-48172 "IllegalStateException: Cannot serialize error type: [ERROR : <LOOP IN SUPERTYPES>]" in 1.5.21 with java kotlin interopKT-48230 JVM IR: CCE for multiple receivers caseKT-48262 "Inconsistent type" with JSpecify @NullMarkedKT-48167 JVM / IR: If Map#entrySet is implemented in an interface, Kotlin compiler generates incorrect code for its implementationKT-47988 JVM / IR: "VerifyError: Bad type on operand stack" when invoking apply with a local method referenceKT-48163 JVM / IR: "VerifyError: Bad type on operand stack" when throwing result of smartcastKT-47833 False positive "Type argument is not within its bounds " with upcasting in 1.5.30-M1KT-47830 Some code doesn't compile with unrestricted builder inferenceKT-39883 Deprecate computing constant values if complex boolean expressions in when condition branches and conditions of loopsKT-47037 Eliminate builder inference restrictionsKT-46726 IR + BuilderInference: AssertionError: Unbound private symbol <ERROR CLASS> on usage of this in a BuilderInference lambdaKT-43855 Support gradual introduction of new nullability annotationsKT-43142 FIR: Check UPPER_BOUND_VIOLATED for type alias constructors properlyKT-45228 Leaking builder inference type variables though callable referencesKT-42270 NI: NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER for BuilderInference with extension functionsKT-46029 JVM / IR: "Unbound private symbol: <ERROR CLASS>" when trying to save SequenceScope in propertyKT-45258 Wrong CST between types which contain stub typeKT-45224 Type safety problem through leaking of the builder inference scopeKT-22852 Report diagnostics on implicit usages of experimental APIKT-22941 Experimental marker annotation with SOURCE retention is compiled without errorKT-24993 Inference for buildSequence/yield doesn't work for labeled lambdasKT-31728 Incorrect EXPERIMENTAL_OVERRIDE_ERROR for override of experimental function in anonymous objectKT-33364 Kotlin/Native debugger: execution stops only at next line for breakpoint at when expression without parameterKT-42139 NI: NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER for emptyList / listOf (with no arguments) / emptyMap / mapOf (with no arguments) inside if block inside sequence blockKT-44241 NI: BuilderInference regressionKT-44372 FIR: KClass::java cannot be resolved as callable referenceKT-44547 Native: wrong RTTI when overriding functions with equal signatures but different type argumentsKT-44571 Segfault on unnecessary int unboxingKT-45083 Problem with property reference in builder inferenceKT-45315 Deprecate (V)::a reference resolution to companion in FE 1.0KT-46393 AE: "1 trailing arguments were found in Any<T> type" for private function with implicit anonymous return type inside generic classKT-46661 FIR: Investigate inference issue with self-types and star projectionKT-46775 [Native] [IR] Support multiple suspend lambdas as class supertypesKT-46836 Error: Invalid LLVM module on inlineClasses external testsKT-46838 NullPointerException: Parameter specified as non-null is null in CollectionsKt.joinToString()KT-46896 Native IR: NPE when using irBuiltIns.suspendFunctionKT-46996 FIR: INFERENCE_NO_INFORMATION_FOR_PARAMETER on type aliases with non-trivial expansionsKT-47034 KtValueArgument.getArgumentExpression could lead to StubBasedPsiElementBase.notBoundInExistingAstKT-47052 BuilderInference case with flatMapTo doesn't work properlyKT-47082 Stub type variable is leaked (reproduces with K/N during deserialization)KT-47143 ClassicTypeSystemContext couldn't handle: Captured(*) in Kotlin 1.5.0KT-47148 Type mismatch: inferred type is Any? but T? was expectedKT-47180 Forbid using OptIn markers on local variable, value parameter or fieldKT-47181 Forbid using OptIn markers on types or type parametersKT-47183 Segfault on int unboxingKT-47208 Backend Internal error: Exception during IR lowering: assert at IrOverridingUtilKt.buildFakeOverrideMemberKT-47276 Nullability annotations without target are ignored if type enhancement improvements are enabledKT-47450 StackOverflowException in psi2ir with many chained binary expressionsKT-47462 K/N: AssertionError: Unbound private symbol org.jetbrains.kotlin.ir.symbols.impl.IrClassSymbolImpl@6cb748db (NON-PUBLIC API): deserialized class CompanionKT-47941 "IllegalStateException: Expected some types" on a call with several excepted type constraintsKT-47854 "IllegalArgumentException: Type is inconsistent" with Android's @Nullable annotation starting in Kotlin 1.5.20KT-47899 "AssertionError: Intersection type should not be marked nullable" with 1.5.21KT-47846 Stack overflow when handling enhanced recursive type parameterKT-47747 Introduce specific error for calls which could be resolved only with unrestricted builder inferenceKT-47739 JVM / IR: NoSuchFieldError with generic sealed classesKT-47422 -Xjspecify-annotations: If a class has a @Nullable type-parameter bound, Kotlin should still treat some users' type arguments as platform typesKT-47437 Type inference failure with raw types under -Xjspecify-annotations=strictKT-47396 <?> in @NullMarked code should permit nullable typesKT-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 failsKT-47772 False negative WRONG_ANNOTATION_TARGET on type argument to function callKT-47467 JVM / IR: "AssertionError: Annotation class expected: deserialized class Array" caused by java annotation as a parameter of another annotationKT-47744 UninitializedPropertyAccessException compiler exception on nested builder inference callsKT-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 differentlyKT-47589 Using RequiresOptIn annotation on constructor property results in error even if the annotation has no VALUE_PARAMETER targetKT-47649 Important note about KJS IR compiler and stdlib compatibility in 1.5.30KT-44643 ISE: Could not generate LightClass for some declared in <null> on initialisation by lazy in a JVM module of a multiplatform projectKT-47947 Add language version 1.6 to the compiler configuration preferencesKT-47163 KJS / Gradle: Could not resolve <artifact> despite being resolvable & project buildableKT-46548 KJS: Create an IDE plugin to help with migration to and keeping compatibility with JS IR BEKT-47557 KJS: With NPM dependency IDEA import fails when performed before Gradle buildKT-46204 KJS / IR: Support SuspendFunctionN as super typeKT-38363 JS IR BE: support IC for loweringsKT-41651 JS IR BE: DCE removes render method from react components passed to the kotlinx.reactKT-46520 KJS / IR: ISE "Can't find name for declaration FUN name:CharArray_init_$Create$" on callable reference to Array constructorKT-45738 KJS / IR: Wrong generated code for when statementKT-46551 KJS / IR: Add a basic sourcemap generationKT-47477 Could not resolve kotlin-test during project import in case of multiplatform with only JVM target platformKT-47675 Converting Double to Duration may expose inexactnessKT-47419 Remove method of the MapBuilder iterator throws IOOBE instead of IllegalStateExceptionKT-47211 Kotlin Native - AbstractMutableList.addAll (with index) does not throw IndexOutOfBoundsException if elements is emptyKT-23351 Regex.splitToSequence, CharSequence.splitToSequence(Regex)KT-42851 kotlin.time.Duration toString() shows wrong result for secondsKT-45325 Parsing Duration from StringKT-34021 Regex.matchAt / matchesAtKT-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 minutesKT-44148 Escape analysis failure: Heap space out of memoryKT-46711 platform.windows._LARGE_INTEGER cannot be passed by valueKT-43780 Improve Swift/Obj-C ergonomics for object and companion objectKT-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)KT-47915 Kotlin/Native: Provide access to test cases generated by the compilerKT-44321 Support Apple Silicon without Rosetta 2KT-18277 InvalidProtocolBufferException: Stream closed on multithreaded access to built-ins data in reflectionKT-44977 Reflection: ClassCastException caused by annotations with "AnnotationTarget.TYPE" usage on array attributes accessKT-47650 KClass::nestedClasses throws ClassCastException for script classes with type aliasesKT-47623 Deprecate -Xuse-experimentalKT-30778 kotlin-compiler.jar contains shaded but not relocated kotlinx.coroutinesKT-40979 CLI: Executing "kotlinc.bat" at a root path, errors are not reported with a correct filepathKT-40994 CLI: Add documentation for -J argument in kotlinc -helpKT-46764 CLI: Java record defined in a single file root is not resolvedKT-47433 [Commonizer] Commonize functions/properties with TA/Class types in signatureKT-47691 [Commonizer] Commonize var and val propertiesKT-47434 [Commonizer] Commonize parameterized (type-alias + class) typesKT-47432 [Commonizer] Commonize (type-alias + class) types used in functionsKT-45992 [Commonizer] Allow commonization of TypeAlias and Class with same nameKT-46716 [Commonizer] Analyze leaf source sets with original platform librariesKT-46957 [Commonizer] Unresolved classifier: platform/posix/ptrdiff_t for linuxMips32KT-47133 Forbid cinterop commonization with hierarchical commonization turned offKT-47301 [Commonizer] Associative commonizationKT-46723 Kotlin Lombok: JPS: config file is searched in directory relative to compiler daemonKT-46739 @SerialInfo NPE with default parameterKT-47152 Incremental Compilation with Kotlin compile daemon and JDK 17 fails with IllegalAccessExceptionKT-45757 Add an easier way to explicitly set Kotlin daemon jvm argumentsKT-47940 Kotlin JVM toolchain breaks configuration cacheKT-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 11KT-47520 Kotlin and Java target compatibility check produces false positive on using Gradle toolchainsKT-46978 Duplicate resource errors on gradle 7 with multi-module multiplatform project with withJavaKT-27687 Empty directories in source set causes gradle cache miss for KotlinCompile taskKT-47635 Kotlin version conflict on using 'noarg' Gradle pluginKT-47636 Kotlin version conflict on using 'sam-with-receiver' Gradle pluginKT-47354 Kotlin version conflict on using 'allopen' Gradle pluginKT-45202 Kapt crashes with java.io.UTFDataFormatExceptionKT-13258 Kotlin compiler doesn't respect Gradle's "sourceCompatibility" and "targetCompatibility"KT-43095 Add support for Java Toolchain to the Gradle pluginKT-45611 KGP should declare JDK version as inputKT-47185 Migrate Gradle Integration tests to use cache redirectorKT-48226 Kotlin toolchain does not set 'jvmTarget' for Kotlin tasks on configuration cache reuseKT-44279 Kotlin-Android Gradle Plugin (KGP) should react to application of AGP rather than assume it was applied firstKT-44041 PersistentEnumeratorBase$CorruptedException: PersistentEnumerator storage corruptedKT-47436 KJS / IR: Compiler plugins not provided to link taskKT-46693 KJS: Update node.js version used inside gradle to latest 14.xKT-47559 KJS / Gradle: Run task created using eager API and breaks task configuration avoidanceKT-47176 KJS: Actualize NPM dependenciesKT-47154 KJS / Gradle: Compile task reads dependencies metadata from filesystem too long on large projectsKT-47114 KJS / IR: Could not resolve coroutines-core-jsKT-43379 KJS / Gradle: On windows, an invalid regex is generated for Webpack ProgressPluginKT-47210 [Commonizer] Avoid commonization of test source set hierarchy if possibleKT-46279 [Commonizer] Gradle 7.0 will emit warning for metadata compilation in multimodule buildsKT-47126 ios() target shortcuts should not include Apple Silicon by defaultKT-38111 Gradle DSL: rename useExperimentalAnnotation functionKT-47126 ios() target shortcuts should not include Apple Silicon by defaultKT-47612 Task :buildKotlinToolingMetadata is incompatible with Gradle configuration cacheKT-47611 Task :generateMetadataFileForKotlinMultiplatformPublication is incompatible with Gradle configuration cacheKT-42023 Kotlin Native Cocoapods plugin fails when Xcode project has custom CONFIGURATION namesKT-47653 Support multi arch build via embedAndSign taskKT-47078 Support Apple Silicon in cocoapods gradle pluginKT-47077 Support Apple Silicon in embedAndSign taskKT-27660 JS Incremental compilation fails with java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0KT-36865 IC: "ArrayIndexOutOfBoundsException: Array index out of range: 0"KT-35532 Incremental compilation often fails on @JVMMultifileClassKT-19806 IncrementalPackagePartProvider cache corruption causes frontend exceptionKT-47753 JPS: "IndexOutOfBoundsException: Index 0 out of bounds for length 0": Rebuild triggered due to IOOBE in kotlin.incremental.LookupStorage.<init>KT-46804 Slow Kotlin incremental build: LookupStorage operationsKT-45763 Failing tests in KotlinIDEKT-45689 JDK-16: kotlin-maven-plugin fails with IllegalAccessError: class com.intellij.util.io.FileChannelUtil when using incremental compilationKT-43917 Gradle dependency conflict with resolutionStrategy failOnVersionConflict and kotlin 1.4KT-46646 Scripts: ArrayIndexOutOfBoundsException on an empty script runningKT-47783 REPL: Keywords completion appears after numeric and string literalsKT-47583 KaptJavaLog fails on Java 17 due to removed constructor in com.sun.tools.javac.util.LogKT-47347 KAPT: Stub generation in Gradle cache is not consistently relocatableKT-46651 KAPT: "Source file or directory not found" - kaptGenerateStubsDebugKotlin task does not track source files properly with configuration cache enabled| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.30.zip | 25eebdb9bb2e165e4ba8efbf8ff943c45d4fc39dbffc2c1caa059e8dd813675f |
| kotlin-native-linux-x86_64-1.5.30.tar.gz | 1efad86f35543e3d5365dc6fe7dbde7f20e8330e70cf43b94d6a3f9080b2636f |
| kotlin-native-macos-x86_64-1.5.30.tar.gz | de7e9f9601e5f91aa44c0d8629da8779afaf60d0622287d67a61e72432277001 |
| kotlin-native-macos-aarch64-1.5.30.tar.gz | 7c04408bb98b59b4acc1c5a2c8837350a8ef0262bc19795da42c103e6a8c6bd0 |
| kotlin-native-windows-x86_64-1.5.30.zip | 26ceb0ddc85636d459016d7824975bf82ba6e8f0526c1961604f85348a989dbf |
KT-47405 Incorrect path from inlined method in stacktrace on iOS-simulator ARM64KT-47408 Incorrect line number of inlined method on iOS-simulator ARM64KT-47709 Make when statements with enum, sealed, and Boolean subjects exhaustive by defaultKT-47699 Support programmatic creation of class annotations and corresponding feature flag on JVMKT-47785 Compilation time increased when trying to compile AssertJ DB expression in 1.5.21KT-47941 "IllegalStateException: Expected some types" on a call with several excepted type constraintsKT-47854 "IllegalArgumentException: Type is inconsistent" with Android's @Nullable annotation starting in Kotlin 1.5.20KT-47899 "AssertionError: Intersection type should not be marked nullable" with 1.5.21KT-47846 Stack overflow when handling enhanced recursive type parameterKT-47747 Introduce specific error for calls which could be resolved only with unrestricted builder inferenceKT-47739 JVM / IR: NoSuchFieldError with generic sealed classesKT-47422 -Xjspecify-annotations: If a class has a @Nullable type-parameter bound, Kotlin should still treat some users' type arguments as platform typesKT-47437 Type inference failure with raw types under -Xjspecify-annotations=strictKT-47396 <?> in @NullMarked code should permit nullable typesKT-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 failsKT-47772 False negative WRONG_ANNOTATION_TARGET on type argument to function callKT-47467 JVM / IR: "AssertionError: Annotation class expected: deserialized class Array" caused by java annotation as a parameter of another annotationKT-47744 UninitializedPropertyAccessException compiler exception on nested builder inference callsKT-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 differentlyKT-47589 Using RequiresOptIn annotation on constructor property results in error even if the annotation has no VALUE_PARAMETER targetKT-47947 Add language version 1.6 to the compiler configuration preferencesKT-23351 Regex.splitToSequence, CharSequence.splitToSequence(Regex)KT-42851 kotlin.time.Duration toString() shows wrong result for secondsKT-45325 Parsing Duration from StringKT-34021 Regex.matchAt / matchesAtKT-47915 Kotlin/Native: Provide access to test cases generated by the compilerKT-47650 KClass::nestedClasses throws ClassCastException for script classes with type aliasesKT-47623 Deprecate -Xuse-experimentalKT-30778 kotlin-compiler.jar contains shaded but not relocated kotlinx.coroutinesKT-47433 [Commonizer] Commonize functions/properties with TA/Class types in signatureKT-47691 [Commonizer] Commonize var and val propertiesKT-47434 [Commonizer] Commonize parameterized (type-alias + class) typesKT-47432 [Commonizer] Commonize (type-alias + class) types used in functionsKT-47152 Incremental Compilation with Kotlin compile daemon and JDK 17 fails with IllegalAccessExceptionKT-45757 Add an easier way to explicitly set Kotlin daemon jvm argumentsKT-47940 Kotlin JVM toolchain breaks configuration cacheKT-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 11KT-47520 Kotlin and Java target compatibility check produces false positive on using Gradle toolchainsKT-46978 Duplicate resource errors on gradle 7 with multi-module multiplatform project with withJavaKT-27687 Empty directories in source set causes gradle cache miss for KotlinCompile taskKT-47635 Kotlin version conflict on using 'noarg' Gradle pluginKT-47636 Kotlin version conflict on using 'sam-with-receiver' Gradle pluginKT-47354 Kotlin version conflict on using 'allopen' Gradle pluginKT-45202 Kapt crashes with java.io.UTFDataFormatExceptionKT-47559 KJS / Gradle: Run task created using eager API and breaks task configuration avoidanceKT-38111 Gradle DSL: rename useExperimentalAnnotation functionKT-47612 Task :buildKotlinToolingMetadata is incompatible with Gradle configuration cacheKT-47611 Task :generateMetadataFileForKotlinMultiplatformPublication is incompatible with Gradle configuration cacheKT-47653 Support multi arch build via embedAndSign taskKT-47078 Support Apple Silicon in cocoapods gradle pluginKT-47077 Support Apple Silicon in embedAndSign taskKT-45689 JDK-16: kotlin-maven-plugin fails with IllegalAccessError: class com.intellij.util.io.FileChannelUtil when using incremental compilationKT-43917 Gradle dependency conflict with resolutionStrategy failOnVersionConflict and kotlin 1.4| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.30-RC.zip | 5b59032acde09c1eab1c73ac5d494cc0b9abbe4183230ceb60039e561586a958 |
| kotlin-native-linux-x86_64-1.5.30-RC.tar.gz | 7a3d09ae6053af5278b23c92336a7dc4177bb8642da0b93cda8f05d7fa978d6b |
| kotlin-native-macos-x86_64-1.5.30-RC.tar.gz | 05f298b4b82db524d27e9b114fa9047be84adf0cbfb655c773d9ea821b096d3c |
| kotlin-native-macos-aarch64-1.5.30-RC.tar.gz | 3c7765b68f0c88cca3e7794e3511e0f48b69d9c0c1da13c249bd5f3307e3fe9f |
| kotlin-native-windows-x86_64-1.5.30-RC.zip | 435feb53f5e3bd60d5cf4723ffed9fdc563632b375d509e3e61836fbf1626a98 |
KT-32443 Experimental declarations should be contagious even when they are not explicitly usedKT-45844 Forbid using experimental markers on override declarationsKT-45845 Forbid using experimental markers on getterKT-46644 Resolve overrides for IrProperty on deserializationKT-46967 Support class type parameters annotations in FIRKT-47402 Native: optimize access to object declarations that have only const vals and no init blocksKT-22852 Report diagnostics on implicit usages of experimental APIKT-22941 Experimental marker annotation with SOURCE retention is compiled without errorKT-24993 Inference for buildSequence/yield doesn't work for labeled lambdasKT-31728 Incorrect EXPERIMENTAL_OVERRIDE_ERROR for override of experimental function in anonymous objectKT-33364 Kotlin/Native debugger: execution stops only at next line for breakpoint at when expression without parameterKT-42139 NI: NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER for emptyList / listOf (with no arguments) / emptyMap / mapOf (with no arguments) inside if block inside sequence blockKT-44241 NI: BuilderInference regressionKT-44372 FIR: KClass::java cannot be resolved as callable referenceKT-44547 Native: wrong RTTI when overriding functions with equal signatures but different type argumentsKT-44571 Segfault on unnecessary int unboxingKT-45083 Problem with property reference in builder inferenceKT-45315 Deprecate (V)::a reference resolution to companion in FE 1.0KT-46393 AE: "1 trailing arguments were found in Any<T> type" for private function with implicit anonymous return type inside generic classKT-46661 FIR: Investigate inference issue with self-types and star projectionKT-46775 [Native] [IR] Support multiple suspend lambdas as class supertypesKT-46836 Error: Invalid LLVM module on inlineClasses external testsKT-46838 NullPointerException: Parameter specified as non-null is null in CollectionsKt.joinToString()KT-46896 Native IR: NPE when using irBuiltIns.suspendFunctionKT-46996 FIR: INFERENCE_NO_INFORMATION_FOR_PARAMETER on type aliases with non-trivial expansionsKT-47034 KtValueArgument.getArgumentExpression could lead to StubBasedPsiElementBase.notBoundInExistingAstKT-47052 BuilderInference case with flatMapTo doesn't work properlyKT-47082 Stub type variable is leaked (reproduces with K/N during deserialization)KT-47143 ClassicTypeSystemContext couldn't handle: Captured(*) in Kotlin 1.5.0KT-47148 Type mismatch: inferred type is Any? but T? was expectedKT-47180 Forbid using OptIn markers on local variable, value parameter or fieldKT-47181 Forbid using OptIn markers on types or type parametersKT-47183 Segfault on int unboxingKT-47208 Backend Internal error: Exception during IR lowering: assert at IrOverridingUtilKt.buildFakeOverrideMemberKT-47276 Nullability annotations without target are ignored if type enhancement improvements are enabledKT-47450 StackOverflowException in psi2ir with many chained binary expressionsKT-47462 K/N: AssertionError: Unbound private symbol org.jetbrains.kotlin.ir.symbols.impl.IrClassSymbolImpl@6cb748db (NON-PUBLIC API): deserialized class CompanionKT-44643 ISE: Could not generate LightClass for some declared in <null> on initialisation by lazy in a JVM module of a multiplatform projectKT-47163 KJS / Gradle: Could not resolve <artifact> despite being resolvable & project buildableKT-47557 KJS: With NPM dependency IDEA import fails when performed before Gradle buildKT-38363 JS IR BE: support IC for loweringsKT-45738 KJS / IR: Wrong generated code for when statementKT-46520 KJS / IR: ISE "Can't find name for declaration FUN name:CharArray_init_$Create$" on callable reference to Array constructorKT-46551 KJS / IR: Add a basic sourcemap generationKT-47477 Could not resolve kotlin-test during project import in case of multiplatform with only JVM target platformKT-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 minutesKT-44148 Escape analysis failure: Heap space out of memoryKT-46711 platform.windows._LARGE_INTEGER cannot be passed by valueKT-43780 Improve Swift/Obj-C ergonomics for object and companion objectKT-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)KT-44321 Support Apple Silicon without Rosetta 2KT-18277 InvalidProtocolBufferException: Stream closed on multithreaded access to built-ins data in reflectionKT-44977 Reflection: ClassCastException caused by annotations with "AnnotationTarget.TYPE" usage on array attributes accessKT-40979 CLI: Executing "kotlinc.bat" at a root path, errors are not reported with a correct filepathKT-40994 CLI: Add documentation for -J argument in kotlinc -helpKT-46764 CLI: Java record defined in a single file root is not resolvedKT-45992 [Commonizer] Allow commonization of TypeAlias and Class with same nameKT-46716 [Commonizer] Analyze leaf source sets with original platform librariesKT-46957 [Commonizer] Unresolved classifier: platform/posix/ptrdiff_t for linuxMips32KT-47133 Forbid cinterop commonization with hierarchical commonization turned offKT-47301 [Commonizer] Associative commonizationKT-46723 Kotlin Lombok: JPS: config file is searched in directory relative to compiler daemonKT-46739 @SerialInfo NPE with default parameterKT-13258 Kotlin compiler doesn't respect Gradle's "sourceCompatibility" and "targetCompatibility"KT-43095 Add support for Java Toolchain to the Gradle pluginKT-45611 KGP should declare JDK version as inputKT-47185 Migrate Gradle Integration tests to use cache redirectorKT-47176 KJS: Actualize NPM dependenciesKT-47154 KJS / Gradle: Compile task reads dependencies metadata from filesystem too long on large projectsKT-47114 KJS / IR: Could not resolve coroutines-core-jsKT-43379 KJS / Gradle: On windows, an invalid regex is generated for Webpack ProgressPluginKT-47126 ios() target shortcuts should not include Apple Silicon by defaultKT-42023 Kotlin Native Cocoapods plugin fails when Xcode project has custom CONFIGURATION namesKT-27660 JS Incremental compilation fails with java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0KT-45763 Failing tests in KotlinIDEKT-46646 Scripts: ArrayIndexOutOfBoundsException on an empty script running| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.30-M1.zip | 63cf21ed7a642926786541aeb964bbe0c5a76025ed6c37ef57d145c795921575 |
| kotlin-native-linux-x86_64-1.5.30-M1.tar.gz | 88f021688d36a29062081274e18101b2cc619b9bdd6e726ba869010cc2ee1b27 |
| kotlin-native-macos-x86_64-1.5.30-M1.tar.gz | f0401b6bc6c15794c3776a9752e9dc39ccab27c9a31fadfd41ba40a3b9615f86 |
| kotlin-native-macos-aarch64-1.5.30-M1.tar.gz | 1df2da185c8d4312c5020766e1b635fb37c840a20e9b3809435a8732c31e8815 |
| kotlin-native-windows-x86_64-1.5.30-M1.zip | b71405030f2f4ca59452eee97792179731af9545ecff1da23408326815363e9e |
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-47446 Improve warning message INTEGER_OPERATOR_RESOLVE_WILL_CHANGEKT-47447 False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"KT-47449 JVM / IR: ClassCastException IrStarProjectionImpl cannot be cast to IrTypeProjectionKT-47459 "IndexOutOfBoundsException: Index 0 out of bounds for length 0" caused by MarkertManager dependencyKT-47480 StackOverflowError: Recursion on erasion of raw type with interdependent type parametersKT-47161 Serializable 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-47455 Kotlin lombok plugin NullPointerExceptionKT-47513 Lombok compiler plugin failed with 'Recursion detected in a lazy value under LockBasedStorageManager@1c21db60 (TopDownAnalyzer for JVM)'KT-47444 Gradle Plugin: Publishing project with "maven-publish" fails when dependency versions are omitted (NPE in MppDependencyRewritingUtilsKt.associateDependenciesWithActualModuleDependencies)KT-47416 Kapt Gradle DSL ignores javaCompilerOptions in 1.5.20| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.21.zip | f3313afdd6abf1b8c75c6292f4e41f2dbafefc8f6c72762c7ba9b3daeef5da59 |
| kotlin-native-linux-1.5.21.tar.gz | 63330f898f307cb2330ef04a5d36ac4cd29128912a2d9a93b8cde5b7b99ec96f |
| kotlin-native-macos-1.5.21.tar.gz | 3bf60142e04094112c64ca31d6f3a7382adf210bb222c8b03579bed0d3ff5611 |
| kotlin-native-windows-1.5.21.zip | e22212e58a39066ae976a45a8bc877cd2e2018fb9adc321b957779b38561c064 |
KT-43262 No error for Java generic class @NotNull type parameter used in Kotlin with nullable type argumentKT-44373 FIR: support error / warning suppressionKT-45189 Support nullability annotations at module levelKT-45284 Emit warnings based on jspecify annotationsKT-45525 Allow to omit JvmInline annotation for expect value classesKT-46545 Emit annotations on function type parameters into bytecode for -jvm-target 1.8 and aboveKT-36646 Don't box primitive values in equality comparison with objects in JVM_IRKT-8325 Unresolved annotation should be an errorKT-19455 Type annotation unresolved on a type parameter of a supertype in anonymous object expressionKT-24643 Prohibit using a type parameter declared for an extension property inside delegateKT-25876 Annotations on return types and supertypes are not analyzedKT-28449 Annotation target is not analyzed in several cases for type annotationsKT-36770 Prohibit unsafe calls with expected @NotNull T and given Kotlin generic parameter with nullable boundKT-36880 K/N IR: Reference to expect property in actual declaration is not remappedKT-38325 IllegalStateException: No parameter with index 0-0 when iterating Scala 2.12.11 ListKT-38342 FIR: Consider renaming diagnostic from AMBIGUITY to OVERLOAD_RESOLUTION_AMBIGUITYKT-38476 [FIR] Forgotten type approximationKT-38540 Kotlin/Native Set<T>.contains fails with specific enum setupKT-40425 IrGenerationExtension. Support simple reporting to compiler output (for development/debug)KT-41620 ClassCastException: Class cannot be cast to java.lang.VoidKT-41679 NI: TYPE_MISMATCH wrong type inference of collection with type Any and integer literalKT-41818 NI: False positive IMPLICIT_NOTHING_TYPE_ARGUMENT_IN_RETURN_POSITION leads to NothingValueException on delegated propertiesKT-42239 IR: Report compilation error instead of throwing an exception (effectively crash compiler) when some declaration wasn't found while deserializationKT-42631 ArrayIndexOutOfBoundsException was thrown during IR loweringKT-43258 NI: False positive "Suspend function 'invoke' should be called only from a coroutine or another suspend function" when calling suspend operator fun on object property from last expression of a crossinlined suspend lambdaKT-44036 Enum initialization orderKT-44511 FIR DFA: smartcast after if (nullable ?: boolean)KT-44554 RAW FIR: NPE in RawFirBuilderKT-44682 raw FIR: incorrect source for qualified accessKT-44695 *_TYPE_MISMATCH_ON_OVERRIDE checkers do not work for anonymous objectsKT-44699 FIR: incorrect lambda return type (led to a false alarm: PROPERTY_TYPE_MISMATCH_ON_OVERRIDE)KT-44802 FIR bootstrap: trying to access package private classKT-44813 FIR bootstrap: various errors in collection-like classesKT-44814 FIR bootstrap: incorrect cast in when branchKT-44942 [FIR] ClassCastException in boostrap testsKT-44995 FIR: false positive for ANNOTATION_ARGUMENT_MUST_BE_CONSTKT-45010 FIR: lambda arguments of inapplicable call is not resolvedKT-45048 FIR bootstrap: VerifyError on KtUltraLightClassKT-45052 FIR bootstrap: inapplicable candidate in GenerateSpecTests.ktKT-45121 FIR IDE: redundant vararg parameter type transformationKT-45136 Native: dividing Int.MIN_VALUE by -1 crashes or hangsKT-45236 JVM / IR: "IllegalStateException: Symbol with IrTypeParameterSymbolImpl is unbound" caused by contracts and sealed classKT-45308 Psi2ir: "AssertionError: TypeAliasDescriptor expected" caused by using typealias from one module as a type in another module without a transitive dependencyKT-45316 [FIR] Ambiguity between two implicit invokes with receiverKT-45344 FIR: Wrong inferred type for nullable type parameterKT-45385 FIR: false positive MUST_BE_INITIALIZED_OR_BE_ABSTRACT after rethrowKT-45475 [FIR] No smartcast after throw in if inside try blockKT-45508 False negative ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED on a fake override with an abstract super class memberKT-45578 REPL: Unresolved imports are cached for the subsequent compilationsKT-45685 JVM IR: capturing a variable into crossinline suspend lambda makes the function inside inline function no longer unbox ResultKT-45584 [FIR] Fix overriding property and java function in java classKT-45697 JVM IR: ISE "Function has no body" on getter of private field in a class present both in sources and dependenciesKT-45842 Compiler doesn't allow a shared class to inherit a platform-specific sealed classKT-45848 False negative [SEALED_INHERITOR_IN_DIFFERENT_MODULE] error in compiler for a platform-specific inheritor of a shared sealed classKT-45931 There is no warning based on nullability java annotationKT-45998 JVM IR: AE when an accessor to a protected companion object member is being generated in child classKT-46048 Enum entries init order in companion objectKT-46074 FIR: private-in-file fun interface is considered invisible in this fileKT-46173 No error reporting on annotations on target type of as expression in returnKT-46235 JVM IR: Stack overflow error on large expressionsKT-46270 [FIR] Support @PublishedAPI in inline checkerKT-46539 Generate annotations on type parameters bounds in bytecodeKT-46578 JVM IR: IllegalAccessError accessing property delegated to java super class protected field referenceKT-46597 JVM IR: AssertionError: SyntheticAccessorLowering should not attempt to modify other files - crossinline accessorKT-46601 JVM / IR: IllegalStateException: "Can't find method 'invokeinvoke`" when default lambda takes inline class parametersKT-46670 StackOverflowError on inheritance from raw type where class has protobuf-like recursive genericsKT-46715 JVM / IR: "AssertionError: Unbound symbols not allowed IrConstructorSymbolImpl" with enum classes with the same name in test and src foldersKT-46759 JVM IR: CCE in LateinitUsageLowering on @JvmStatic lateinit property in objectKT-46777 [Native] [IR] Support suspend function as super typeKT-46802 JVM / IR: "UnsupportedOperationException: Unknown structure of ADAPTER_FOR_CALLABLE_REFERENCE" caused by function reference on @JvmStatic function with unused default parametersKT-46813 JVM / IR: "ClassCastException: Integer cannot be cast to class Result" with Flow and fold methodKT-46822 JVM IR: StackOverflowError on compiling a large data classKT-46837 Backend Internal error: Exception during IR lowering: assert at IrOverridingUtilKt.buildFakeOverrideMemberKT-46921 JVM / IR: "IndexOutOfBoundsException: Cannot pop operand off an empty stack" caused by crossinline parameter and label returnKT-46984 Type parameter bounds aren't used to report corresponding mismatch warningsKT-46985 There aren't warnings by java nullability annotationsKT-46986 There aren't warnings by java nullability annotationsKT-46989 There aren't warnings by java nullability annotationsKT-46990 There aren't warnings by java nullability annotations on method's violated type argumentsKT-47019 K/N: IrProperty.overriddenSymbols can't be used in common IR backend modules yet because it doesn't fully work in NativeKT-33783 Document when a range created with rangeTo is emptyKT-44638 clone() call is unresolved in JVM module of a multiplatform projectKT-45629 [ULC] KtUltraLightFieldForSourceDeclaration.nameIdentifier returns nullKT-44825 Can't open Kotlin compiler settings in newly created projectKT-45908 Reproduciable 'org.jetbrains.kotlin.idea.caches.resolve.KotlinIdeaResolutionException: Kotlin resolution encountered a problem while analyzing KtNameReferenceExpression'KT-45175 FIR IDE: Exception with local property in init blockKT-45199 FIR IDE: Error while collecting diagnostic on stale element after replacing element in quickfixKT-45312 FIR IDE: FIR plugin throws exception on synthetic functionKT-34401 KotlinGradleModelBuilder builds models for non-kotlin modules and always trigger full task configuration.KT-45277 Wrong jvm target in gradle module in IDEAKT-46488 Import of a multiplatform project with MPP module depending on Kotlin/JVM one failsKT-45075 Inspection: Redundant creation of Json formatKT-45347 Sealed interfaces: quickfix to move to package/module of sealed class/interface should not be shown in case of read-only declarationKT-45348 Sealed interfaces: show error for usage of sealed class/interface from a library in Java source codeKT-46063 In multiplatform code, suggest to generate remaining when branches at least for shared sealed classesKT-44431 Quickfix to move class/interface to proper location: it is allowed to choose test source in JPS project while compiler does not allow itKT-39320 [Commonizer] Reduce memory consumptionKT-40235 KJS: IR. Broken support for external interface companionKT-40689 KJS / IR: strange and slow code for kotlin.math.max and kotlin.math.min for DoubleKT-44138 KJS / IR: Constant folding works incorrectly with unsigned arithmeticKT-44394 KJS / IR: null companion object for existed stdlib interfaces NodeFilter and SVGUnitTypesKT-44950 KJS / IR: "IllegalStateException: Can't find name for declaration" in case of extending export declared class without @JsExport annotationKT-45057 KJS / IR: "ClassCastException" when using js function in init blockKT-45361 KJS / IR: IrConstructorCall representing annotation always returns UnitKT-46608 KJS: "Could not load content..." for source mapsKT-45655 KJS: "REINTERPRET_CAST" is not copyableKT-45866 Default parameter with generic in expect-actual declarationsKT-46859 Exception during IR lowering: NullPointerException was thrown at: optimizations.FoldConstantLowering.tryFoldingUnaryOpsKT-43899 KMM: Fix "stale framework" usage by XCode & AppCode in default build scriptKT-43701 Stdlib: Expand KDoc of inc() and dec() for operatorsKT-46002 Support all Unicode digit chars in digitToInt (JS and Native)KT-46183 Add default value for ignoreCase in K/N String.replace/replaceFirstKT-46184 Equivalize isLowerCase and isUpperCase behavior in all platformsKT-33175 IR: String constants with incorrect surrogate pairs aren't preserved during serialization/deserializationKT-44799 Different behavior with functional interfaces in Kotlin/Native on iOSKT-42796 [Reverse C Interop] Package with no public methods generate empty struct in the header, leading to an errorKT-38600 Kotlin MP iOS Target doesn't contain kdoc commentsKT-45127 KMM: hard to pass an error to Kotlin code from implementation of Kotlin method in Swift codeKT-45063 Profiling indicates that a lot of time is spent on updateHeapRef on Apple platforms when running KMP codeKT-10838 Provide sensible toString() for property accessors in reflectionKT-13490 Equality doesn't work for KProperty.Accessor implementationsKT-14772 ISE (FNFE "Not a directory") on compilation with destination argument clashing with an existing file which is not a directoryKT-18184 CompileEnvironmentException: Invalid jar path on "-d" with .jar in non-existing directoryKT-40977 Report a readable diagnostic on empty -J argument in CLIKT-45497 [Commonizer] c-interop commonization: Dependency commonizationKT-46077 [Commonizer] Add commonizer_target to commonized klib's manifestKT-46107 [Commonizer] CInteropCommonizerTask receives faulty dependencies in multi module projects containing multiple c-interopsKT-46248 MPP: Compile KotlinMetadata fails with Unresolved reference if only one native platform from shared source set is availableKT-46856 [Commonizer] Many targets can fail with 'filename too long'KT-7112 Support calling Lombok-generated methods within same moduleKT-45538 Serialization, JVM IR: "AssertionError: No such type argument slot in IrConstructorCallImpl" with inner classesKT-45541 JVM / IR / Serialization: NullPointerException caused by "Serializable" annotation and local data classKT-46469 Kotlin Lombok: accessors with AccessLevel.MODULE fail to resolveKT-46529 Kotlin Lombok: with @Accessors without explicit prefix the prefix from lombok.config is not taken into accountKT-46531 Kotlin Lombok: lombok.getter.noIsPrefix is processed depending on character caseKT-46920 NullPointerException in CodeGeneratorVisitor when packing for xcodeKT-24533 Kapt should not run when annotation processors are not configuredKT-43988 Enable plugin validation during buildKT-45301 Gradle: Empty build/kotlin dir with custom build directoryKT-45519 loadAndroidPluginVersion() impacts performance negatively and noticeably in multimodule Android buildKT-45744 Create Kotlin Gradle Plugin JUnit5 basic test setupKT-45834 Gradle Plugin read system property related to kotlinCompilerClasspath breaks use of configuration cacheKT-46401 Deprecate 'kotlin.parallel.tasks.in.project' build propertyKT-46820 Gradle: kotlinc (1.5.0) race condition causes a NullPointerExceptionKT-47317 Restore 'kotlinPluginVersion' property in 'KotlinBasePluginWrapper'KT-42911 Support Gradle configuration cache for K/JS tasksKT-45294 KJS / Gradle: Number of modules in project affects JS tasks configuration cache state sizeKT-45754 KJS / IR: Remove adding option of source maps in Gradle pluginKT-46178 KJS / Dukat: Added as a dependency always without conditionKT-46976 KJS: Broken support for dynamically created webpack.config.dKT-47045 [Gradle, JS] Task requirements are added to all compilations with same nameKT-36679 MPP Gradle plugin: Improve messaging for the commonizerKT-45832 CInteropCommonization: Filter out illegal dependenciesKT-46394 Multiplatform: Gradle 7 supportKT-46517 Add kotlin-project-model as api dependency to kotlin-gradle-plugin-apiKT-27240 MPP Gradle plugin: Provide a framework packing task for Kotlin/NativeKT-39016 Missing stdlib when the downloading process was abortedKT-40907 Xcode error after switching between device and simulator: Building for iOS, but the linked and embedded framework was built for iOS Simulator.KT-44059 iosSimTest tasks are never up-to-dateKT-45801 compileIosMainKotlinMetadata compilation property of gradle task is not initialized and fails with Execution failed for task ':shared:generateProjectStructureMetadata'KT-46680 Register concrete "embedAndSign" tasks instead umbrellaKT-46892 Kotlin Multiplatform Gradle Plugin: EmbedAndSign task always contains a default framework nameKT-44741 Incremental compilation: inspectClassesForKotlinIC doesn't determine changes with imported constantKT-34351 KotlinTargetsIndex creation takes too long even if project doesn't have any kotlinKT-45191 [JPS] Marking method as "default" in Java SAM interface doesn't affect dependenciesKT-46242 Support Lombok kotlin plugin in JPS and mavenKT-28901 Consider caching annotation processors classloadersKT-27123 kapt: missing space in error log makes location non-clickableKT-29929 [Kapt] Stub generator uses constant value in method annotation instead of constant name 2.KT-31146 kapt: executableElement.getAnnotation(JvmOverloads::class.java) returns nullKT-32202 Gradle task kaptKotlin fails: "module not found" in Java 11 modular applicationKT-34838 Kapt: 'cannot find symbol' for a top-level property with anonymous delegateKT-35104 Support @JvmStatic in KAPT stubsKT-35167 Kapt Gradle plugin doesn't handle --module-path javac argumentKT-37586 KAPT: When delegated property use an unknown type (to-be-generated class), correctTypeError will mess up the $delegate field typeKT-39060 Kapt: correctErrorTypes don't retain return type of getter in Java stubKT-39715 KaptGenerateStubsTask resolves annotation processor options too early (before execution time)KT-41581 Kapt doesn't have line breaks between warningsKT-43804 Kapt fails to preserve parameter names in open suspend functionsKT-43686 KaptWithoutKotlincTask should use @CompileClasspath for kotlinStdlibClasspath for cache relocateability.KT-45032 Kapt: NullPointerException: insnList.first must not be nullKT-46176 Kapt: "java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 3" with delegation and property reference| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.20.zip | edf34263ddaabd48f7ec59661e4c0d1dc868462fd3a1ea323083d0e3e83a8a8b |
| kotlin-native-linux-1.5.20.tar.gz | 9449219ec9465b14adda1b730ac14ef02da93e9f98219f7303bf70c4c875b7db |
| kotlin-native-macos-1.5.20.tar.gz | 45aadfacaa6680b8eeba0569aaa12af36b33d47ed6a7c7900895f9176f71e1d0 |
| kotlin-native-windows-1.5.20.zip | aeee65cdc6dedab8dee9308cf15c7227530c0a24c7342becc2e0d6cd882cd430 |
KT-42239 IR: Report compilation error instead of throwing an exception (effectively crash compiler) when some declaration wasn't found while deserializationKT-44373 FIR: support error / warning suppressionKT-38342 FIR: Consider renaming diagnostic from AMBIGUITY to OVERLOAD_RESOLUTION_AMBIGUITYKT-38476 [FIR] Forgotten type approximationKT-44682 raw FIR: incorrect source for qualified accessKT-44813 FIR bootstrap: various errors in collection-like classesKT-45508 False negative ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED on a fake override with an abstract super class memberKT-45578 REPL: Unresolved imports are cached for the subsequent compilationsKT-45685 JVM IR: capturing a variable into crossinline suspend lambda makes the function inside inline function no longer unbox ResultKT-46235 JVM IR: Stack overflow error on large expressionsKT-46578 JVM IR: IllegalAccessError accessing property delegated to java super class protected field referenceKT-46597 JVM IR: AssertionError: SyntheticAccessorLowering should not attempt to modify other files - crossinline accessorKT-46601 JVM / IR: IllegalStateException: "Can't find method 'invokeinvoke`" when default lambda takes inline class parametersKT-46759 JVM IR: CCE in LateinitUsageLowering on @JvmStatic lateinit property in objectKT-46777 [Native] [IR] Support suspend function as super typeKT-46802 JVM / IR: "UnsupportedOperationException: Unknown structure of ADAPTER_FOR_CALLABLE_REFERENCE" caused by function reference on @JvmStatic function with unused default parametersKT-46813 JVM / IR: "ClassCastException: Integer cannot be cast to class Result" with Flow and fold methodKT-46822 JVM IR: StackOverflowError on compiling a large data classKT-46837 Backend Internal error: Exception during IR lowering: assert at IrOverridingUtilKt.buildFakeOverrideMemberKT-46921 JVM / IR: "IndexOutOfBoundsException: Cannot pop operand off an empty stack" caused by crossinline parameter and label returnKT-33783 Document when a range created with rangeTo is emptyKT-44825 Can't open Kotlin compiler settings in newly created projectKT-45277 Wrong jvm target in gradle module in IDEAKT-39320 [Commonizer] Reduce memory consumptionKT-44394 KJS / IR: null companion object for existed stdlib interfaces NodeFilter and SVGUnitTypesKT-45361 KJS / IR: IrConstructorCall representing annotation always returns UnitKT-46859 Exception during IR lowering: NullPointerException was thrown at: optimizations.FoldConstantLowering.tryFoldingUnaryOpsKT-46002 Support all Unicode digit chars in digitToInt (JS and Native)KT-46184 Equivalize isLowerCase and isUpperCase behavior in all platformsKT-40425 IrGenerationExtension. Support simple reporting to compiler output (for development/debug)KT-45308 Psi2ir: "AssertionError: TypeAliasDescriptor expected" caused by using typealias from one module as a type in another module without a transitive dependencyKT-38600 Kotlin MP iOS Target doesn't contain kdoc commentsKT-10838 Provide sensible toString() for property accessors in reflectionKT-14772 ISE (FNFE "Not a directory") on compilation with destination argument clashing with an existing file which is not a directoryKT-18184 CompileEnvironmentException: Invalid jar path on "-d" with .jar in non-existing directoryKT-40977 Report a readable diagnostic on empty -J argument in CLIKT-45538 Serialization, JVM IR: "AssertionError: No such type argument slot in IrConstructorCallImpl" with inner classesKT-46469 Kotlin Lombok: accessors with AccessLevel.MODULE fail to resolveKT-46529 Kotlin Lombok: with @Accessors without explicit prefix the prefix from lombok.config is not taken into accountKT-46531 Kotlin Lombok: lombok.getter.noIsPrefix is processed depending on character caseKT-24533 Kapt should not run when annotation processors are not configuredKT-46401 Deprecate 'kotlin.parallel.tasks.in.project' build propertyKT-46820 Gradle: kotlinc (1.5.0) race condition causes a NullPointerExceptionKT-46976 KJS: Broken support for dynamically created webpack.config.dKT-46394 Multiplatform: Gradle 7 supportKT-46517 Add kotlin-project-model as api dependency to kotlin-gradle-plugin-apiKT-46680 Register concrete "embedAndSign" tasks instead umbrellaKT-46892 Kotlin Multiplatform Gradle Plugin: EmbedAndSign task always contains a default framework nameKT-31146 kapt: executableElement.getAnnotation(JvmOverloads::class.java) returns nullKT-35167 Kapt Gradle plugin doesn't handle --module-path javac argumentKT-41581 Kapt doesn't have line breaks between warnings| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.20-RC.zip | 3537d9e9c57f4afc4e8359f695da98f631319464ba1330c70b1b4aca5d30b84e |
| kotlin-native-linux-1.5.20-RC.tar.gz | d84ea3f3187aaeb21cceb5402cc74951a7a737799ce68a701f58b76e5ef534a0 |
| kotlin-native-macos-1.5.20-RC.tar.gz | b97b9cadb3791905dc15c090f3981dcb8a6eb4d31cf3721763070e12009d4b8e |
| kotlin-native-windows-1.5.20-RC.zip | c4ba183f211652881434ce4b41bde87b626d319134f5163bb8c295c186f3e1d5 |
KT-45189 Support nullability annotations at module levelKT-45525 Allow to omit JvmInline annotation for expect value classesKT-46545 Emit annotations on function type parameters into bytecode for -jvm-target 1.8 and aboveKT-36646 Don't box primitive values in equality comparison with objects in JVM_IRKT-8325 Unresolved annotation should be an errorKT-19455 Type annotation unresolved on a type parameter of a supertype in anonymous object expressionKT-24643 Prohibit using a type parameter declared for an extension property inside delegateKT-25876 Annotations on return types and supertypes are not analyzedKT-28449 Annotation target is not analyzed in several cases for type annotationsKT-36770 Prohibit unsafe calls with expected @NotNull T and given Kotlin generic parameter with nullable boundKT-38325 IllegalStateException: No parameter with index 0-0 when iterating Scala 2.12.11 ListKT-38540 Kotlin/Native Set<T>.contains fails with specific enum setupKT-41620 ClassCastException: Class cannot be cast to java.lang.VoidKT-41679 NI: TYPE_MISMATCH wrong type inference of collection with type Any and integer literalKT-41818 NI: False positive IMPLICIT_NOTHING_TYPE_ARGUMENT_IN_RETURN_POSITION leads to NothingValueException on delegated propertiesKT-42631 ArrayIndexOutOfBoundsException was thrown during IR loweringKT-43258 NI: False positive "Suspend function 'invoke' should be called only from a coroutine or another suspend function" when calling suspend operator fun on object property from last expression of a crossinlined suspend lambdaKT-44036 Enum initialization orderKT-44511 FIR DFA: smartcast after if (nullable ?: boolean)KT-44554 RAW FIR: NPE in RawFirBuilderKT-44695 *_TYPE_MISMATCH_ON_OVERRIDE checkers do not work for anonymous objectsKT-44699 FIR: incorrect lambda return type (led to a false alarm: PROPERTY_TYPE_MISMATCH_ON_OVERRIDE)KT-44802 FIR bootstrap: trying to access package private classKT-44814 FIR bootstrap: incorrect cast in when branchKT-44942 [FIR] ClassCastException in boostrap testsKT-44995 FIR: false positive for ANNOTATION_ARGUMENT_MUST_BE_CONSTKT-45010 FIR: lambda arguments of inapplicable call is not resolvedKT-45048 FIR bootstrap: VerifyError on KtUltraLightClassKT-45052 FIR bootstrap: inapplicable candidate in GenerateSpecTests.ktKT-45121 FIR IDE: redundant vararg parameter type transformationKT-45136 Native: dividing Int.MIN_VALUE by -1 crashes or hangsKT-45316 [FIR] Ambiguity between two implicit invokes with receiverKT-45344 FIR: Wrong inferred type for nullable type parameterKT-45475 [FIR] No smartcast after throw in if inside try blockKT-45584 [FIR] Fix overriding property and java function in java classKT-45697 JVM IR: ISE "Function has no body" on getter of private field in a class present both in sources and dependenciesKT-45842 Compiler doesn't allow a shared class to inherit a platform-specific sealed classKT-45848 False negative [SEALED_INHERITOR_IN_DIFFERENT_MODULE] error in compiler for a platform-specific inheritor of a shared sealed classKT-46048 Enum entries init order in companion objectKT-46074 FIR: private-in-file fun interface is considered invisible in this fileKT-46173 No error reporting on annotations on target type of as expression in returnKT-46270 [FIR] Support @PublishedAPI in inline checkerKT-46539 Generate annotations on type parameters bounds in bytecodeKT-46670 StackOverflowError on inheritance from raw type where class has protobuf-like recursive genericsKT-46715 JVM / IR: "AssertionError: Unbound symbols not allowed IrConstructorSymbolImpl" with enum classes with the same name in test and src foldersKT-44638 clone() call is unresolved in JVM module of a multiplatform projectKT-45629 [ULC] KtUltraLightFieldForSourceDeclaration.nameIdentifier returns nullKT-45908 Reproduciable 'org.jetbrains.kotlin.idea.caches.resolve.KotlinIdeaResolutionException: Kotlin resolution encountered a problem while analyzing KtNameReferenceExpression'KT-45175 FIR IDE: Exception with local property in init blockKT-45199 FIR IDE: Error while collecting diagnostic on stale element after replacing element in quickfixKT-45312 FIR IDE: FIR plugin throws exception on synthetic functionKT-34401 KotlinGradleModelBuilder builds models for non-kotlin modules and always trigger full task configuration.KT-46488 Import of a multiplatform project with MPP module depending on Kotlin/JVM one failsKT-45075 Inspection: Redundant creation of Json formatKT-45347 Sealed interfaces: quickfix to move to package/module of sealed class/interface should not be shown in case of read-only declarationKT-45348 Sealed interfaces: show error for usage of sealed class/interface from a library in Java source codeKT-46063 In multiplatform code, suggest to generate remaining when branches at least for shared sealed classesKT-44431 Quickfix to move class/interface to proper location: it is allowed to choose test source in JPS project while compiler does not allow itKT-40235 KJS: IR. Broken support for external interface companionKT-40689 KJS / IR: strange and slow code for kotlin.math.max and kotlin.math.min for DoubleKT-44138 KJS / IR: Constant folding works incorrectly with unsigned arithmeticsKT-44950 KJS / IR: "IllegalStateException: Can't find name for declaration" in case of extending export declared class without @JsExport annotationKT-45057 KJS / IR: "ClassCastException" when using js function in init blockKT-45655 KJS: "REINTERPRET_CAST" is not copyableKT-45866 Default parameter with generic in expect-actual declarationsKT-43701 Stdlib: Expand KDoc of inc() and dec() for operatorsKT-36880 K/N IR: Reference to expect property in actual declaration is not remappedKT-45236 JVM / IR: "IllegalStateException: Symbol with IrTypeParameterSymbolImpl is unbound" caused by contracts and sealed classKT-33175 IR: String constants with incorrect surrogate pairs aren't preserved during serialization/deserializationKT-44799 Different behavior with functional interfaces in Kotlin/Native on iOSKT-42796 [Reverse C Interop] Package with no public methods generate empty struct in the header, leading to an errorKT-45127 KMM: hard to pass an error to Kotlin code from implementation of Kotlin method in Swift codeKT-45063 Profiling indicates that a lot of time is spent on updateHeapRef on Apple platforms when running KMP codeKT-13490 Equality doesn't work for KProperty.Accessor implementationsKT-45497 [Commonizer] c-interop commonization: Dependency commonizationKT-46077 [Commonizer] Add commonizer_target to commonized klib's manifestKT-46107 [Commonizer] CInteropCommonizerTask receives faulty dependencies in multi module projects containing multiple c-interopsKT-46248 MPP: Compile KotlinMetadata fails with Unresolved reference if only one native platform from shared source set is availableKT-7112 Support calling Lombok-generated methods within same moduleKT-45541 JVM / IR / Serialization: NullPointerException caused by "Serializable" annotation and local data classKT-43988 Enable plugin validation during buildKT-45301 Gradle: Empty build/kotlin dir with custom build directoryKT-45519 loadAndroidPluginVersion() impacts performance negatively and noticeably in multimodule Android buildKT-45744 Create Kotlin Gradle Plugin JUnit5 basic test setupKT-45834 Gradle Plugin read system property related to kotlinCompilerClasspath breaks use of configuration cacheKT-42911 Support Gradle configuration cache for K/JS tasksKT-45294 KJS / Gradle: Number of modules in project affects JS tasks configuration cache state sizeKT-45754 KJS / IR: Remove adding option of source maps in Gradle pluginKT-46178 KJS / Dukat: Added as a dependency always without conditionKT-36679 MPP Gradle plugin: Improve messaging for the commonizerKT-45832 CInteropCommonization: Filter out illegal dependenciesKT-39016 Missing stdlib when the downloading process was abortedKT-44059 iosSimTest tasks are never up-to-dateKT-45801 compileIosMainKotlinMetadata compilation property of gradle task is not initialized and fails with Execution failed for task ':shared:generateProjectStructureMetadata'KT-44741 Incremental compilation: inspectClassesForKotlinIC doesn't determine changes with imported constantKT-34351 KotlinTargetsIndex creation takes too long even if project doesn't have any kotlinKT-45191 [JPS] Marking method as "default" in Java SAM interface doesn't affect dependenciesKT-46242 Support Lombok kotlin plugin in JPS and mavenKT-28901 Consider caching annotation processors classloadersKT-27123 kapt: missing space in error log makes location non-clickableKT-29929 [Kapt] Stub generator uses constant value in method annotation instead of constant name 2.KT-32202 Gradle task kaptKotlin fails: "module not found" in Java 11 modular applicationKT-34838 Kapt: 'cannot find symbol' for a top-level property with anonymous delegateKT-35104 Support @JvmStatic in KAPT stubsKT-37586 KAPT: When delegated property use an unknown type (to-be-generated class), correctTypeError will mess up the $delegate field typeKT-39060 Kapt: correctErrorTypes don't retain return type of getter in Java stubKT-39715 KaptGenerateStubsTask resolves annotation processor options too early (before execution time)KT-43804 Kapt fails to preserve parameter names in open suspend functionsKT-45032 Kapt: NullPointerException: insnList.first must not be nullKT-46176 Kapt: "java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 3" with delegation and property reference| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.20-M1.zip | b50394e669651024025c23c53779c75f68d4fc9ab7bfecd58ea5e2c9eda5a390 |
| kotlin-native-linux-1.5.20-M1.tar.gz | ef9fb39d2c4bdba16a9ca0849abb26cb6384f444464505087b4a8ebde6ed6103 |
| kotlin-native-macos-1.5.20-M1.tar.gz | 84d6f412eaec3b61929310cf45dfff7e230d6d676ffea14014aa99cbd6668222 |
| kotlin-native-windows-1.5.20-M1.zip | b9c86df611a63b513f3a327da740007a018012639b6a64b50439fd186bda87bf |
KT-41078 Incorrect type substitution in contracts with type parametersKT-44770 JVM / IR: "IllegalArgumentException: Unrecognized Type: [null]" Jackson doesn't recognize typeKT-45084 JVM IR: "NoSuchElementException: Sequence contains no element matching the predicate" when inline class is passed to lambda with >22 parametersKT-45779 JVM / IR: java.lang.NoSuchMethodError: 'int java.lang.Integer.plus(int)' caused by function referenceKT-45941 JVM IR: local functions use generic type parameters of the outer class in the bytecode, which breaks Bytebuddy and MockKKT-46149 Generate synthetic classes for SAM adapters with erased instead of generic supertypeKT-46189 JVM IR: tailrec function with capturing lambda in default parameter value leads to NoSuchMethodError at runtimeKT-46214 JVM / IR: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" on a suspend function in an inner classKT-46238 JVM IR: BootstrapMethodError in JDK 11+ on intersection type passed in arguments of SAM adapter where SAM interface's type parameter has a non-trivial upper boundKT-46259 JVM IR: local function for adapted function reference is not declared as ACC_SYNTHETICKT-46284 JVM IR: "Unbound private symbol IrClassSymbol" on class reference to script classKT-46402 IllegalAccessError: "CapturedLambdaInterpreter (in unnamed module @0x71b06418) cannot access class jdk.internal.org.objectweb.asm.Type" caused by inline function with a suspend parameter in Maven projectKT-46408 JVM IR: BootstrapMethodError due to missing bridge for subclass of generic Java interfaceKT-46426 JVM IR: Corrupted .class file when passing Array constructor reference as (inline) lambdaKT-46455 OOM on parsing invalid code with string interpolationKT-46503 JVM IR: "AssertionError: Unexpected variance in super type argument: out @1"KT-46505 JVM IR: NullPointerException caused by a callable reference with nullable inline value class parameterKT-46512 JVM / IR: NoSuchMethodError on SAM conversion of a function referenceKT-46515 IndexOutOfBoundsException: "Empty list doesn't contain element at index 0." on bad variable name in 1.5.0KT-46516 JVM IR: "AnalyzerException: Expected I, but found R" on subclassing AbstractMutableList<Int>KT-46524 Cannot use unsigned literals with api-version < 1.5 even with opt-inKT-46537 JVM / IR: "IllegalStateException: No noarg super constructor for CLASS" caused by "No-arg" plugin with annotation on child classKT-46540 JVM / IR: AnalyzerException: Expected an object reference, but found J caused by java.function.SupplierKT-46554 JVM IR: "IllegalStateException: No mapping for symbol: VAR IR_TEMPORARY_VARIABLE" with value class constructor delegation callKT-46555 JVM IR: IllegalAccessError when using Java method referenceKT-46562 Kotlin 1.5.0 generates non-serializable lambdas when they should be serializableKT-46568 JVM IR: "AssertionError: IrCall expected inside JvmStatic wrapper" on compiling protected static function with return type Nothing inside companion object of abstract classKT-46574 JVM / IR: ClassCastException caused by runBlocking awaiting call while returning Kotlin.Result type.KT-46579 JVM IR: "IllegalArgumentException: Sequence contains more than one matching element" for Java enum with overloaded values() static methodKT-46584 JVM IR: Intrinsics.needClassReification (UnsupportedOperationException thrown). Property delegate provider crossinline lambda inlining/reification issueKT-46751 JVM / IR:"ClassCastException: java.lang.String cannot be cast to java.lang.Void" in extension function in Kotlin 1.5KT-45981 failed to analyze: java.lang.AssertionError: diagnostic callback has been already registered: Code analysis get stuck in AS 2020.3.1.14 & Kotlin v1.5.0-M2KT-46622 60+ second freezes with Kotlin plugin 1.5.0: GetModuleInfoKt.findJvmStdlibAcrossDependenciesKT-46417 [UNRESOLVED_REFERENCE] For project to project dependencies of native platform test source setsKT-46280 JvmRecord annotation missing constructor in commonKT-44013 NPE: When calling constructor of a function type while inheriting from it, despite it's an interfaceKT-46590 Kotlin Android Extensions 1.5.0 generates bad writeToParcel() method for nullable Array typesKT-41142 Kotlin version conflict when using Kotlin Gradle plugins in pre-compiled script pluginKT-46353 Optimizations disabled in Gradle 7 for KAPT when generating sourcesKT-46368 Memory leak with 1.5.0-RC when building with GradleKT-46689 Track -Xuse-old-backend flag usageKT-46006 KJS \ Gradle: Task without declaring an explicit or implicit dependency on jsGenerateExternalsIntegrated in Gradle 7KT-46162 KJS: Exported items unavailable on dev serverKT-46331 KJS: With kotlin.js.webpack.major.version=4 browserXRun tasks failKT-46567 Kotlin 1.5.0 parcelize compilation fails in new backend when using TypeParceller with nested genericsKT-45532 Do not create Kapt stubs directory during configuration time| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.10.zip | 2f8de1d73b816354055ff6a4b974b711c11ad55a68b948ed30b38155706b3c4e |
| kotlin-native-linux-1.5.10.tar.gz | 0463222fb84e0f997e3c71af89ed1d1c4b3b9894cafffe5fc0ba1f125cf362ea |
| kotlin-native-macos-1.5.10.tar.gz | bc227baad4a4c8b5cdf0b1a08fa3fb59132043f2ea88e2343c5f25584f5de3cd |
| kotlin-native-windows-1.5.10.zip | e0816d91da9c4c38b3ef8891033185cb183f4a901054c9f17a9c72295ed40324 |
KT-42684 StackOverflowError on recursive inline arguments in inline funKT-28791 Kotlin serialization with inline classesKT-30222 Support JVM target version selection in Kotlin bytecode tool windowKT-41884 Support 'file' target for JvmSynthetic annotationKT-43677 Support for Java recordsKT-43920 Support loading binary Java annotations on fieldsKT-44278 Generate SAM-converted lambdas and function references using 'invokedynamic' on JDK 1.8+KT-44650 Deprecate JVM target version 1.6KT-44787 Suspend functions in fun interfacesKT-44865 Allow to declare protected constructors in sealed classesKT-44869 Compiling sealed interface with version less than 1.5: error message from future could be providedKT-6336 Optimize generation of local functionsKT-7307 Optimize infix call of String.plusKT-18692 Optimize '<optimizable_range> step x' for-in loopKT-19978 Inefficient bytecode generated for function references undergoing Java SAM conversionKT-23565 OperationsMapGenerated.kt generates unreasonable amount of bytecodeKT-23825 Tail suspend call utilizing elvis operator does not take advantage of suspend tail call optimizationKT-23826 A suspend function on the right side of a returned || condition is not tail call optimizedKT-25348 No compile time unsigned integer conversion when using hex literalKT-26060 Support a compiler mode to compile lambda expressions using invokedynamic instructionKT-26590 Do not generate create method for suspend lambdas if its arity >= 2KT-27427 Optimize nullable check introduced with 'as' castKT-28246 Redundant boxing/unboxing isn't eliminated by the compiler in case of inline classes and javaClass intrinsicKT-30605 Constant folding doesn't evaluate inv() functionKT-36845 Generate enum-based TABLESWITCH/LOOKUPSWITCH on a value with smart cast to enum in JVM_IRKT-39585 JVM BE generates redundant accessor calls when accessing static final field lifted from companionKT-40886 Old JVM BE unspills ACONST_NULL from continuationKT-42621 Kotlin binary size considerably larger for code extensively using stream APIKT-44153 NI: Low Memory and IntelliJ hangs when quotes in split() are missedKT-45410 JVM / IR: Extreme performance regression on arithmetic operations inside a loopKT-6007 Support changed return type of inlined generic function when lambda returns anonymous objectKT-6055 Failed invoke plus assign on array element accessed via several args through local get/set convention extensionsKT-6879 CompilationException when local classes hierarchy is placed within other local or inner declarationKT-8120 NoSuchMethodError on local class constructor call inside a local classKT-8199 "Cannot pop operand off an empty stack" for local class using a captured variable as default value for constructor parameterKT-10835 "AssertionError: Non-outer parameter incorrectly mapped to outer" when inlining object literal extending inner classKT-12790 Don't generate synthetic accessors for private inline function/propertiesKT-13213 IllegalArgumentException in ByteVector.putUTF8 on attempt to compile file with moderately long string literalKT-14628 "UnsupportedOperationException: Don't know how to generate outer expression" for nested class inheriting from inner class with a companion objectKT-14833 JVM internal error: Augment assignment and increment are not supported for local delegated properties and inline propertiesKT-15403 Suspend operator get wrong code generated by BE (NoSuchMethodError)KT-15404 Suspend operator set wrong code generatedKT-16084 Proguard can't find enclosing class of let closure inside apply closureKT-16151 Internal compiler error when using plusAssign operator with mutable mapKT-16221 Support in/!in suspend operatorsKT-16282 "Cannot pop operand off an empty stack" for plusAssign with default parameters in setter operatorKT-16445 java.lang.VerifyError: Bad type on operand stack when delegating an interface through a private reified function inside an objectKT-16520 Invalid bytecode semantics for set call by convention with default parametersKT-16567 Inliner creates redundant objects on source inliningKT-16752 Delegating function interface to function reference does not workKT-17554 Incorrect cast to Unit generated on annotated when-expression with a single-branch if insideKT-17738 Java cannot extend class implementing kotlin.collections.MapKT-17753 Strange behavior of if and return statementsKT-18583 "ISE: Recursive call in a lazy value" for generic sealed class with nested subclass in a when(this) with inferred return typeKT-19861 "IllegalStateException: Label wasn't found during iterating through instructions" for plusAssign with safe callKT-20306 Make 'when' over an 'expect' enum class non-exhaustiveKT-20869 kotlin.jvm.internal.DefaultConstructorMarker should be publicKT-20996 IllegalStateException: Cannot get FQ name of local class: class <no name provided> in metadata serialization for common codeKT-21014 Incorrect bytecode generated for 'PrimitiveArray::size'KT-21092 Reference javaClass for generic property: "couldn't transform method node: get()"KT-21778 "IllegalStateException: Couldn't build context" for inline function inside an anonymous objectKT-21900 VerifyError on equals on generic primitive typeKT-22098 "UnsupportedOperationException: Don't know how to generate outer expression" on extension function call inside lambda in anonymous object super constructor callKT-22488 Bad line numbers generated for '&&' expressionKT-22972 A compiler bug(?) in Number class descendantsKT-23619 Transform stateless singleton lambda during inlineKT-23881 Declaration of lambda in inlined apply block holds reference to superfluous references causing leakKT-24135 Calling invoke on crossinline suspend lambda leads to no state-machineKT-24193 NoClassDefFoundError: java/lang/Cloneable$DefaultImpls on inheritance from Cloneable through an interfaceKT-24305 ClassNotFoundException when using Java reflection on local class in an inlined lambdaKT-24564 Custom operator fun set on ByteArray resolves properly but is miscompiledKT-25400 "NoClassDefFoundError: kotlin/KotlinPackage" with Turkish system locale on macOSKT-26130 Incorrect method signature for a generic function with inline class as a type parameter upper boundKT-26360 "Method from super interface has a different signature" for Interface that extends both interfaces with and without @JvmDefaultKT-26473 Error on compiling inline class with calls of super methods equals(), hashCode(), toString()KT-26474 VE “Bad type on operand stack” at runtime on calling toString() method of inline class with calls of super methods (toString(), equals(), hashCode()) insideKT-26592 Do not generate private suspend functions as synthetic package-privateKT-27449 NoSuchMethodError for local suspend function with suspend lambda parameter with default valueKT-27469 "Cannot pop operand off an empty stack" for compound assignment (plusAssign) with a vararg operator getKT-27825 Gradually prohibit non-abstract classes containing abstract members invisible from that classes (internal/package-private)KT-27830 "Incompatible stack heights" with suspend inline function in do while loop that executes suspend lambdaKT-28042 "Cannot pop operand off an empty stack" for a bound callable reference of lambda inside inline functionKT-28166 "Argument 1: expected I, but found R" for generic method with generic parameter or receiver with inline class upper boundKT-28331 Consider generating accessors for lateinit properties to avoid assertion on each callKT-28573 Inliner does not update references to transformed objectKT-29331 "AnalyzerException: Argument 1: expected R, but found I" with local generic extension property called on Int receiverKT-29595 NoClassDefFoundError with inline reified function with lambda argument returning anonymous objectKT-29802 Incorrect reification when the same type parameter name is used for different reified typesKT-30041 "AnalyzerException: Expected an object reference, but found ." on nested suspend function calls outer suspend functionKT-30066 Consider adding annotations to ConeKotlinTypeKT-30280 Inline class class literal gets unwrapped in annotation argumentsKT-30402 Constant folding works incorrectly with unsigned arithmeticsKT-30548 "java.lang.IndexOutOfBoundsException: Cannot pop operand off an empty stack" while compiling access to a private lateinit companion fieldKT-30629 java.lang.VerifyError: Bad type on operand stack when using a function reference to a generic propertyKT-30933 Inline function produces IllegalAccessError on property reference from different packageKT-31136 "AnalyzerException: Argument 1: expected R, but found I" on x::javaClass when x is inline class object built around primitive typeKT-31227 Prohibit using array based on non-reified type parameters as reified type arguments on JVMKT-31592 NoSuchMethodException when inlining public function accessing a protected static Java class memberKT-31727 Object expression captures all variables used in constructorKT-32023 "AnalyzerException: Expected I, but found R" with inline suspend function used with callable referenceKT-32115 NPE during initialization of enum class with delegated propertyKT-32153 "AnalyzerException: Expected an object reference, but found ." with recursive suspend local functionKT-32351 ClassNotFoundException for anonymous object implementing interface inside a lambda with data class and inline methodsKT-32384 Safe cast to generic type argument with inline class upper-bound throws NPE instead of ClassCastExceptionKT-32579 java.lang.VerifyError: Bad type on operand stack on calling inner class of inherited class in super class when casting to inherited classKT-32749 "VerifyError: Call to wrong <init> method" with inline function and accessing class field from anonymous objectKT-32793 Generated code crashes by ClassCastException with local suspend function and inline classKT-32812 "AnalyzerException: Argument 1: expected R, but found I" invoking function with default parameter inherited by inline classKT-32821 Missing unboxing of inline class for complex hierarchy of suspend callsKT-33155 ClassNotFoundException for qualified this in anonymous object and as a result of inline function callKT-33173 Internal error: "AnalyzerException: Expected I, but found R" for supercall inside inline lambda from HashSet.remove implementationKT-33577 NoSuchFieldError with nested anonymous objects accessing outer instance propertyKT-33836 Wrong code generated for a local tailrec suspend function.KT-33873 ClassCastException invoking UByte setter function via reflectionKT-34018 "Cannot pop operand off an empty stack" with inline lambda with callable referenceKT-34186 JDK11: class file contains malformed variable arity method for vararg sealed class constructorKT-34202 IllegalAccessError on callable reference of function from multifile facade from standard libraryKT-34255 @JvmStatic tailrec function: "Cannot pop operand off an empty stack"KT-34507 Incorrect generated code for mutable collection stub methods in case of presence of functions with similar signatureKT-34665 Possible index overflow in optimized "for" loop over withIndex()KT-34754 Flow builder: "AnalyzerException: Expected an object reference, but found ." with recursive suspend local functionKT-34816 "AnalyzerException: Expected an object reference, but found I" on "this" in inline class member extension suspend functionKT-34841 ClassNotFoundException when invoke param function inside anonymous object methodKT-35008 "AnalyzerException: Expected an object reference, but found I" in inline class companion calling private constructorKT-35166 NoSuchMethodError at runtime with local property delegate on anonymous object referencing another anonymous objectKT-35224 It's possible to pass non-spread arrays after arguments with SAM-conversionKT-35301 MethodInliner fails with "AssertionError: <init> call doesn't correspond to object transformation info" for qualified this in SAM constructor used as parameter of anonymous object inside inline lambdaKT-35419 Failed to generate expression: KtNamedFunction for local suspend tailrec function with receiverKT-35511 VerifyError: "Bad type on operand stack" after reificationKT-35553 Kotlin compiler generates methods that always have line number 1 for Inline ClassesKT-35725 "AssertionError: Couldn't find a context for a super-call" for super member call in property initializer of companion objectKT-36420 ClassCastException with inline class Foo extending generic Comparable<Foo>KT-36713 AnalyzerException: "Incompatible stack heights" with suspend and inline suspend functionsKT-36794 Move $assertionsDisabled field to the top-level classKT-36853 IR: UninitializedPropertyAccessException on tailrec with object expression in default argumentKT-36875 "RuntimeException: Trying to access skipped parameter" on synthetic local variable access from inline functionKT-36916 AnalyzerException: Argument 1: expected I, but found R when using inline class with rxjavaKT-36957 Exception during codegen: cannot pop operand off an empty stack (Nothing variable in string interpolation)KT-36984 SAM adapter classes should be generated as anonymous inner classes in JVM_IRKT-37704 Incorrect SMAP syntaxKT-37716 "AssertionError: <init> call doesn't correspond to object transformation info" with inline reified type parameter, anonymous object and lambda in constructor callKT-37972 IllegalAccessError on initializing property reference for a property declared in JvmMultifileClass with -Xmultifile-parts-inheritKT-38100 Support local delegated properties (not inlined) in new JVM default modesKT-38833 JVM: java.lang.ClassCastException when loop variable is nullable in for loop over unsigned progressionKT-38849 Read-only variable initialized in non-inline lambda using contract callsInPlace EXACTLY_ONCE is not captured correctly in nested lambdasKT-38869 JVM BE produces invalid bytecode when inheriting from AbstractList and declaring methods that look like MutableList implementors (but they aren't)KT-38965 "UnsupportedOperationException: Don't know how to generate outer expression: Closure" with reference to local variable in block argument of anonymous object by delegationKT-39289 CCE in if-else inside annotated 'if' statementKT-39425 AbstractMethodError: "Receiver class does not define or inherit an implementation of the resolved method" using classes with complex Java and Kotlin inheritance hierarchies.KT-39434 IllegalAccessError with local delegated property in lambda in inlined functionKT-39687 "Couldn't find captured this" when more than 3 inline functions are nestedKT-39784 "IndexOutOfBoundsException: Cannot pop operand off an empty stack" caused by JvmOverloads annotation inside an inline classKT-40165 ClassCastException caused by SAM conversion used on a functional interface with suspended functionKT-40179 "VerifyError: Bad type on operand stack" with parent class get extension function and child class set extension function which used inside child class plusAssign extension functionKT-40277 Fix generic types in special bridge methodsKT-40308 NoSuchFieldError for multiple delegated extension properties with the same name in a companion objectKT-40338 NoSuchFieldError on property without backing field that is called as function referenceKT-40392 Deprecate JvmDefault annotation and old -Xjvm-default modesKT-40396 NI: Exceptions when ambiguous type argument and generic invokeKT-40510 "AssertionError: DELEGATION slice must override something" for ByteBuffer delegationKT-40601 VerifyError: "interface method reference is in an indirect superinterface" when calling @JvmDefault suspend methodKT-40809 "Couldn't find captured field" compiler error with local function with recursive call through method referenceKT-41056 Increase stub version due to new "contract" keywordKT-41105 IllegalStateException: 'Couldn't find declaration file <class name>' with inline delegate declared in another fileKT-41165 "IllegalStateException: Concrete fake override public final fun" when an enum class inherits an interface with a variable 'name' or 'ordinal'KT-41222 "IllegalStateException: Concrete fake override public final fun" when a class property is inherited as merged 'var' from 'val' and 'var' from parent abstract class and interface propertiesKT-41255 JDK 11: "VerifyError: Bad type on operand stack" with long function body with annotated when expressionKT-41427 NoSuchMethodError caused by implementation by delegation to function referenceKT-41508 ClassNotFoundException caused by object with overridden function inside a lambda with safe cast receiverKT-41750 Inline classes: ClassCastExceptionError when calling .withIndex() on Iterator over ArrayKT-41758 Deprecate kotlin.Metadata.bytecodeVersion and avoid using it in the compilerKT-41770 AssertionError: "Asm parameter types should be the same length as Kotlin parameter types" cause by fun interfaceKT-41874 "IllegalStateException: Couldn't obtain compiled function body" on extension delegated property with inline operator getValue in a different fileKT-41917 [FIR] Incorrect calculating property type for override from intersection scopeKT-42012 IllegalAccess to protected field instead of getterKT-42017 "AssertionError: Unsigned type expected: UInt?" during codegen when a variable of nullable unsigned type is checking for presence in the rangeKT-42032 "AnalyzerException: Expected I, but found R" while using Flow.reduce() with suspend function referenceKT-42034 ArrayIndexOutOfBoundsException in PopBackwardPropagationTransformer on external override of function in inline classKT-42064 "Parameter specified as non-null is null" with default value of the parameter in operator funKT-42069 JVM IR: -Xreport-output-files doesn't report any source files for META-INF/*.kotlin_module filesKT-42083 AbstractMethodError when 'remove' with irrelevant generic parameter but matching JVM signature is present in Kotlin collection classKT-42092 JVM / IR: "AnalyzerException: Argument 1: expected R, but found J" when trying to add to ArrayList the result of a function applied to intKT-42175 Psi2ir: "AssertionError: Undefined parameter referenced: <this>" on augmented assignment on this in a BuilderInference lambdaKT-42179 Platform declaration clash when extending abstract Java class implementing 'java.util.Collection' by abstract Kotlin class implementing Kotlin Set or ListKT-42321 JVM IR: do not cast integer value based on the type of a literal receiver of an operator callKT-42337 NoSuchMethodError in JVM backend with inheritance of private functions in the interfaceKT-42404 "Supertypes of the following classes cannot be resolved" in Rider projectKT-42472 No TYPE_INFERENCE_UPPER_BOUND_VIOLATED for Delegated Properties do not check types (in Kotlin 1.4.10)KT-42487 "IndexOutOfBoundsException: Cannot pop operand off an empty stack" caused by USELESS_IS_CHECK of Double typeKT-42533 (N until MIN_VALUE).reversed() should be an empty progression in for loopsKT-42588 "IllegalStateException: Concrete fake override public open fun" caused by val override with var with delegation.KT-42634 Different bridges and abstract stubs behavior in abstract class implementing Map<K, String> in JVM and JVM_IRKT-42635 ClassCastException with inline class in for loopKT-42662 AbstractMethodError when using partially specialized generic Map classKT-42694 @get:Synchronized causes the JVM getter method not to be generatedKT-42753 "VerifyError: Bad invokespecial instruction: interface method reference is in an indirect superinterface" with jvm-default=allKT-42879 JVM: Declaration clash in fun interface implementation returning an inline classKT-42900 "VerifyError: Bad return type" incorrect bytecode when a property and an extension property in inline class have the same namesKT-42946 FIR2IR: Fix super-calls to Java overrides of special built-inKT-42971 JVM: "AssertionError: Unsigned type expected: T" with UInt loop rangeKT-42990 "AssertionError: Next value after NEW should be one generated by DUP" caused by extension properties with accessors annotataed as @JvmStaticKT-43034 AssertionError: Compiler fails with complicated tailrec + inline caseKT-43048 JVM_IR: Implement coroutines state clearingKT-43050 JVM IR: incorrect mangling for method with type parameter with inline class bound in the signatureKT-43059 Different bridges behavior in class implementing Map<String, String> in JVM and JVM_IRKT-43063 Redundant DefaultImpls delegate is generated in old JVM backend on explicit "duplicate" inheritance from interfaceKT-43069 JVM: incorrect generic signature for method with implicit return type Nothing overriding a method from CollectionKT-43099 Tailrec call in not tail-call position leads to internal compiler errorKT-43106 JVM: custom remove in Iterator subclass results in a synthetic bridgeKT-43120 JVM: "Expected an object reference, but found ." caused by function which is passed as reference to suspend parameterKT-43167 JVM IR, serialization: "No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" with data class containing property defined in bodyKT-43255 Verify error when inheriting from an abstract class implementing Collection with stub-like method in superclassKT-43303 NI: False negative TYPE_INFERENCE_UPPER_BOUND_VIOLATED when inferred type argument is not a subtype of type parameter upper boundKT-43333 AbstractMethodError when calling 'toArray' from Java on a Kotlin Collection with custom internal 'toArray'KT-43334 AbstractMethodError when calling 'remove' from Java on a Kotlin Collection with custom internal 'remove'KT-43342 [FIR2IR] No getter or backing field found for delegated member callKT-43347 [FIR] Synthetic setter with unmatched parameter type isn't foundKT-43401 JVM_IR. Additional synchronized flag on JvmOverloads-generated adapter for Synchronized functionKT-43405 Turkish locale, Linux Mint: "NoSuchMethodError: 'int[] kotlin.jvm.internal.Intrinsics$Kotlin.intArrayOf(int[])'" with intArrayOf function callKT-43460 JVM: redundant private setter is generated in case of multifile facadeKT-43473 "VerifyError: Bad type on operand stack" caused by operator get with optional argument in superclass when called via square brackets on subclassKT-43518 JVM_IR. Additional strictfp flag on JvmOverloads-generated adapter for Strictfp functionKT-43569 FIR: inapplicable candidate(s): kotlin/collections/setKT-43616 [FIR] Nullable type parameter-based type after merge in ifKT-43669 FIR: No real overrides for FUN IR_EXTERNAL_DECLARATION_STUBKT-43682 Inline extension method of a multifile library inline class not foundKT-43687 FIR: UnusedChecker does not take annotation arguments into accountKT-43688 FIR: unused checker doesn't handle invokes properlyKT-43749 "UnsupportedOperationException: Don't know how to generate outer expression: Closure" caused by Flow and collect method with function reference as a parameterKT-43812 JVM IR: SAM wrapper class with generic supertype mentions missing type parameter in the signatureKT-43832 JVM IR: missing bridges for inheritance of class from interface in a complex generic diamond hierarchyKT-43851 JVM IR: function call returning object instance is removed during constant propagationKT-43864 JVM: "Assertion error after mandatory stack transformations: incorrect bytecode" with lateinit property of type T, which has a primitive type upperboundKT-43887 Problem with FunctionReferenceLowering$FunctionReferenceBuilder in kotlin nativeKT-43912 JVM internal error: Augment assignment and increment are not supported for local delegated properties and inline propertiesKT-43915 Back-end (JVM) Internal error: wrong bytecode generated for default methodKT-43938 NSME when calling 'kotlin.Number' methods on instance of Java class extending Kolin abstract class extending 'kotlin.Number'KT-43942 org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Failed to generate functionKT-43949 FIR: unresolved callable reference as lambda returnKT-43983 IllegalStateException: "Couldn't obtain compiled function body for public final suspend inline fun" after moving inline extension function to libraryKT-43984 FIR: recursion in overridden symbolsKT-43984 FIR: recursion in overridden symbolsKT-44010 FIR: Inapplicable constructor due to an unresolved referenceKT-44030 FIR2IR: uncached type parameters in delegated propertyKT-44032 FIR2IR: uncached type parameters in Java fieldKT-44050 FIR: anonymous object as IR parentKT-44054 FIR2IR: incorrect IR origin for substituted override functionKT-44058 CompilationException: open suspend fun with @JvmStatic in open class companionKT-44069 please remove deprecated usagesKT-44066 FIR Java: override ambiguity with vararg value typeKT-44114 CompilationException when inlining a extension suspend function declared in interface companion with 'this' reference to extension receiverKT-44131 "UnsupportedOperationException: Don't know how to generate outer expression: Closure" when using suspend lambda and a function referenceKT-44140 JVM IR: compilation of kotlin.Result crashes with IOOBE while generating toString-implKT-44141 JVM IR: "ISE: There should be underlying type for inline class type" on usage of type parameter with Result upper bound inside a lambdaKT-44192 Allow a greater number of constants in an enum classKT-44202 "ClassCastException" when getting delegated property with inline class and Any/Any? typeKT-44210 KJS / IR: "AssertionError: Undefined parameter referenced: <this> defined" caused by plus assign operators in build blocksKT-44233 [IR] Collection Stub generation not correctly considering java.util Collection iteratorsKT-44234 Private companion property with explicit setter generates invalid bytecodeKT-44269 "[TAILREC_ON_VIRTUAL_MEMBER_ERROR] Tailrec is not allowed on open members" with Spring annotation and private tailrec functionKT-44284 Make Kotlin binaries publicly unavailable (set KotlinCompilerVersion.IS_PRE_RELEASE = true)KT-44316 ReenteringLazyValueComputationException when analyzing complex lazy delegateKT-44347 Back-end (JVM) Internal error: Couldn't transform method node for suspend function with wrong local for ContinuationKT-44368 "IllegalStateException: Error type encountered" when inlining 'invoke' operator without enough information on type variableKT-44412 JVM IR backend fails to compile break in condition of do whileKT-44420 False NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATION with 1.4.30-RCKT-44429 JVM IR: unnecessary integer unboxing leads to NPE when using mockito-kotlinKT-44439 Type inference of generic types failing java interopKT-44440 Too many Nothings in inferred typeKT-44471 Fix failing script tests after switching to 1.5KT-44474 Compiler expects sealed type inheritors from platform specific source-sets in when expression in common source-setKT-44483 JVM IR: CCE on calling generic vararg function reference with Array expected typeKT-44527 Suspend function with kotlin.Result: ClassCastException class kotlin.Result cannot be cast to class ...KT-44529 Inline class calls wrong iterator method in for loopKT-44533 JVM IR: ClassFormatError on synthetic $suspendImpl method generated in interface for a @JvmDefault functionKT-44540 Regression in 1.4.30 in intellij-community: type mismatch for generic function call with generic Java classKT-44546 NI: changed variable fixation order (that can lead to changed resolution)KT-44550 KotlinBinaryClassCache leaks Kotlin plugin classloader on plugin unloadKT-44563 Type Inference loosing type annotations in lambda type expectation for function calls with block parametersKT-44583 "Supertypes of the following classes cannot be resolved" error message gives no contextKT-44627 JVM IR: ACCIDENTAL_OVERRIDE when overriding a generic field where the type parameter has a primitive boundKT-44631 "IndexOutOfBoundsException: Cannot pop operand off an empty stack" caused by a default param in inner class constructor which uses method or field from receiverKT-44647 "IllegalAccessError: class TestKt tried to access private method" with String Builder get and inc operatorKT-44651 JVM / IR: "IllegalStateException: Illegal type substitutor" with if-else inside class constructor argument inside another if-elseKT-44660 Internal inline functions in companion object with inline class return type fails compilationKT-44671 JVM_IR: ClassCastException: Result$Failure cannot be cast to Result with multithreaded coroutinesKT-44703 JVM / IR: "IllegalStateException: Unhandled special name in mangledNameFor" caused by a reference to inline class inside interface's companion with lazy initializationKT-44712 JVM / IR: Behavior change after enabling with MockitoKT-44714 Debugger / Coroutines: Local variables are trimmed out too aggressivelyKT-44722 JVM IR: ClassCastException with inline class, let and bound function referenceKT-44726 JVM IR: Incorrect KType nullability for platform type reified as non-nullKT-44781 JVM IR: java.lang.NoSuchFieldError: $noName_0 when calling a crossinline lambda within a suspending lambdaKT-44798 JVM IR: Inherited platform declarations clash for class implementing both List and SetKT-44801 1.4.30 JVM IR: Unbound symbols not allowed with anonymous objectKT-44803 FIR bootstrap: incorrect nullability is set for type alias-based typeKT-44827 Non-existing outer class is written in anonymous class for SAM wrapper in inline lambda with captureKT-44837 JVM / IR: ClassCastException with Result object when it is used by a generic method in a suspend callKT-44875 JVM_IR. hashCode call is generated on interface target in fun interface equalityKT-44878 JVM_IR: "IllegalStateException: Unexpected types" when checking non-nullable variable is in range between nullable ones with smart-castKT-44926 MPP: Actual typealias to compiled inline class incompatible with expect inline classKT-44947 Sealed interfaces: Sealed fun interface leads to "NoWhenBranchMatchedException"KT-44993 JVM IR: VerifyError on getfield with Kotlin generic field and elvis operatorKT-45008 JVM IR: hashCode is generated as invokeinterface if smart cast to interface is presentKT-45011 JVM / IR: "AssertionError: Unbound symbols not allowed"KT-45022 IR: "AssertionError: Undefined variable referenced" from psi2ir caused by plusAssign operator of objectKT-45064 JVM IR: "java.lang.AssertionError: SyntheticAccessorLowering should not attempt to modify other files!" with member reference to property in another file with private setterKT-45067 "IllegalArgumentException: Wildcard mast have a bound for annotation of WILDCARD_BOUND position" with BEAM SDK 2.27KT-45069 JVM / IR: New SAM conversions mode fails when converting from Unit to AnyKT-45131 JVM / IR: "RuntimeException: Lambda, SAM or anonymous object should have only one constructor" caused by inline class that type cast to reified type parameter inside lambda in inline functionKT-45139 Inline class: AssertionError: Expected top level inline classKT-45166 JVM / IR: "AbstractMethodError: Receiver class does not define or inherit an implementation of the resolved method of interface" caused by interface with suspend functionKT-45187 JVM / IR: ClassCastException caused by substituting generic type of vararg parameter with java.lang.VoidKT-45195 JVM IR: annotation methods are generated as default interface methods if allopen is usedKT-45243 "IllegalStateException: Lambdas shouldn't be visited by ESExpressionVisitor" caused by lambda inside kotlin.test.assertNotNullKT-45259 JVM: ClassCastException caused by Result as lambda parameter typeKT-45292 AssertionError with recursive inline extension propertyKT-45300 Deprecate super calls in public-api inline functionsKT-45409 Rename jspecify annotations’ package and default not null annotationKT-45446 JVM / IR: NullPointerException caused by unreachable code and comparisonKT-45721 JVM / IR: "Unbound symbols not allowed" caused by class reference in sequence lambdaKT-45853 JVM / IR: "Accidental override" caused by inheriting Throwable.getCause from Java interfaceKT-45861 Turning warnings into errors for calls with type parameters annotated by @OnlyInputTypesKT-45865 JVM IR: "VerifyError: Bad type on operand stack" with enumValueOf on a value from a list of stringsKT-45868 JVM IR: ClassCastException with SAM function in init block when SAM is generated via invokedynamicKT-45920 JVM IR: "Accidental override" on redefining get() in custom Map classKT-45934 JVM IR: "java.lang.IllegalStateException: Function has no body" for class implementing interface by delegationKT-45945 JVM / IR: "AssertionError: Unexpected variance in super type argument" with contravariance and intersection typesKT-45963 JVM / IR: "AbstractMethodError: Receiver class does not define or inherit an implementation of the resolved method" in Dokka testsKT-45967 JVM IR: "IllegalAccessError" with invokedynamic to Java SAM over callable reference to private functionKT-45982 Wrong subtyping result on captured types with postponed type variablesKT-46007 JVM / IR: "ClassCastException: kotlin.Unit cannot be cast to java.lang.String" caused by default suspend function in interfaceKT-46060 JVM IR: NullPointerException from RangeContainsLowering when contains is a @JvmStatic function in objectKT-46069 JVM IR: unbound type parameter on generic bound adapted function referenceKT-46092 JVM IR: AssertionError "Array type expected: @[FlexibleNullability] kotlin.CharArray?" on super call to Java constructor with primitive varargKT-46104 The message on inline -> value class migration should not say that inline classes are deprecatedKT-46131 Kotlin 1.5.0-RC errors when reading class fileKT-46160 JVM IR: IllegalAccessException at runtime for member reference to JvmMultifileClass member from stdlibKT-46186 Type inference regression in Kotlin 1.5 with constrained generic return typesKT-45884 Incorrect description for JVM toUpperCase methodKT-33233 Use dependency of library to build built-ins in IDE, instead of loading them from the current classloaderKT-34023 kotlin.KotlinNullPointerException at org.jetbrains.kotlin.backend.common.FunctionsFromAnyGenerator.getPrimaryConstructorProperties(FunctionsFromAnyGenerator.kt:66)KT-35947 KFunctionN.call is unresolved in IDE in Kotlin/JVM projectKT-37702 Code analysis speed: on-the-fly analysis diagnostics reportingKT-41048 [FIR-IDE] Properly implement methods in KtFirPackageScopeKT-41671 Missing nullability information in properties using type inference from get()KT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementationKT-44128 IDE: Kotlin JVM record has incorrect property accessors as seen from JavaKT-44487 MPP, IDE: No error in IDE when sealed class inheritor from common source-set is not used in exhaustive when expression in platform source-setKT-45254 Highlighting for files with certain errors appears only on second openingKT-46097 Light classes: Incomplete nullability information for a getter method of a kotlin property defined in private constructorKT-43699 IDE: Unresolved extension method from Java code for simple class with typealias and generics (IllegalStateException: Unknown type parameter)KT-44756 Infinite "UpToDateStubIndexMismatch: PSI and index do not match." with IDEA 2021.1 EAP upon attempt to open "org.gradle.configurationcache" even they seem to be the sameKT-37127 Implement precise importing of platforms of root source sets (commonMain/commonTest) when hierarchical multiplatform support is enabledKT-42048 KJS / Gradle integration: Could not determine the dependencies of task ':webApp:testPackageJson' in Android Studio 4.2 Canary 11KT-46215 Dead lock on closing project during the import in IJ211 through ScriptDefinitionsManagerKT-23824 Return lifted out of if condition causes suspend tail call optimization to no longer applyKT-38155 Lift assignment out of 'if' produces type mismatch without manually adding a semicolonKT-44821 IDE: False positive NO_ELSE_IN_WHEN caused by sealed class and when in another moduleKT-46088 [IDEA] Incorrect behavior of replace inline class with value class intentionKT-44675 Incorrect reference to resource into 202 pluginKT-44079 Sealed Interfaces: Move refactoring should warn about violation of hierarchy restrictionsKT-44839 Sealed interfaces: move refactoring warnings works with "more freedom for sealed classes" rules for language level < 1.5KT-43288 Allow push notifications about script configuration /dependencies changes via the ScriptDefinitionsProvider EPKT-39272 KJS / IR: Can't use javascript keywords as JsNameKT-41650 JS IR BE: default should be a reserved identifierKT-42176 KJS / IR: Interface default method in sub-interface not resolved correctly from extension on super-interfaceKT-44103 [JSIR] TypeError when bumping from 1.4.20 to 1.4.30-M1KT-44180 KJS / IR: NPE in ConstTransformer of compileDevelopmentExecutableKotlinJs/compileProductionExecutableKotlinJs tasksKT-44415 Kotlin/JS with IR and kotlin-react: "too much recursion" error in runtime in browserKT-44433 KJS IR: support function interfaces with suspend memberKT-44469 KJS / IR: Incorrect export functions with bridgesKT-44718 MPP/ KJS: "IllegalStateException: Unsupported operation" with serialization plugin and incremental compilationKT-44796 KJS / IR: default parameter of function with @JsName leads to "RangeError: Maximum call stack size exceeded"KT-45059 KJS / IR: Add possibility for runtime diagnostics of DCE resultKT-12109 Add stdlib method that combines mapNotNull() and first/firstOrNull()KT-25571 Make random implementations serializableKT-26234 Floored division and remainder function for numeric typesKT-32996 kotlin.test: add assertContentEquals for comparing content of arrays, iterables, sequencesKT-39177 Make CharCategory available in common multiplatform codeKT-40225 Support adding kotlin-test as a single dependency, as it should be with a multiplatform libraryKT-42071 Strict version of String.toBoolean()KT-42720 Kotlin ArrayDeque on JVM: provide optimized toArray methodKT-42840 Commonize and generalize String.contentEquals that is currently JVM-onlyKT-43772 Kotlin/Native unfinished workers detected.KT-44168 Prevent storing NaN and negative zero in kotlin.time.DurationKT-44369 Commonize Char.titlecaseChar() and Char.titlecase() that are currently JVM-onlyKT-44783 Add IS_VALUE flag for value classes to kotlinx-metadata-jvmKT-44815 Remove kotlin-annotations-android and JVM compiler support for @ParameterName/@DefaultValue/@DefaultNullKT-45213 Update Unicode version used in K/N for Char and String case conversion functionsKT-43831 Compilation failed, IrSimpleFunctionPublicSymbolImpl is already boundKT-44100 KJS / IR: Top level declarations added in IR plugin are not referenceable from other modulesKT-45170 IR: "AssertionError: Single expression value for GET_OBJECT" caused by inc operator of field inside scope function inside objectKT-42446 Native: SIGSEGV in Kotlin_Array_get on linuxArm64KT-43502 [K/N] relocation R_X86_64_PC32 cannot be used against symbol __environ; recompile with -fPICKT-44295 1.4.21 Kotlin native ndk compiler crashKT-44774 ld fails with CALL16 reloc at 0x48f00 not against global symbol (Linux MIPS)KT-44746 Different hashCode() results for Kotlin/Native stdlibKT-44824 cinterop tool no longer appends .klib to produced klibsKT-36639 MPP: Build ios "staticLib" or "sharedLib" binary failed if interface contains member extension functionKT-41725 Dynamic library doesn't load on raspberrypiKT-44549 In the Xcode debug session, call stack is missing a frame when the iOS app failsKT-45094 Fail to compile Kotlin Native sources under Oracle Linux 7KT-44594 Avoid using unnecessary array types reflection in kotlin-reflectKT-44782 Add KClass.isValue to kotlin-reflectKT-16227 Ant task: do not include runtime by default if destination is a jarKT-44293 Support fork mode in kotlinc Ant taskKT-17344 Include kotlin-reflect to resulting jar if "-include-runtime" is specifiedKT-43220 -include-runtime should add .kotlin_builtins to the outputKT-43704 Illegal reflective access by com.intellij.util.ReflectionUtil to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)KT-44078 Do not include module-info.class of kotlin-stdlib.jar to the resulting jar with -include-runtimeKT-44232 CLI: do not pass -noverify to java process starting from JDK 13KT-45566 JDK 16 - e: java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.com.intellij.pom.java.LanguageLevelKT-43874 Native / CLI: provide a way to show difference between Jvm and Native compilersKT-45783 Serialization: "AnalyzerException: Expected an object reference, but found I" caused by JvmInline and Serializable annotationsKT-31027 java.lang.NoSuchMethodError: No static method hashCode(Z)I in class Ljava/lang/Boolean; or its super classes (declaration of 'java.lang.Boolean' appears in /system/framework/core-libart.jar)KT-43605 Kotlin Gradle Plugin 1.4.20 undeclared system property reads cause problems with Gradle configuration cache enabledKT-44204 Kotlin Gradle Plugin 1.4.21 makes impossible to use ANTLR in other pluginsKT-44361 Gradle: deprecate options includeRuntime, noStdlib, noReflectKT-44462 Kotlin Gradle plugin creates compile configuration with Gradle 7.0KT-44834 Gradle Kotlin DSL: Add languageSettings configuration lambda without apply callKT-44949 Compatibility with Gradle 7.0KT-44957 gradle - target.compilations seems to be deprecatedKT-45340 Update minimal supported version of Kotlin Gradle Plugin to 6.1KT-43237 KJS: -jsLegacy Naming Convention is incompatible with NPMKT-43869 Error in webpack configuration not displayedKT-44614 Update Node.JS and Yarn versionsKT-44616 Kotlin/JS: IR backend with React: "Uncaught TypeError: _this__0 is undefined" runtime error in browserKT-45574 Sync Kotlin/JS compile tasks into one folder (build/js/packages/<package>/kotlin)KT-42098 Commonizer is re-launched for every included Gradle buildKT-43116 Merge together MultiplatformHighlightingTest and MultiplatformAnalysisTestKT-44322 KotlinTargetComponent maintenance for -sources.jarKT-44900 Support gradle configuration cache with kotlin.multiplatform pluginKT-46122 kotlinx-serialization and kotlinx-datetime can't be built with 1.5.0-RCKT-13631 Compilation fails on Turkish locale because of locale-sensitive uppercasingKT-44644 Mark all @JvmMultifileClass parts compiled in the previous round as dirty in the JPS plugin, similarly to how it’s done in the Gradle pluginKT-45194 KT: Generate Kotlin Entities script: it doesn't workKT-44580 Scripts: Unable to set new file annotation hooks after first snippet compilationKT-43686 KaptWithoutKotlincTask should use @CompileClasspath for kotlinStdlibClasspath for cache relocateability.KT-44130 KAPT changes field order in 1.4.30-M1KT-44909 Kapt: ReenteringLazyValueComputationException without stacktrace caused by when expression with sealed class function without explicit return typeKT-45168 KAPT: Java stubs generated for Kotlin files generated by annotation processors| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.0.zip | 0343fc1f628fec1beccc9e534d2b8b7a0f8964b97e21563585d44d6d928ed1b7 |
| kotlin-native-linux-1.5.0.tar.gz | 33241c460fab8c496a6b01ca08670ae7f667df23acc56081f8b37c50b021b50f |
| kotlin-native-macos-1.5.0.tar.gz | 246cacdc4791067f4d99d0baf3d58aecfd2c43b54bf9a84f463c1d782c9718b5 |
| kotlin-native-windows-1.5.0.zip | 5755391536bcac49c7ef87e0788e595d38776af534eb08cc5ab8879e9f1a855d |
KT-28791 Kotlin serialization with inline classesKT-43920 Support loading binary Java annotations on fieldsKT-44153 NI: Low Memory and IntelliJ hangs when quotes in split() are missedKT-45410 JVM / IR: Extreme performance regression on arithmetic operations inside a loopKT-35224 It's possible to pass non-spread arrays after arguments with SAM-conversionKT-36853 IR: UninitializedPropertyAccessException on tailrec with object expression in default argumentKT-41056 Increase stub version due to new "contract" keywordKT-43887 Problem with FunctionReferenceLowering$FunctionReferenceBuilder in kotlin nativeKT-44210 KJS / IR: "AssertionError: Undefined parameter referenced: <this> defined" caused by plus assign operators in build blocksKT-44947 Sealed interfaces: Sealed fun interface leads to "NoWhenBranchMatchedException"KT-44993 JVM IR: VerifyError on getfield with Kotlin generic field and elvis operatorKT-45139 Inline class: AssertionError: Expected top level inline classKT-45195 JVM IR: annotation methods are generated as default interface methods if allopen is usedKT-45446 JVM / IR: NullPointerException caused by unreachable code and comparisonKT-45721 JVM / IR: "Unbound symbols not allowed" caused by class reference in sequence lambdaKT-45853 JVM / IR: "Accidental override" caused by inheriting Throwable.getCause from Java interfaceKT-45861 Turning warnings into errors for calls with type parameters annotated by @OnlyInputTypesKT-45868 JVM IR: ClassCastException with SAM function in init block when SAM is generated via invokedynamicKT-45920 JVM IR: "Accidental override" on redefining get() in custom Map classKT-45963 JVM / IR: "AbstractMethodError: Receiver class does not define or inherit an implementation of the resolved method" in Dokka testsKT-45967 JVM IR: "IllegalAccessError" with invokedynamic to Java SAM over callable reference to private functionKT-45982 Wrong subtyping result on captured types with postponed type variablesKT-38155 Lift assignment out of 'if' produces type mismatch without manually adding a semicolonKT-44796 KJS / IR: default parameter of function with @JsName leads to "RangeError: Maximum call stack size exceeded"KT-39177 Make CharCategory available in common multiplatform codeKT-43772 Kotlin/Native unfinished workers detected.KT-43605 Kotlin Gradle Plugin 1.4.20 undeclared system property reads cause problems with Gradle configuration cache enabledKT-44462 Kotlin Gradle plugin creates compile configuration with Gradle 7.0KT-44949 Compatibility with Gradle 7.0KT-44957 gradle - target.compilations seems to be deprecatedKT-45340 Update minimal supported version of Kotlin Gradle Plugin to 6.1KT-44900 Support gradle configuration cache with kotlin.multiplatform pluginKT-43686 KaptWithoutKotlincTask should use @CompileClasspath for kotlinStdlibClasspath for cache relocateability.KT-44130 KAPT changes field order in 1.4.30-M1| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.0-RC.zip | 91a82ea9ff1b49ef1c342d52b3fe54fed92aa79201ee0d452fe9b72e698ea98b |
| kotlin-native-linux-1.5.0-RC.tar.gz | 6336cf1d360bd62adfffb4442a31e06150721cc767c76eca2830e9e45eed9bbc |
| kotlin-native-macos-1.5.0-RC.tar.gz | 2d868b738b77ca290ea4c714669e31ed29f3befbb71aa0d0b4b0ad1ebddf1a9d |
| kotlin-native-windows-1.5.0-RC.zip | dd3c6bec6aa1b50e1764484406d450d4ae491169a47add5e2174e82de73e567d |
KT-30222 Support JVM target version selection in Kotlin bytecode tool windowKT-41884 Support 'file' target for JvmSynthetic annotationKT-44278 Generate SAM-converted lambdas and function references using 'invokedynamic' on JDK 1.8+KT-26060 Support a compiler mode to compile lambda expressions using invokedynamic instructionKT-42621 Kotlin binary size considerably larger for code extensively using stream APIKT-20306 Make 'when' over an 'expect' enum class non-exhaustiveKT-20869 kotlin.jvm.internal.DefaultConstructorMarker should be publicKT-26592 Do not generate private suspend functions as synthetic package-privateKT-38100 Support local delegated properties (not inlined) in new JVM default modesKT-40392 Deprecate JvmDefault annotation and old -Xjvm-default modesKT-41758 Deprecate kotlin.Metadata.bytecodeVersion and avoid using it in the compilerKT-42092 JVM / IR: "AnalyzerException: Argument 1: expected R, but found J" when trying to add to ArrayList the result of a function applied to intKT-42321 JVM IR: do not cast integer value based on the type of a literal receiver of an operator callKT-42404 "Supertypes of the following classes cannot be resolved" in Rider projectKT-42472 No TYPE_INFERENCE_UPPER_BOUND_VIOLATED for Delegated Properties do not check types (in Kotlin 1.4.10)KT-43167 JVM IR, serialization: "No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" with data class containing property defined in bodyKT-43303 NI: False negative TYPE_INFERENCE_UPPER_BOUND_VIOLATED when inferred type argument is not a subtype of type parameter upper boundKT-44368 "IllegalStateException: Error type encountered" when inlining 'invoke' operator without enough information on type variableKT-44412 JVM IR backend fails to compile break in condition of do whileKT-44471 Fix failing script tests after switching to 1.5KT-44474 Compiler expects sealed type inheritors from platform specific source-sets in when expression in common source-setKT-44483 JVM IR: CCE on calling generic vararg function reference with Array expected typeKT-44550 KotlinBinaryClassCache leaks Kotlin plugin classloader on plugin unloadKT-44546 NI: changed variable fixation order (that can lead to changed resolution)KT-44583 "Supertypes of the following classes cannot be resolved" error message gives no contextKT-44627 JVM IR: ACCIDENTAL_OVERRIDE when overriding a generic field where the type parameter has a primitive boundKT-44703 JVM / IR: "IllegalStateException: Unhandled special name in mangledNameFor" caused by a reference to inline class inside interface's companion with lazy initializationKT-44714 Debugger / Coroutines: Local variables are trimmed out too aggressivelyKT-44722 JVM IR: ClassCastException with inline class, let and bound function referenceKT-44726 JVM IR: Incorrect KType nullability for platform type reified as non-nullKT-44798 JVM IR: Inherited platform declarations clash for class implementing both List and SetKT-44801 1.4.30 JVM IR: Unbound symbols not allowed with anonymous objectKT-44803 FIR bootstrap: incorrect nullability is set for type alias-based typeKT-44827 Non-existing outer class is written in anonymous class for SAM wrapper in inline lambda with captureKT-44878 JVM_IR: "IllegalStateException: Unexpected types" when checking non-nullable variable is in range between nullable ones with smart-castKT-44926 MPP: Actual typealias to compiled inline class incompatible with expect inline classKT-44974 LambdaConversionException in case of SAM-converted captuing extension lambdaKT-45008 JVM IR: hashCode is generated as invokeinterface if smart cast to interface is presentKT-45011 JVM / IR: "AssertionError: Unbound symbols not allowed"KT-45022 IR: "AssertionError: Undefined variable referenced" from psi2ir caused by plusAssign operator of objectKT-45064 JVM IR: "java.lang.AssertionError: SyntheticAccessorLowering should not attempt to modify other files!" with member reference to property in another file with private setterKT-45069 JVM / IR: New SAM conversions mode fails when converting from Unit to AnyKT-45131 JVM / IR: "RuntimeException: Lambda, SAM or anonymous object should have only one constructor" caused by inline class that type cast to reified type parameter inside lambda in inline functionKT-45243 "IllegalStateException: Lambdas shouldn't be visited by ESExpressionVisitor" caused by lambda inside kotlin.test.assertNotNullKT-45259 JVM: ClassCastException caused by Result as lambda parameter typeKT-45292 AssertionError with recursive inline extension propertyKT-45300 Deprecate super calls in public-api inline functionsKT-45409 Rename jspecify annotations’ package and default not null annotationKT-44487 MPP, IDE: No error in IDE when sealed class inheritor from common source-set is not used in exhaustive when expression in platform source-setKT-45254 Highlighting for files with certain errors appears only on second openingKT-43699 IDE: Unresolved extension method from Java code for simple class with typealias and generics (IllegalStateException: Unknown type parameter)KT-44756 Infinite "UpToDateStubIndexMismatch: PSI and index do not match." with IDEA 2021.1 EAP upon attempt to open "org.gradle.configurationcache" even they seem to be the sameKT-37127 Implement precise importing of platforms of root source sets (commonMain/commonTest) when hierarchical multiplatform support is enabledKT-44675 Incorrect reference to resource into 202 pluginKT-44839 Sealed interfaces: move refactoring warnings works with "more freedom for sealed classes" rules for language level < 1.5KT-43288 Allow push notifications about script configuration /dependencies changes via the ScriptDefinitionsProvider EPKT-39272 KJS / IR: Can't use javascript keywords as JsNameKT-41650 JS IR BE: default should be a reserved identifierKT-44433 KJS IR: support function interfaces with suspend memberKT-45059 KJS / IR: Add possibility for runtime diagnostics of DCE resultKT-12109 Add stdlib method that combines mapNotNull() and first/firstOrNull()KT-26234 Floored division and remainder function for numeric typesKT-32996 kotlin.test: add assertContentEquals for comparing content of arrays, iterables, sequencesKT-42071 Strict version of String.toBoolean()KT-42720 Kotlin ArrayDeque on JVM: provide optimized toArray methodKT-42840 Commonize and generalize String.contentEquals that is currently JVM-onlyKT-44369 Commonize Char.titlecaseChar() and Char.titlecase() that are currently JVM-onlyKT-44783 Add IS_VALUE flag for value classes to kotlinx-metadata-jvmKT-44815 Remove kotlin-annotations-android and JVM compiler support for @ParameterName/@DefaultValue/@DefaultNullKT-45213 Update Unicode version used in K/N for Char and String case conversion functionsKT-45170 IR: "AssertionError: Single expression value for GET_OBJECT" caused by inc operator of field inside scope function inside objectKT-44295 1.4.21 Kotlin native ndk compiler crashKT-44774 ld fails with CALL16 reloc at 0x48f00 not against global symbol (Linux MIPS)KT-44824 cinterop tool no longer appends .klib to produced klibsKT-44549 In the Xcode debug session, call stack is missing a frame when the iOS app failsKT-45094 Fail to compile Kotlin Native sources under Oracle Linux 7KT-44594 Avoid using unnecessary array types reflection in kotlin-reflectKT-44782 Add KClass.isValue to kotlin-reflectKT-45566 JDK 16 - e: java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.com.intellij.pom.java.LanguageLevelKT-44361 Gradle: deprecate options includeRuntime, noStdlib, noReflectKT-44834 Gradle Kotlin DSL: Add languageSettings configuration lambda without apply callKT-45574 Sync Kotlin/JS compile tasks into one folder (build/js/packages/<package>/kotlin)KT-44644 Mark all @JvmMultifileClass parts compiled in the previous round as dirty in the JPS plugin, similarly to how it’s done in the Gradle pluginKT-45194 KT: Generate Kotlin Entities script: it doesn't workKT-44580 Scripts: Unable to set new file annotation hooks after first snippet compilationKT-45168 KAPT: Java stubs generated for Kotlin files generated by annotation processors| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.0-M2.zip | a94d8b05c89faa4765a0471dc52adb69db37193d351d10758529f54289a354dd |
| kotlin-native-linux-1.5.0-M2.tar.gz | 9715e653ca5f2c4a48af83765bd3c2adb4f3acae48c94fc90db7f96aa83bf1c2 |
| kotlin-native-macos-1.5.0-M2.tar.gz | 5fb4211b5fa872cd8d569c4f45ecd2bf0b0ec4162ed09fef50bb95347563ab7d |
| kotlin-native-windows-1.5.0-M2.zip | 49851d0e24afa14214697be7cf12560717373e67e62ecdc3439c1be816bf2fc3 |
You could find information about EAP program and setup instructions here
KT-42522 Enable string concatenation via invokedynamic by default for JVM target 9 and aboveKT-43677 Support for Java recordsKT-44650 Deprecate JVM target version 1.6KT-44787 Suspend functions in fun interfacesKT-44865 Allow to declare protected constructors in sealed classesKT-44869 Compiling sealed interface with version less than 1.5: error message from future could be providedKT-6336 Optimize generation of local functionsKT-7307 Optimize infix call of String.plusKT-18692 Optimize '<optimizable_range> step x' for-in loopKT-19978 Inefficient bytecode generated for function references undergoing Java SAM conversionKT-23565 OperationsMapGenerated.kt generates unreasonable amount of bytecodeKT-23825 Tail suspend call utilizing elvis operator does not take advantage of suspend tail call optimizationKT-23826 A suspend function on the right side of a returned || condition is not tail call optimizedKT-25348 No compile time unsigned integer conversion when using hex literalKT-26590 Do not generate create method for suspend lambdas if its arity >= 2KT-27427 Optimize nullable check introduced with 'as' castKT-28246 Redundant boxing/unboxing isn't eliminated by the compiler in case of inline classes and javaClass intrinsicKT-30605 Constant folding doesn't evaluate inv() functionKT-36845 Generate enum-based TABLESWITCH/LOOKUPSWITCH on a value with smart cast to enum in JVM_IRKT-39585 JVM BE generates redundant accessor calls when accessing static final field lifted from companionKT-40886 Old JVM BE unspills ACONST_NULL from continuationKT-6007 Support changed return type of inlined generic function when lambda returns anonymous objectKT-6055 Failed invoke plus assign on array element accessed via several args through local get/set convention extensionsKT-6879 CompilationException when local classes hierarchy is placed within other local or inner declarationKT-8120 NoSuchMethodError on local class constructor call inside a local classKT-8199 "Cannot pop operand off an empty stack" for local class using a captured variable as default value for constructor parameterKT-10835 "AssertionError: Non-outer parameter incorrectly mapped to outer" when inlining object literal extending inner classKT-12790 Don't generate synthetic accessors for private inline function/propertiesKT-13213 IllegalArgumentException in ByteVector.putUTF8 on attempt to compile file with moderately long string literalKT-14628 "UnsupportedOperationException: Don't know how to generate outer expression" for nested class inheriting from inner class with a companion objectKT-14833 JVM internal error: Augment assignment and increment are not supported for local delegated properties and inline propertiesKT-15403 Suspend operator get wrong code generated by BE (NoSuchMethodError)KT-15404 Suspend operator set wrong code generatedKT-16084 Proguard can't find enclosing class of let closure inside apply closureKT-16151 Internal compiler error when using plusAssign operator with mutable mapKT-16221 Support in/!in suspend operatorsKT-16282 "Cannot pop operand off an empty stack" for plusAssign with default parameters in setter operatorKT-16445 java.lang.VerifyError: Bad type on operand stack when delegating an interface through a private reified function inside an objectKT-16520 Invalid bytecode semantics for set call by convention with default parametersKT-16567 Inliner creates redundant objects on source inliningKT-16752 Delegating function interface to function reference does not workKT-17554 Incorrect cast to Unit generated on annotated when-expression with a single-branch if insideKT-17738 Java cannot extend class implementing kotlin.collections.MapKT-17753 Strange behavior of if and return statementsKT-18583 "ISE: Recursive call in a lazy value" for generic sealed class with nested subclass in a when(this) with inferred return typeKT-19861 "IllegalStateException: Label wasn't found during iterating through instructions" for plusAssign with safe callKT-20996 IllegalStateException: Cannot get FQ name of local class: class <no name provided> in metadata serialization for common codeKT-21014 Incorrect bytecode generated for 'PrimitiveArray::size'KT-21092 Reference javaClass for generic property: "couldn't transform method node: get()"KT-21778 "IllegalStateException: Couldn't build context" for inline function inside an anonymous objectKT-21900 VerifyError on equals on generic primitive typeKT-22098 "UnsupportedOperationException: Don't know how to generate outer expression" on extension function call inside lambda in anonymous object super constructor callKT-22488 Bad line numbers generated for '&&' expressionKT-22972 A compiler bug(?) in Number class descendantsKT-23619 Transform stateless singleton lambda during inlineKT-23881 Declaration of lambda in inlined apply block holds reference to superfluous references causing leakKT-24135 Calling invoke on crossinline suspend lambda leads to no state-machineKT-24193 NoClassDefFoundError: java/lang/Cloneable$DefaultImpls on inheritance from Cloneable through an interfaceKT-24305 ClassNotFoundException when using Java reflection on local class in an inlined lambdaKT-24564 Custom operator fun set on ByteArray resolves properly but is miscompiledKT-25400 "NoClassDefFoundError: kotlin/KotlinPackage" with Turkish system locale on macOSKT-26130 Incorrect method signature for a generic function with inline class as a type parameter upper boundKT-26360 "Method from super interface has a different signature" for Interface that extends both interfaces with and without @JvmDefaultKT-26473 Error on compiling inline class with calls of super methods equals(), hashCode(), toString()KT-26474 VE “Bad type on operand stack” at runtime on calling toString() method of inline class with calls of super methods (toString(), equals(), hashCode()) insideKT-27449 NoSuchMethodError for local suspend function with suspend lambda parameter with default valueKT-27469 "Cannot pop operand off an empty stack" for compound assignment (plusAssign) with a vararg operator getKT-27825 Gradually prohibit non-abstract classes containing abstract members invisible from that classes (internal/package-private)KT-27830 "Incompatible stack heights" with suspend inline function in do while loop that executes suspend lambdaKT-28042 "Cannot pop operand off an empty stack" for a bound callable reference of lambda inside inline functionKT-28166 "Argument 1: expected I, but found R" for generic method with generic parameter or receiver with inline class upper boundKT-28331 Consider generating accessors for lateinit properties to avoid assertion on each callKT-28573 Inliner does not update references to transformed objectKT-29331 "AnalyzerException: Argument 1: expected R, but found I" with local generic extension property called on Int receiverKT-29595 NoClassDefFoundError with inline reified function with lambda argument returning anonymous objectKT-29802 Incorrect reification when the same type parameter name is used for different reified typesKT-30041 "AnalyzerException: Expected an object reference, but found ." on nested suspend function calls outer suspend functionKT-30066 Consider adding annotations to ConeKotlinTypeKT-30280 Inline class class literal gets unwrapped in annotation argumentsKT-30402 Constant folding works incorrectly with unsigned arithmeticsKT-30548 "java.lang.IndexOutOfBoundsException: Cannot pop operand off an empty stack" while compiling access to a private lateinit companion fieldKT-30629 java.lang.VerifyError: Bad type on operand stack when using a function reference to a generic propertyKT-30933 Inline function produces IllegalAccessError on property reference from different packageKT-31136 "AnalyzerException: Argument 1: expected R, but found I" on x::javaClass when x is inline class object built around primitive typeKT-31227 Prohibit using array based on non-reified type parameters as reified type arguments on JVMKT-31592 NoSuchMethodException when inlining public function accessing a protected static Java class memberKT-31727 Object expression captures all variables used in constructorKT-32023 "AnalyzerException: Expected I, but found R" with inline suspend function used with callable referenceKT-32115 NPE during initialization of enum class with delegated propertyKT-32153 "AnalyzerException: Expected an object reference, but found ." with recursive suspend local functionKT-32351 ClassNotFoundException for anonymous object implementing interface inside a lambda with data class and inline methodsKT-32384 Safe cast to generic type argument with inline class upper-bound throws NPE instead of ClassCastExceptionKT-32579 java.lang.VerifyError: Bad type on operand stack on calling inner class of inherited class in super class when casting to inherited classKT-32749 "VerifyError: Call to wrong <init> method" with inline function and accessing class field from anonymous objectKT-32793 Generated code crashes by ClassCastException with local suspend function and inline classKT-32812 "AnalyzerException: Argument 1: expected R, but found I" invoking function with default parameter inherited by inline classKT-32821 Missing unboxing of inline class for complex hierarchy of suspend callsKT-33155 ClassNotFoundException for qualified this in anonymous object and as a result of inline function callKT-33173 Internal error: "AnalyzerException: Expected I, but found R" for supercall inside inline lambda from HashSet.remove implementationKT-33577 NoSuchFieldError with nested anonymous objects accessing outer instance propertyKT-33836 Wrong code generated for a local tailrec suspend function.KT-33873 ClassCastException invoking UByte setter function via reflectionKT-34018 "Cannot pop operand off an empty stack" with inline lambda with callable referenceKT-34186 JDK11: class file contains malformed variable arity method for vararg sealed class constructorKT-34202 IllegalAccessError on callable reference of function from multifile facade from standard libraryKT-34255 @JvmStatic tailrec function: "Cannot pop operand off an empty stack"KT-34507 Incorrect generated code for mutable collection stub methods in case of presence of functions with similar signatureKT-34665 Possible index overflow in optimized "for" loop over withIndex()KT-34754 Flow builder: "AnalyzerException: Expected an object reference, but found ." with recursive suspend local functionKT-34816 "AnalyzerException: Expected an object reference, but found I" on "this" in inline class member extension suspend functionKT-34841 ClassNotFoundException when invoke param function inside anonymous object methodKT-35008 "AnalyzerException: Expected an object reference, but found I" in inline class companion calling private constructorKT-35166 NoSuchMethodError at runtime with local property delegate on anonymous object referencing another anonymous objectKT-35301 MethodInliner fails with "AssertionError: <init> call doesn't correspond to object transformation info" for qualified this in SAM constructor used as parameter of anonymous object inside inline lambdaKT-35419 Failed to generate expression: KtNamedFunction for local suspend tailrec function with receiverKT-35511 VerifyError: "Bad type on operand stack" after reificationKT-35553 Kotlin compiler generates methods that always have line number 1 for Inline ClassesKT-35725 "AssertionError: Couldn't find a context for a super-call" for super member call in property initializer of companion objectKT-36420 ClassCastException with inline class Foo extending generic Comparable<Foo>KT-36713 AnalyzerException: "Incompatible stack heights" with suspend and inline suspend functionsKT-36794 Move $assertionsDisabled field to the top-level classKT-36875 "RuntimeException: Trying to access skipped parameter" on synthetic local variable access from inline functionKT-36916 AnalyzerException: Argument 1: expected I, but found R when using inline class with rxjavaKT-36957 Exception during codegen: cannot pop operand off an empty stack (Nothing variable in string interpolation)KT-36984 SAM adapter classes should be generated as anonymous inner classes in JVM_IRKT-37704 Incorrect SMAP syntaxKT-37716 "AssertionError: <init> call doesn't correspond to object transformation info" with inline reified type parameter, anonymous object and lambda in constructor callKT-37972 IllegalAccessError on initializing property reference for a property declared in JvmMultifileClass with -Xmultifile-parts-inheritKT-38833 JVM: java.lang.ClassCastException when loop variable is nullable in for loop over unsigned progressionKT-38849 Read-only variable initialized in non-inline lambda using contract callsInPlace EXACTLY_ONCE is not captured correctly in nested lambdasKT-38869 JVM BE produces invalid bytecode when inheriting from AbstractList and declaring methods that look like MutableList implementors (but they aren't)KT-38965 "UnsupportedOperationException: Don't know how to generate outer expression: Closure" with reference to local variable in block argument of anonymous object by delegationKT-39289 CCE in if-else inside annotated 'if' statementKT-39425 AbstractMethodError: "Receiver class does not define or inherit an implementation of the resolved method" using classes with complex Java and Kotlin inheritance hierarchies.KT-39434 IllegalAccessError with local delegated property in lambda in inlined functionKT-39687 "Couldn't find captured this" when more than 3 inline functions are nestedKT-39784 "IndexOutOfBoundsException: Cannot pop operand off an empty stack" caused by JvmOverloads annotation inside an inline classKT-40165 ClassCastException caused by SAM conversion used on a functional interface with suspended functionKT-40179 "VerifyError: Bad type on operand stack" with parent class get extension function and child class set extension function which used inside child class plusAssign extension functionKT-40277 Fix generic types in special bridge methodsKT-40308 NoSuchFieldError for multiple delegated extension properties with the same name in a companion objectKT-40338 NoSuchFieldError on property without backing field that is called as function referenceKT-40396 NI: Exceptions when ambiguous type argument and generic invokeKT-40510 "AssertionError: DELEGATION slice must override something" for ByteBuffer delegationKT-40601 VerifyError: "interface method reference is in an indirect superinterface" when calling @JvmDefault suspend methodKT-40809 "Couldn't find captured field" compiler error with local function with recursive call through method referenceKT-41105 IllegalStateException: 'Couldn't find declaration file <class name>' with inline delegate declared in another fileKT-41165 "IllegalStateException: Concrete fake override public final fun" when an enum class inherits an interface with a variable 'name' or 'ordinal'KT-41222 "IllegalStateException: Concrete fake override public final fun" when a class property is inherited as merged 'var' from 'val' and 'var' from parent abstract class and interface propertiesKT-41255 JDK 11: "VerifyError: Bad type on operand stack" with long function body with annotated when expressionKT-41427 NoSuchMethodError caused by implementation by delegation to function referenceKT-41508 ClassNotFoundException caused by object with overridden function inside a lambda with safe cast receiverKT-41750 Inline classes: ClassCastExceptionError when calling .withIndex() on Iterator over ArrayKT-41770 AssertionError: "Asm parameter types should be the same length as Kotlin parameter types" cause by fun interfaceKT-41874 "IllegalStateException: Couldn't obtain compiled function body" on extension delegated property with inline operator getValue in a different fileKT-41917 [FIR] Incorrect calculating property type for override from intersection scopeKT-42012 IllegalAccess to protected field instead of getterKT-42017 "AssertionError: Unsigned type expected: UInt?" during codegen when a variable of nullable unsigned type is checking for presence in the rangeKT-42032 "AnalyzerException: Expected I, but found R" while using Flow.reduce() with suspend function referenceKT-42034 ArrayIndexOutOfBoundsException in PopBackwardPropagationTransformer on external override of function in inline classKT-42064 "Parameter specified as non-null is null" with default value of the parameter in operator funKT-42069 JVM IR: -Xreport-output-files doesn't report any source files for META-INF/*.kotlin_module filesKT-42083 AbstractMethodError when 'remove' with irrelevant generic parameter but matching JVM signature is present in Kotlin collection classKT-42175 Psi2ir: "AssertionError: Undefined parameter referenced: <this>" on augmented assignment on this in a BuilderInference lambdaKT-42179 Platform declaration clash when extending abstract Java class implementing 'java.util.Collection' by abstract Kotlin class implementing Kotlin Set or ListKT-42337 NoSuchMethodError in JVM backend with inheritance of private functions in the interfaceKT-42487 "IndexOutOfBoundsException: Cannot pop operand off an empty stack" caused by USELESS_IS_CHECK of Double typeKT-42533 (N until MIN_VALUE).reversed() should be an empty progression in for loopsKT-42588 "IllegalStateException: Concrete fake override public open fun" caused by val override with var with delegation.KT-42634 Different bridges and abstract stubs behavior in abstract class implementing Map<K, String> in JVM and JVM_IRKT-42635 ClassCastException with inline class in for loopKT-42662 AbstractMethodError when using partially specialized generic Map classKT-42694 @get:Synchronized causes the JVM getter method not to be generatedKT-42753 "VerifyError: Bad invokespecial instruction: interface method reference is in an indirect superinterface" with jvm-default=allKT-42879 JVM: Declaration clash in fun interface implementation returning an inline classKT-42900 "VerifyError: Bad return type" incorrect bytecode when a property and an extension property in inline class have the same namesKT-42946 FIR2IR: Fix super-calls to Java overrides of special built-inKT-42971 JVM: "AssertionError: Unsigned type expected: T" with UInt loop rangeKT-42990 "AssertionError: Next value after NEW should be one generated by DUP" caused by extension properties with accessors annotataed as @JvmStaticKT-43034 AssertionError: Compiler fails with complicated tailrec + inline caseKT-43048 JVM_IR: Implement coroutines state clearingKT-43050 JVM IR: incorrect mangling for method with type parameter with inline class bound in the signatureKT-43059 Different bridges behavior in class implementing Map<String, String> in JVM and JVM_IRKT-43063 Redundant DefaultImpls delegate is generated in old JVM backend on explicit "duplicate" inheritance from interfaceKT-43069 JVM: incorrect generic signature for method with implicit return type Nothing overriding a method from CollectionKT-43099 Tailrec call in not tail-call position leads to internal compiler errorKT-43106 JVM: custom remove in Iterator subclass results in a synthetic bridgeKT-43120 JVM: "Expected an object reference, but found ." caused by function which is passed as reference to suspend parameterKT-43255 Verify error when inheriting from an abstract class implementing Collection with stub-like method in superclassKT-43333 AbstractMethodError when calling 'toArray' from Java on a Kotlin Collection with custom internal 'toArray'KT-43334 AbstractMethodError when calling 'remove' from Java on a Kotlin Collection with custom internal 'remove'KT-43342 [FIR2IR] No getter or backing field found for delegated member callKT-43347 [FIR] Synthetic setter with unmatched parameter type isn't foundKT-43401 JVM_IR. Additional synchronized flag on JvmOverloads-generated adapter for Synchronized functionKT-43405 Turkish locale, Linux Mint: "NoSuchMethodError: 'int[] kotlin.jvm.internal.Intrinsics$Kotlin.intArrayOf(int[])'" with intArrayOf function callKT-43460 JVM: redundant private setter is generated in case of multifile facadeKT-43473 "VerifyError: Bad type on operand stack" caused by operator get with optional argument in superclass when called via square brackets on subclassKT-43518 JVM_IR. Additional strictfp flag on JvmOverloads-generated adapter for Strictfp functionKT-43569 FIR: inapplicable candidate(s): kotlin/collections/setKT-43616 [FIR] Nullable type parameter-based type after merge in ifKT-43669 FIR: No real overrides for FUN IR_EXTERNAL_DECLARATION_STUBKT-43682 Inline extension method of a multifile library inline class not foundKT-43687 FIR: UnusedChecker does not take annotation arguments into accountKT-43688 FIR: unused checker doesn't handle invokes properlyKT-43749 "UnsupportedOperationException: Don't know how to generate outer expression: Closure" caused by Flow and collect method with function reference as a parameterKT-43812 JVM IR: SAM wrapper class with generic supertype mentions missing type parameter in the signatureKT-43832 JVM IR: missing bridges for inheritance of class from interface in a complex generic diamond hierarchyKT-43851 JVM IR: function call returning object instance is removed during constant propagationKT-43864 JVM: "Assertion error after mandatory stack transformations: incorrect bytecode" with lateinit property of type T, which has a primitive type upperboundKT-43912 JVM internal error: Augment assignment and increment are not supported for local delegated properties and inline propertiesKT-43915 Back-end (JVM) Internal error: wrong bytecode generated for default methodKT-43938 NSME when calling 'kotlin.Number' methods on instance of Java class extending Kolin abstract class extending 'kotlin.Number'KT-43942 org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Failed to generate functionKT-43949 FIR: unresolved callable reference as lambda returnKT-43983 IllegalStateException: "Couldn't obtain compiled function body for public final suspend inline fun" after moving inline extension function to libraryKT-43984 FIR: recursion in overridden symbolsKT-44010 FIR: Inapplicable constructor due to an unresolved referenceKT-44030 FIR2IR: uncached type parameters in delegated propertyKT-44032 FIR2IR: uncached type parameters in Java fieldKT-44050 FIR: anonymous object as IR parentKT-44054 FIR2IR: incorrect IR origin for substituted override functionKT-44058 CompilationException: open suspend fun with @JvmStatic in open class companionKT-44069 please remove deprecated usagesKT-44066 FIR Java: override ambiguity with vararg value typeKT-44114 CompilationException when inlining a extension suspend function declared in interface companion with 'this' reference to extension receiverKT-44131 "UnsupportedOperationException: Don't know how to generate outer expression: Closure" when using suspend lambda and a function referenceKT-44140 JVM IR: compilation of kotlin.Result crashes with IOOBE while generating toString-implKT-44141 JVM IR: "ISE: There should be underlying type for inline class type" on usage of type parameter with Result upper bound inside a lambdaKT-44192 Allow a greater number of constants in an enum classKT-44202 "ClassCastException" when getting delegated property with inline class and Any/Any? typeKT-44233 [IR] Collection Stub generation not correctly considering java.util Collection iteratorsKT-44234 Private companion property with explicit setter generates invalid bytecodeKT-44269 "[TAILREC_ON_VIRTUAL_MEMBER_ERROR] Tailrec is not allowed on open members" with Spring annotation and private tailrec functionKT-44284 Make Kotlin binaries publicly unavailable (set KotlinCompilerVersion.IS_PRE_RELEASE = true)KT-44316 ReenteringLazyValueComputationException when analyzing complex lazy delegateKT-44347 Back-end (JVM) Internal error: Couldn't transform method node for suspend function with wrong local for ContinuationKT-44420 False NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATION with 1.4.30-RCKT-44429 JVM IR: unnecessary integer unboxing leads to NPE when using mockito-kotlinKT-44439 Type inference of generic types failing java interopKT-44440 Too many Nothings in inferred typeKT-44527 Suspend function with kotlin.Result: ClassCastException class kotlin.Result cannot be cast to class ...KT-44529 Inline class calls wrong iterator method in for loopKT-44533 JVM IR: ClassFormatError on synthetic $suspendImpl method generated in interface for a @JvmDefault functionKT-44540 Regression in 1.4.30 in intellij-community: type mismatch for generic function call with generic Java classKT-44563 Type Inference loosing type annotations in lambda type expectation for function calls with block parametersKT-44631 "IndexOutOfBoundsException: Cannot pop operand off an empty stack" caused by a default param in inner class constructor which uses method or field from receiverKT-44647 "IllegalAccessError: class TestKt tried to access private method" with String Builder get and inc operatorKT-44651 JVM / IR: "IllegalStateException: Illegal type substitutor" with if-else inside class constructor argument inside another if-elseKT-44660 Internal inline functions in companion object with inline class return type fails compilationKT-44671 JVM_IR: ClassCastException: Result$Failure cannot be cast to Result with multithreaded coroutinesKT-44712 JVM / IR: Behavior change after enabling with MockitoKT-44781 JVM IR: java.lang.NoSuchFieldError: $noName_0 when calling a crossinline lambda within a suspending lambdaKT-44837 JVM / IR: ClassCastException with Result object when it is used by a generic method in a suspend callKT-44875 JVM_IR. hashCode call is generated on interface target in fun interface equalityKT-45067 "IllegalArgumentException: Wildcard mast have a bound for annotation of WILDCARD_BOUND position" with BEAM SDK 2.27KT-33233 Use dependency of library to build built-ins in IDE, instead of loading them from the current classloaderKT-34023 kotlin.KotlinNullPointerException at org.jetbrains.kotlin.backend.common.FunctionsFromAnyGenerator.getPrimaryConstructorProperties(FunctionsFromAnyGenerator.kt:66)KT-35947 KFunctionN.call is unresolved in IDE in Kotlin/JVM projectKT-37702 Code analysis speed: on-the-fly analysis diagnostics reportingKT-41048 [FIR-IDE] Properly implement methods in KtFirPackageScopeKT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementationKT-44128 IDE: Kotlin JVM record has incorrect property accessors as seen from JavaKT-42048 KJS / Gradle integration: Could not determine the dependencies of task ':webApp:testPackageJson' in Android Studio 4.2 Canary 11KT-23824 Return lifted out of if condition causes suspend tail call optimization to no longer applyKT-44821 IDE: False positive NO_ELSE_IN_WHEN caused by sealed class and when in another moduleKT-44079 Sealed Interfaces: Move refactoring should warn about violation of hierarchy restrictionsKT-42176 KJS / IR: Interface default method in sub-interface not resolved correctly from extension on super-interfaceKT-44103 [JSIR] TypeError when bumping from 1.4.20 to 1.4.30-M1KT-44180 KJS / IR: NPE in ConstTransformer of compileDevelopmentExecutableKotlinJs/compileProductionExecutableKotlinJs tasksKT-44415 Kotlin/JS with IR and kotlin-react: "too much recursion" error in runtime in browserKT-44469 KJS / IR: Incorrect export functions with bridgesKT-44718 MPP/ KJS: "IllegalStateException: Unsupported operation" with serialization plugin and incremental compilationKT-25571 Make random implementations serializableKT-40225 Support adding kotlin-test as a single dependency, as it should be with a multiplatform libraryKT-44168 Prevent storing NaN and negative zero in kotlin.time.DurationKT-43831 Compilation failed, IrSimpleFunctionPublicSymbolImpl is already boundKT-44100 KJS / IR: Top level declarations added in IR plugin are not referenceable from other modulesKT-42446 Native: SIGSEGV in Kotlin_Array_get on linuxArm64KT-43502 [K/N] relocation R_X86_64_PC32 cannot be used against symbol __environ; recompile with -fPICKT-44746 Different hashCode() results for Kotlin/Native stdlibKT-36639 MPP: Build ios "staticLib" or "sharedLib" binary failed if interface contains member extension functionKT-41725 Dynamic library doesn't load on raspberrypiKT-16227 Ant task: do not include runtime by default if destination is a jarKT-44293 Support fork mode in kotlinc Ant taskKT-17344 Include kotlin-reflect to resulting jar if "-include-runtime" is specifiedKT-43220 -include-runtime should add .kotlin_builtins to the outputKT-43704 Illegal reflective access by com.intellij.util.ReflectionUtil to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)KT-44078 Do not include module-info.class of kotlin-stdlib.jar to the resulting jar with -include-runtimeKT-44232 CLI: do not pass -noverify to java process starting from JDK 13KT-43874 Native / CLI: provide a way to show difference between Jvm and Native compilersKT-31027 java.lang.NoSuchMethodError: No static method hashCode(Z)I in class Ljava/lang/Boolean; or its super classes (declaration of 'java.lang.Boolean' appears in /system/framework/core-libart.jar)KT-44204 Kotlin Gradle Plugin 1.4.21 makes impossible to use ANTLR in other pluginsKT-43237 KJS: -jsLegacy Naming Convention is incompatible with NPMKT-43869 Error in webpack configuration not displayedKT-44614 Update Node.JS and Yarn versionsKT-44616 Kotlin/JS: IR backend with React: "Uncaught TypeError: _this__0 is undefined" runtime error in browserKT-42098 Commonizer is re-launched for every included Gradle buildKT-43116 Merge together MultiplatformHighlightingTest and MultiplatformAnalysisTestKT-44322 KotlinTargetComponent maintenance for -sources.jarKT-13631 Compilation fails on Turkish locale because of locale-sensitive uppercasingKT-44909 Kapt: ReenteringLazyValueComputationException without stacktrace caused by when expression with sealed class function without explicit return type| File | Sha256 |
|---|---|
| kotlin-compiler-1.5.0-M1.zip | 5e2ca47ab39254152bb5e035c0ee9d570da56aa6da41c719172cfa92c07ccf9a |
| kotlin-native-linux-1.5.0-M1.tar.gz | 5ceca3f825ee4e5b3ec31e69d46f69528f41a1897a4d6a87d78633f0fd9751cf |
| kotlin-native-macos-1.5.0-M1.tar.gz | c8394df34a4eb5aea9957e8f27187f15946368af68ca28c3260e94a5814d32ae |
| kotlin-native-windows-1.5.0-M1.zip | 8ca7da28c02e95427db1a206bcd3e57808b9c66d50d3cef13c1f5ab894704288 |
KT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementationKT-45287 LightClasses: KtLightSimpleModifierList is no more a parent of KtLightAnnotationForSourceEntryKT-45291 LightClasses: can't get annotations for constructor val-parameterKT-45417 ULC leakage of primitive type annotationsKT-44758 kotlin-compiler-embeddable dependency includes unshaded fastutil packageKT-45007 Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint()| File | Sha256 |
|---|---|
| kotlin-compiler-1.4.32.zip | dfef23bb86bd5f36166d4ec1267c8de53b3827c446d54e82322c6b6daad3594c |
| kotlin-native-linux-1.4.32.tar.gz | 3712fab4c60484fd8b5538dd018a0023033cb3ea38d2a3023c79b342e4e8b24d |
| kotlin-native-macos-1.4.32.tar.gz | a55eb3c60bb9810360c5a992dca34328d806fe13f3bfc3120b49345f569fd3cc |
| kotlin-native-windows-1.4.32.zip | 3bd6f1b9293897a45d0b33ee14ca51b33b57d0413b774458c6e4aee393e1b772 |
KT-39776 2020.3+: Unresolved reference to Kotlin stdlib functionKT-44845 After update to Kotlin 1.4.30 all external dependencies is unresolved in IDE with kotlin.mpp.enableGranularSourceSetsMetadata=trueKTIJ-11137 build.gradle.kts: Fatal error during save/load standalone scripts settingsKTIJ-898 Unable to import with Kotlin DSL buildscript - NullPointerException in KotlinDslScriptModelProcessorKt.toListOfScriptModelsKTIJ-1200 KotlinIconProviderKt.addExpectActualMarker takes up to 180+ secondsKT-44697 New JVM IR backend notification - narrow its triggering to Kotlin projectsKT-44523 IDE notification for trying new JVM backendKTIJ-696 Freeze during startup of IDEA with intellij project with Kotlin (211-1.4.10-release-IJ1440)| File | Sha256 |
|---|---|
| kotlin-compiler-1.4.31.zip | b50e7016febf7510325d685ae69cc62f49a7ca7f670cb4e0888112e3ec09c6ec * |
| kotlin-native-linux-1.4.31.tar.gz | 87fc40385ffbd44eebde6487d15e1c5c67c218870b332b525e122f014b7de3e3 |
| kotlin-native-macos-1.4.31.tar.gz | 0e351756b382096204d61456f855480ce6b65ac53897c4bfa78a287895f37e32 |
| kotlin-native-windows-1.4.31.zip | a60aec97fd21294ab11e57acdd33d37d79db11b22656fa435b791e9a709727b4 |
* Sorry, Sha256 sum was initially published incorrectly. Now it is fixed.
KT-42383 HMPP: Bad IDEA dependencies: Missing dependency from p1:jvmAndAndroid to p2:jvmAndAndroidKT-38772 Native: support non-reified type parameters in typeOfKT-42234 Move LLVM optimization parameters into konan.propertiesKT-42649 IndexOutOfBoundsException during InlineClassTransformer loweringKT-42942 Native: optimize peak backend memory by clearing BindingContext after psi2irKT-43198 Native: support init blocks inside inline classesKT-28055 Support init blocks inside inline classesKT-28056 Consider supporting non-public primary constructors for inline classesKT-41265 Support noarg compiler plugin for JVM IRKT-42094 Allow open callable members in expect interfacesKT-43129 FIR: Support OverloadResolutionByLambdaReturnTypeKT-43592 Promote JVM IR compiler backend to BetaKT-43919 Support loading Java annotations on base classes and implementing interfaces' type argumentsKT-44021 Enable JVM IR backend by default in 1.5KT-41352 JVM IR: reduce bytecode size in for loops and range checks with 'until' by not using inclusive endKT-41644 NI: Infinite compilationKT-42791 OutOfMemoryError on compilation using kotlin 1.4 on a class with a lot of type inferenceKT-42920 NI: Improve performance around adding constraintsKT-11454 Load annotations on TYPE_USE/TYPE_PARAMETER positions from Java class-filesKT-11732 Verify error for generic interface method invocation with default parametersKT-14612 "ISE: Recursive call in a lazy value" during processing of a (weakly) recursive type aliasKT-18344 Upper bound of a typealias type parameter is not reported correctly if it contains the typealias itselfKT-18768 @Notnull annotation from Java does not work with varargsKT-20548 java.lang.IllegalStateException: Illegal class container on simple Java code parsingKT-22465 Excessive synthetic method for private setter from superclassKT-23816 Inline classes: constants and annotationsKT-24158 AE: No receiver found on incomplete code with $-signsKT-24392 Nullability of Java arrays is read incorrectly if @Nullable annotation has both targets TYPE_USE and VALUE_PARAMETERKT-26229 Lambda/anonymous function argument in parentheses is not supported for callsInPlace effectKT-29735 KNPE at KtEnumEntrySuperclassReferenceExpression.getReferencedElement with explicit type argument inside enum member constructorKT-31389 ClassFormatError with companion object in annotation with @JvmStaticKT-31907 ISE: UNIT_EXPECTED_TYPE on parsing array literal inside lambda with Unit return typeKT-32228 Inconsistent boxing/unboxing for inline classes when interface is specialized by object expressionKT-32450 Inline class incorrectly gets re-wrapped when provided to a functionKT-35849 Missing nullability assertion on lambda return value if expected type has generic return value typeKT-35902 Kotlin generates a private parameterless constructor for constructors taking inline class arguments with default valuesKT-36399 Gradually support TYPE_USE nullability annotations read from class-filesKT-36769 JVM IR: Missing LVT entries for inline function (default) parameters at call siteKT-36982 JVM IR: SAM adapter classes are generated as syntheticKT-37007 JVM IR: extraneous property accessors are generated in multifile facade for InlineOnly propertyKT-37317 [FIR] Add support of extension functions in postponed lambda completionKT-38400 FIR: interface abstract is preferred to Any method in super resolveKT-38536 JVM IR: bound adapted function references are not inlinedKT-38656 FIR: determine overridden member visibility properlyKT-38901 FIR: Make behavior of integer literals overflow consistent with FE 1.0KT-39709 [FIR] False positive UNINITIALIZED_VARIABLE in presence of complex graph with jumpsKT-39923 Result.Failure will get wrapped with Success when using with RxJavaKT-40198 '$default' methods in 'kotlin/test/AssertionsKt' generated as non-synthetic by JVM_IRKT-40200 IDE: Multiple top-level main functions in different files: broken highlighting, "No descriptor resolved for FUN"KT-40262 ACC_DEPRECATED flag not generated for property getter delegate in multifile class facade in JVM_IRKT-40282 Inline class wrapping Any gets double boxedKT-40464 JVM_IR does not generate LINENUMBER at closing brace of (suspend) lambdaKT-40500 Warnings reporting by Java nullability annotations doesn't work for not top-level typesKT-40926 IDE import actions do not add required import for convention invoke() extension callKT-40948 IllegalAccessError while initializing val property in EXACTLY_ONCE lambda that is passed to another functionKT-40991 NI: UNRESOLVED_REFERENCE_WRONG_RECEIVER instead of FUNCTION_EXPECTED with convention invoke callKT-41163 Double wrapped value in Result class after map operationKT-41284 Spring CGLIB proxies break auto-generated data class componentN and copy methods when using JVM IRKT-41468 JVM IR: IllegalAccessError on access to abstract base member from another package, from anonymous object inside abstract classKT-41491 UNRESOLVED_REFERENCE_WRONG_RECEIVER instead of FUNCTION_EXPECTED when invoking non-functional value as a functionKT-41493 JVM IR: names of classes for local delegated variables contain the variable name twiceKT-41792 [FIR] Introduce & use ConeAttribute.UnsafeVarianceKT-41793 [FIR] Make captured types accessible at the end of resolveKT-41809 JVM IR: name for internal $default method doesn't include module nameKT-41810 JVM IR: Deprecated(HIDDEN) class is incorrectly generated as syntheticKT-41841 JVM IR: delegates for private functions with default arguments are generated in multifile classesKT-41857 Flaky 'ConcurrentModificationException' through kotlin.serialization.DescriptorSerializerKT-41903 JVM IR: do not generate LineNumberTable in auto-generated members of data classesKT-41911 JVM IR: nested big-arity function calls are not loweredKT-41957 JVM IR: step into suspend function goes to the first line of the fileKT-41960 JVM IR: smart step into members implemented with delegation to interface doesn't workKT-41961 JVM IR: line numbers are not generated in JvmMultifileClass facade declarationsKT-41962 JVM IR: intermittent -1 line numbers in the state machine cause double stepping in the debuggerKT-42001 Cannot resolve symbol: AssertionError: Module <sdk 1.8> is not contained in his own dependenciesKT-42002 JVM / IR: IllegalStateException: "No mapping for symbol: VAR IR_TEMPORARY_VARIABLE" caused by named argumentsKT-42021 JVM / IR: "IndexOutOfBoundsException: Index 0 out of bounds for length 0" during IR lowering with suspend conversionKT-42033 JVM IR: accidental override in Map subclass with custom implementations of some membersKT-42036 IR: "AssertionError: TypeAliasDescriptor expected: deserialized class Nothing" when referencing typealias with @UnsafeVarianceKT-42043 JVM IR: Don't generate collection stubs when implementing methods with more specific return typesKT-42044 Compiler error when lambda with contract surrounded with parenthesesKT-42114 JVM_IR generates stub for 'removeIf' in abstract classes implementing 'List' and 'Set'KT-42115 JVM_IR doesn't generate 'next' and 'hasNext' method in an abstract class implementing 'ListIterator'KT-42116 FIR: Java accessor function should not exist in scope together with relevant propertyKT-42117 IR-based evaluator cannot handle Java static final fieldsKT-42118 FIR2IR: field-targeted annotation is placed on a property, not on a fieldKT-42130 FIR: type variable is observed after when condition analysisKT-42132 FIR2IR: companion function reference has no dispatch receiverKT-42137 JVM IR: AbstractMethodError on complex hierarchy where implementation comes from another supertype and has a more specific typeKT-42186 JVM / IR: Infinite cycle in for expression when unsigned bytes are used in decreasing loop rangeKT-42251 JVM / IR: "IllegalStateException: Descriptor can be left only if it is last" when comparing the i-th element of the container of Int? and i with changeKT-42253 JVM IR: NoSuchFieldError on local delegated property in inline function whose call site happens before declaration in the sourceKT-42281 JVM / IR: AnalyzerException when comparing Int and array that cast to Any in if conditionKT-42340 FIR2IR: duplicating fake overridesKT-42344 IR-based evaluator doesn't support "annotation in annotation"KT-42346 FIR: double-vararg in IR while resolving collection literal as Java annotation argumentKT-42348 FIR: false UNINITIALIZED_VARIABLE in local classKT-42350 FIR: false UNINITIALIZED_VARIABLE after initialization in try blockKT-42351 FIR: false HIDDEN in enum entry member callKT-42354 JVM / IR: "AssertionError: Unexpected IR element found during code generation" with KProperty get invocationKT-42359 FIR2IR: cannot mangle type parameterKT-42373 FIR2IR: local object nested class has no parent if forward-referenced by nested class supertypeKT-42384 FIR (BE): top-level field has no parent class in BEKT-42496 FIR resolve: synthetic property is written but has no setterKT-42517 FIR: exception in BE for recursive inline callKT-42530 "AssertionError: No type for resolved lambda argument" on attempting to assign a Pair to a couple of values in a scratch fileKT-42601 [FIR] Inherited declaration clash for stdlib inheritorsKT-42622 NI: IllegalStateException for if expression with method reference inside flowKT-42642 ISE: No getProgressionLastElement for progression type IntProgressionTypeKT-42650 JVM IR: extraneous nullability annotation on a generic function of a flexible typeKT-42656 FIR2IR: unsupported callable reference for Java fieldKT-42725 Debugger steps into core library inline functions in chained callsKT-42758 JVM / IR: Deserialized object that overrides readResolve() is not reference equal to the singleton instanceKT-42770 FIR: duplicating signatures in mangler (typealias for functional type)KT-42771 FIR: duplicating signature in mangler (data class with delegate)KT-42814 FIR: false UNINITIALIZED_VARIABLE in local function after if...elseKT-42844 FIR: Property write in init block resolved to parameter writeKT-42846 JVM_IR: NPE on function reference to @JvmStatic method in a different fileKT-42933 JVM / IR: "AnalyzerException: Expected an object reference, but found I" with local delegate in inline classKT-43006 JVM/JVM_IR: do not generate no-arg constructor for constructor with default arguments if there are inline class types in the signatureKT-43017 JVM / IR: AssertionError when callable reference passed into a function requiring a suspendable functionKT-43051 JVM IR: extraneous methods overridding default (Java 8) collection methods in inline class that extends MutableListKT-43067 Inner class declaration inside inline class should be prohibitedKT-43068 JVM IR: no generic signatures for explicitly written methods in a List subclass, whose signature coincides with MutableList methodsKT-43132 JVM / IR: Method name '<get-...>' in class '...$screenTexts$1$1' cannot be represented in dex format.KT-43145 JVM IR: $default methods in multi-file facades are generated as non-synthetic finalKT-43156 FIR: false UNINITIALIZED_VARIABLE after initialization in synchronized blockKT-43196 JVM: extra non-static member is generated for extension property in inline classKT-43199 JVM IR: synthetic flag for deprecated-hidden is not generated for DeprecatedSinceKotlin and deprecation from overrideKT-43207 JVM IR: no collection stub for iterator is generated on extending AbstractCollectionKT-43217 JVM_IR: Multiple FAKE_OVERRIDES for java methods using @NonNull Double and java doubleKT-43225 Confusing message of warning NULLABLE_TYPE_PARAMETER_AGAINST_NOT_NULL_TYPE_PARAMETERKT-43226 "Incompatible stack heights" with non-local return to outer lambda inside suspend lambdaKT-43242 JVM / IR: "AnalyzerException: Expected I, but found R" caused by when inside object with @Nullable Integer subjectKT-43249 Wrong code generated for suspend lambdas with inline class parametersKT-43286 JVM IR: IAE "Inline class types should have the same representation: Lkotlin/UInt; != I" on smart cast of unsigned type value with JVM target 1.8KT-43326 JVM_IR: No deprecated flag for getter of deprecated interface property copied to DefaultImplsKT-43327 JVM_IR: No deprecated or synthetic flag for accessors of deprecated-hidden property of unsigned typeKT-43332 FIR: Smart casts lead to false-positive ambiguityKT-43370 JVM IR: No deprecated flag for getter of deprecated property copied via delegation by interfaceKT-43459 JVM_IR. Wrong signature for synthetic $annotations method for extension property on nullable primitiveKT-43478 NI: "IndexOutOfBoundsException: Index: 3, Size: 3" caused by is check with raw type inside if condition with when insideKT-43519 JVM_IR. External functions generated differently in multi file facadesKT-43524 JVM_IR. Missed deprecation flag on companion @JvmStatic property accessorKT-43525 Prohibit JvmOverloads on declarations with inline class types in parametersKT-43536 JVM IR: IllegalStateException is not caught by runCatching under Deferred.await() with kotlinx.coroutinesKT-43562 JVM IR: incorrect mangling for Collection.size in unsigned arraysKT-43584 [FIR] Java annotations with named arguments aren't loaded correctlyKT-43587 Invalid default parameter value in expect actual declaration on jvmKT-43630 "AssertionError: Number of arguments should not be less than number of parameters" during capturing intersection raw type with star projectionKT-43698 NoSuchMethodError for inline class implementing interface with @JvmDefault methods, -Xjvm-default=enableKT-43741 Report error on inline class implementing 'kotlin.Cloneable'KT-43845 org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Failed to generate expression: KtBlockExpressionKT-43956 NI: "Error type encountered – UninferredParameterTypeConstructor" on "try" and other constructs with code block as a valueKT-44055 Left uninferred type parameter for callable references inside special callsKT-44113 Compiler frontend exception: Number of arguments should not be less than number of parameters, but: parameters=2, args=1KT-44145 No highlighting for not initialized base constructor and NoSuchMethodError in Android pluginKT-44540 Regression in 1.4.30 in intellij-community: type mismatch for generic function call with generic Java classKT-44563 Type Inference loosing type annotations in lambda type expectation for function calls with block parametersKT-44075 Sealed interfaces: New Kotlin Class/File menu updateKT-29454 Light class with unexpected name when using obfuscated libraryKT-31553 Complete Statement: Wrong auto-insertion of closing curly brace for a code blockKT-33466 IDE generates incorrect external override with body for overriding open external methodKT-39458 Add CLI support for UL classesKT-40403 UAST: PsiMethod for invoked extension function/property misses @receiver: annotationsKT-41406 Kotlin doesn't report annotations for type arguments (no way to add @Nls, @NonNls annotations to String collections in Kotlin)KT-41420 UAST does not return information about type annotationsKT-42194 OOME: Java heap space from incremental compilationKT-42754 MPP: no smart cast for Common nullable property used in platform moduleKT-42821 MPP, IDE: Platform-specific errors are reported even when build doesn't target that platformKT-44116 Add language version 1.5 to the compiler configuration preferencesKT-44523 IDE notification for trying new JVM backendKT-44543 Kotlin's LowMemoryWatcher leaks on Kotlin plugin unloadKT-42381 MPP: Bad IDEA dependencies: JVM module depending on built artifact instead of sources of module with Android Plugin appliedKT-44016 Code completion: support for "sealed interface"KT-44250 Code completion does not work in when expression with sealed type argumentKT-39105 AE “JvmBuiltins has not been initialized properly” after creating new Gradle/Kotlin-based project via old Project WizardKT-22666 "Create enum constant" quick fix could be providedKT-24556 Add Remove quick fix for "Expression under 'when' is never equal to null"KT-34121 Report unused result of data class copy methodKT-34533 INLINE_CLASS_CONSTRUCTOR_NOT_FINAL_READ_ONLY_PARAMETER: Add quickfix "Add val to parameter"KT-35215 Quickfix for CONST_VAL_NOT_TOP_LEVEL_OR_OBJECT to remove const modifierKT-40251 Intention action to evaluate compile time expressionKT-44017 Sealed interfaces: Java side Inspection "implementation of Kotlin sealed interface is forbidden"KT-43941 Sealed interfaces: intention to extend class/interfaceKT-44043 Sealed interfaces: quickfix to move class/interface to proper locationKT-20420 Intention "Put arguments/parameters on separate lines" doesn't respect the "Place ')' on new line" Kotlin code style settingKT-21799 Quickfix "Change function signature" for receiver type doesn't change itKT-22665 "Create object" quick fix produce wrong code for enumKT-23934 IntelliJ suggest "merge map to joinToString" even when such action is impossible due to suspending actions in mapKT-30894 Wrong results of intention "Add names to call arguments" when backticked argument starts from digitKT-31523 ReplaceWith introduces additional argument name for lambda when named argument is used on call-siteKT-31833 JavaMapForEachInspection should report for expression with implicit receiverKT-33096 Turn 'MapGetWithNotNullAssertionOperator' into an intentionKT-33212 False positive "map.put() should be converted to assignment" inspection when class inherited from MutableMap has "set" methodKT-34270 False negative "Join declaration and assignment" with constructor callKT-34859 False positive "Should be replaced with Kotlin function" inspection for Character.toString(int) functionKT-34959 False positive "Redundant overriding method" with different implemented/overridden signaturesKT-35051 False positive "Remove redundant backticks" if variable inside the string and isn't followed by spaceKT-35097 False positive "Call replaceable with binary operator" on explicit 'equals' call on a platform type valueKT-35165 "Replace 'if' with elvis operator": don't suggest if val initializer is a complex expressionKT-35346 False positive 'Make internal' suggestion for function inside interfaceKT-35357 "Move lambda argument out of parentheses" does not preserve block commentsKT-38349 Invalid suggestion to fold to elvis when having a var-variableKT-40704 False negative "Redundant semicolon" at start of lineKT-40861 "Convert to secondary constructor" intention expected on class nameKT-40879 False positive "Redundant 'inner' modifier" when calling another inner class with empty constructorKT-40985 "Remove explicit type arguments" is suggested when type has an annotationKT-41223 False positive "Redundant inner modifier" inspection ignores constructor arguments of object expressionsKT-41246 False positive "Receiver parameter is never used" with anonymous function expressionKT-41298 "Remove redundant 'with' call" intention works incorrectly with non-local returns and single-expression functionsKT-41311 False positive "Redundant inner modifier" when deriving from a nested Java classKT-41499 "Convert receiver to parameter" produces code with incorrect order of generic type and function invocation in case of generic function with lambda as a parameterKT-41680 False positive "Redundant inner modifier" when deriving from class with non-empty constructor and value passed to it from enclosing classKT-42201 Add Opt-In action doesn't work if there is already OptIn annotationKT-42255 "Replace elvis expression with 'if' expression" intention shouldn't introduce unnecessary variable if 'error' expression is usedKT-43760 KJS: Debugging Kotlin code for Node.js runtime doesn't workKT-44018 Sealed interfaces: IDE side implementation for hierarchy providerKT-40814 MISSING_DEPENDENCY_CLASS when consuming native-shared library in a source-set with fewer targets than library hasKT-34535 Unable to run common tests on Android via gutter icon in a multiplatform projectKT-25038 Scratch: Destructuring declaration produces an unresolved referenceKT-43415 Kotlin scratch file could not be run and could lead to dead lockKT-44117 IDE / Scripts: custom kotlin script definitions aren't loadedKT-31072 Don't use non-reified arguments to specialize type operations in IR inlinerKT-39964 Throwable incorrectly implements constructor for (null, cause) args in K/JS-IRKT-40090 KJS: IR. Invalid behaviour for optional parameters (redundant tail undefined parameters)KT-40686 KJS: Uncaught ReferenceError caused by external class as type inside eventListener in init blockKT-40771 KJS / IR: "ReferenceError: Metadata is not defined" caused by default parameter value in inner class constructorKT-41032 KJS / IR: "AssertionError: Assertion failed" caused by class that is delegated to inherited interfaceKT-41076 KJS / IR: "AssertionError: Assertion failed" caused by overridden extensiion function in child classKT-41771 KJS / IR: IndexOutOfBoundsException "Index 0 out of bounds for length 0" caused by inline class with List in primary constructor and vararg in secondaryKT-42025 KJS / IR: IrConstructorCallImpl: No such type argument slot: 0KT-42112 KJS: StackOverflowError on @JsExport in case of name clash with function with Enum parameter with star-projectionKT-42262 KJS: break-statements without label are ignored in a whenKT-42357 KotlinJS - external class constructor with vararg does not correctly handle spread operator.KT-42364 KJS: Properties of interface delegate are non-configurableKT-43212 JS IR: support init blocks inside inline classesKT-43222 KJS IR: prototype lazy initialization for top-level properties like in JVMKT-43313 KJS / IR: "Can't find name for declaration FUN" for secondary constructorKT-43901 Call to enum values() method from enum companion object leads to non-initialized enum instancesKT-41677 Could not launch iOS project with custom display nameKT-42463 Launch common tests for Android on local JVM via run gutterKT-43188 NoSuchMethodError in New Module Wizard of KMM ProjectKT-41112 Docs: add more details about bit shift operationsKT-41278 map.entries.contains can return false if the argument is not MutableEntryKT-41356 Incorrect documentation for rangeTo functionKT-44456 Introduce locale-agnostic API for case conversionsKT-44458 Introduce new Char-to-code and Char-to-digit conversionsKT-41765 [Native/IR] Could not resolveFakeOverride()KT-42054 Psi2ir: "RuntimeException: IrSimpleFunctionSymbolImpl is already bound" when using result of function with overload resolution by lambda return typeKT-44219 1.4.30-M1: Non-reified type parameters with recursive bounds are not supported yetKT-44271 [Kotlin/Native] Incorrect linking when targeting linux_x64 from mingw_x64 hostKT-42412 [C-interop] Modality of generated property accessors is always FINALKT-38530 Native: values() method of enum classes is not exposed to Objective-C/SwiftKT-43599 K/N: Unbound symbols not allowedKT-43597 Support for Xcode 12.2 SDKKT-43276 Support watchos_x64 targetKT-42822 Kotlin/Native Worker leaks ObjC/Swift autorelease references (and indirectly bridged K/N references) on Darwin targetsKT-42172 Kotlin/Native: StableRef.dispose race condition on Kotlin deinitRuntimeKT-42428 Inconsistent behavior of map.entries on Kotlin.NativeKT-34024 "KotlinReflectionInternalError: Inconsistent number of parameters" with javaMethod on suspending functions with inline class in function signature or inside the functionKT-43294 Support -no-stdlib option for the kotlin runnerKT-43406 JVM: produce deterministic jar files if -d option value is a .jar fileKT-40670 Allow to override konan.properties via CLIKT-41764 KJS /IR IllegalStateException: "Symbol for public kotlin/arrayOf is unbound" with serialization pluginKT-42976 kotlinx.serialization + JVM IR: NPE on annotation with @SerialInfoKT-43725 Prohibit inner and local classes in kotlin-noargKT-38692 KaptGenerateStubs Gradle task will not clean up outputs when sources are empty and not an incremental buildKT-40140 kotlin-android plugin eagerly creates several Gradle tasksKT-41295 Kotlin Gradle Plugin 1.4.20 Configuration Caching bug due to friendPath providerKT-42058 Support moduleName option in Kotlin Gradle plugin for JVMKT-43054 Implementation of AbstractKotlinTarget#buildAdhocComponentsFromKotlinVariants breaks configuration cachingKT-43489 Incremental compilation - unable to find history files causing full recompilationKT-43740 Gradle out-of-process runner fails with unclear diagnostics if build directory does not existKT-43895 Fix cacheability warnings for the Kotlin pluginsKT-42400 Kotlin/JS: Gradle DSL: customField() is rejected in Groovy build.gradleKT-42462 NPM dependency declaration with Groovy interpolated stringKT-42954 Kotlin/JS: IDE import after changing kotlin.js.externals.output.format does not re-generate externalsKT-43535 Common webpack configuration breaks on lambda serialization in some casesKT-43668 PackageJson task use file dependencies as is (files and directories), but only files necessaryKT-43793 nodeArgs in NodeJsExec taskKT-43842 KJS: Invalid output.library support for null valueKT-44104 KJS / Gradle: An ability to pass jvm args to K2JSDce processKT-42269 Setup default dependsOn edges for Android source setsKT-42413 [MPP/gradle] withJava breaks build on 1.4.20-M1KT-43141 Gradle / Configuration cache: NPE from org.jetbrains.kotlin.gradle.tasks.KotlinCompileCommon.getKotlinOptions() on reusing configuration cache for task compileCommonMainKotlinMetadataKT-43329 Gradle / Configuration cache: IAE “Parameter specified as non-null is null: method KotlinMetadataTargetConfiguratorKt.isCompatibilityMetadataVariantEnabled, parameter $this$isCompatibilityMetadataVariantEnabled” on reusing configuration cache for task compileKotlinMetadataKT-44298 Kotlin 1.4.20+ MPP "root" module publication does not include the source JAR that used to be published in the -metadata modulesKT-39564 Make kotlin-native Gradle tasks CacheableKT-42485 Fail on cinterop: clang_indexTranslationUnit returned 1KT-42550 Adding subspec dependency with git location failedKT-42849 Gradle / Configuration cache: tasks nativeMetadataJar, runReleaseExecutableNative, runDebugExecutableNative are unsupported and fails on reusing configuration cacheKT-42938 CocoaPods Gradle plugin: podBuildDependencies doesn't properly report xcodebuild failuresKT-43151 Gradle / Configuration cache: UPAE “lateinit property binary has not been initialized” on reusing configuration cache for linkDebugExecutableNative, linkDebugTestNative, linkReleaseExecutableNative tasksKT-43516 Failed to resolve Kotin library [Multiple Multiplatform modules]KT-42937 another compilation fail (problem with compilation caches?)KT-39536 JPS compilation fails with IOException "storage is already closed"KT-41553 JVM IR, Parcelize: IrStarProjectionImpl cannot be cast to class IrTypeProjectionKT-43534 Allow running "main.kts" script that does not end in a "main.kts" filename (would allow kotlin scripting on GitHub Actions)KT-43176 NoSuchMethodError: 'int Script.access$getAValue$p(Script) for not-inlined functionsKT-43294 Support -no-stdlib option for the kotlin runnerKT-34340 Incremental annotation processor recompile all files (only if KAPT enabled).KT-36667 Kapt: Add a flag to strip kotlin.Metadata() annotations from stubsKT-40493 KAPT does not support aggregating annotations processors in incremental modeKT-40882 Kapt stub generation is non-deterministic for incremental compilationKT-41788 NullPointerException: Random crashes of build using gradle and kapt because of not calling Processor.init()KT-42182 KAPT: Does not consider generated sources for incremental compilation.| File | Sha256 |
|---|---|
| kotlin-compiler-1.4.30.zip | 7b0aae9dca5ea899ef05dedc0a6fdd6e359451e56ff0dd3354443b3208b31800 |
| kotlin-native-linux-1.4.30.tar.gz | 51c12099acf2e2131f063659c59d5f78daaba5c9bc39cc92289d962359e8ccce |
| kotlin-native-macos-1.4.30.tar.gz | 892afbf069483b355933885c931367aaaaa32dfe26d84bbfd8636f90f0c7b556 |
| kotlin-native-windows-1.4.30.zip | 6c56581902e094c0b1b292abb854d314d5cee650528f23015f8390301fa84ae2 |
KT-41265 Support noarg compiler plugin for JVM IRKT-43592 Promote JVM IR compiler backend to BetaKT-43919 Support loading Java annotations on base classes and implementing interfaces' type argumentsKT-44021 Enable JVM IR backend by default in 1.5KT-11454 Load annotations on TYPE_USE/TYPE_PARAMETER positions from Java class-filesKT-11732 Verify error for generic interface method invocation with default parametersKT-14612 "ISE: Recursive call in a lazy value" during processing of a (weakly) recursive type aliasKT-18344 Upper bound of a typealias type parameter is not reported correctly if it contains the typealias itselfKT-18768 @Notnull annotation from Java does not work with varargsKT-20548 java.lang.IllegalStateException: Illegal class container on simple Java code parsingKT-23816 Inline classes: constants and annotationsKT-24158 AE: No receiver found on incomplete code with $-signsKT-24392 Nullability of Java arrays is read incorrectly if @Nullable annotation has both targets TYPE_USE and VALUE_PARAMETERKT-29735 KNPE at KtEnumEntrySuperclassReferenceExpression.getReferencedElement with explicit type argument inside enum member constructorKT-31389 ClassFormatError with companion object in annotation with @JvmStaticKT-31907 ISE: UNIT_EXPECTED_TYPE on parsing array literal inside lambda with Unit return typeKT-36399 Gradually support TYPE_USE nullability annotations read from class-filesKT-41163 Double wrapped value in Result class after map operationKT-41284 Spring CGLIB proxies break auto-generated data class componentN and copy methods when using JVM IRKT-41911 JVM IR: nested big-arity function calls are not loweredKT-42001 Cannot resolve symbol: AssertionError: Module <sdk 1.8> is not contained in his own dependenciesKT-42036 IR: "AssertionError: TypeAliasDescriptor expected: deserialized class Nothing" when referencing typealias with @UnsafeVarianceKT-42530 "AssertionError: No type for resolved lambda argument" on attempting to assign a Pair to a couple of values in a scratch fileKT-42622 NI: IllegalStateException for if expression with method reference inside flowKT-43051 JVM IR: extraneous methods overridding default (Java 8) collection methods in inline class that extends MutableListKT-43067 Inner class declaration inside inline class should be prohibitedKT-43225 Confusing message of warning NULLABLE_TYPE_PARAMETER_AGAINST_NOT_NULL_TYPE_PARAMETERKT-43459 JVM_IR. Wrong signature for synthetic $annotations method for extension property on nullable primitiveKT-43478 NI: "IndexOutOfBoundsException: Index: 3, Size: 3" caused by is check with raw type inside if condition with when insideKT-43519 JVM_IR. External functions generated differently in multi file facadesKT-43524 JVM_IR. Missed deprecation flag on companion @JvmStatic property accessorKT-43536 JVM IR: IllegalStateException is not caught by runCatching under Deferred.await() with kotlinx.coroutinesKT-43587 Invalid default parameter value in expect actual declaration on jvmKT-43630 "AssertionError: Number of arguments should not be less than number of parameters" during capturing intersection raw type with star projectionKT-43698 NoSuchMethodError for inline class implementing interface with @JvmDefault methods, -Xjvm-default=enableKT-43741 Report error on inline class implementing 'kotlin.Cloneable'KT-43845 org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Failed to generate expression: KtBlockExpressionKT-43956 NI: "Error type encountered – UninferredParameterTypeConstructor" on "try" and other constructs with code block as a valueKT-44055 Left uninferred type parameter for callable references inside special callsKT-44113 Compiler frontend exception: Number of arguments should not be less than number of parameters, but: parameters=2, args=1KT-44145 No highlighting for not initialized base constructor and NoSuchMethodError in Android pluginKT-44075 Sealed interfaces: New Kotlin Class/File menu updateKT-29454 Light class with unexpected name when using obfuscated libraryKT-42194 OOME: Java heap space from incremental compilationKT-44116 Add language version 1.5 to the compiler configuration preferencesKT-44016 Code completion: support for "sealed interface"KT-39105 AE “JvmBuiltins has not been initialized properly” after creating new Gradle/Kotlin-based project via old Project WizardKT-44017 Sealed interfaces: Java side Inspection "implementation of Kotlin sealed interface is forbidden"KT-43941 Sealed interfaces: intention to extend class/interfaceKT-44018 Sealed interfaces: IDE side implementation for hierarchy providerKT-40814 MISSING_DEPENDENCY_CLASS when consuming native-shared library in a source-set with fewer targets than library hasKT-34535 Unable to run common tests on Android via gutter icon in a multiplatform projectKT-25038 Scratch: Destructuring declaration produces an unresolved referenceKT-44117 IDE / Scripts: custom kotlin script definitions aren't loadedKT-41076 KJS / IR: "AssertionError: Assertion failed" caused by overridden extensiion function in child classKT-42357 KotlinJS - external class constructor with vararg does not correctly handle spread operator.KT-43212 JS IR: support init blocks inside inline classesKT-43901 Call to enum values() method from enum companion object leads to non-initialized enum instancesKT-41278 map.entries.contains can return false if the argument is not MutableEntryKT-41765 [Native/IR] Could not resolveFakeOverride()KT-42054 Psi2ir: "RuntimeException: IrSimpleFunctionSymbolImpl is already bound" when using result of function with overload resolution by lambda return typeKT-44271 [Kotlin/Native] Incorrect linking when targeting linux_x64 from mingw_x64 hostKT-44219 1.4.30-M1: Non-reified type parameters with recursive bounds are not supported yetKT-43599 K/N: Unbound symbols not allowedKT-42172 Kotlin/Native: StableRef.dispose race condition on Kotlin deinitRuntimeKT-42482 Kotlin subclasses of Obj-C classes are incompatible with ISA swizzling (it causes crashes)KT-43294 Support -no-stdlib option for the kotlin runnerKT-43725 Prohibit inner and local classes in kotlin-noargKT-43740 Gradle out-of-process runner fails with unclear diagnostics if build directory does not existKT-43895 Fix cacheability warnings for the Kotlin pluginsKT-43668 PackageJson task use file dependencies as is (files and directories), but only files necessaryKT-43793 nodeArgs in NodeJsExec taskKT-43842 KJS: Invalid output.library support for null valueKT-44104 KJS / Gradle: An ability to pass jvm args to K2JSDce processKT-44298 Kotlin 1.4.20+ MPP "root" module publication does not include the source JAR that used to be published in the -metadata modulesKT-42937 another compilation fail (problem with compilation caches?)KT-44130 KAPT changes field order in 1.4.30-M1KT-43534 Allow running "main.kts" script that does not end in a "main.kts" filename (would allow kotlin scripting on GitHub Actions)KT-43176 NoSuchMethodError: 'int Script.access$getAValue$p(Script) for not-inlined functionsKT-43294 Support -no-stdlib option for the kotlin runner| File | Sha256 |
|---|---|
| kotlin-compiler-1.4.30-RC.zip | d0103f8d3ffe4545a2bcff8b01b348e45b4338387768c7c25901275a9c918691 |
| kotlin-native-prebuilt-linux-1.4.30-RC.tar.gz | 07f9bedf68b65d59042d9c24d1157836bd9a8a94b9da49e2b2b7871d90995cbf |
| kotlin-native-prebuilt-macos-1.4.30-RC.tar.gz | e2c3bd19aec8eed8a8fbf55e6b213f1ea37f97457a7cb08fd71ff9d865fc01ec |
| kotlin-native-prebuilt-windows-1.4.30-RC.zip | 31e358d21f046b89b0aee82bd82814480ba41b6556c9f31066af8fbb9aa3d3a0 |
You could find information about EAP program and setup instructions here
KT-42383 HMPP: Bad IDEA dependencies: Missing dependency from p1:jvmAndAndroid to p2:jvmAndAndroidKT-38772 Native: support non-reified type parameters in typeOfKT-42234 Move LLVM optimization parameters into konan.propertiesKT-42649 IndexOutOfBoundsException during InlineClassTransformer loweringKT-42942 Native: optimize peak backend memory by clearing BindingContext after psi2irKT-43198 init blocks inside inline classesKT-31072 Don't use non-reified arguments to specialize type operations in IR inlinerKT-41227 KJS IR: don't copy to child's prototype references to the function from parentKT-41227 KJS IR: don't copy to child's prototype references to the function from parentKT-28055 Consider supporting init blocks inside inline classesKT-28056 Consider supporting non-public primary constructors for inline classesKT-42094 Allow open callable members in expect interfacesKT-43129 FIR: Support OverloadResolutionByLambdaReturnTypeKT-41352 JVM IR: reduce bytecode size in for loops and range checks with 'until' by not using inclusive endKT-41644 NI: Infinite compilationKT-42791 OutOfMemoryError on compilation using kotlin 1.4 on a class with a lot of type inferenceKT-42920 NI: Improve performance around adding constraintsKT-22465 Excessive synthetic method for private setter from superclassKT-26229 Lambda/anonymous function argument in parentheses is not supported for callsInPlace effectKT-32228 Inconsistent boxing/unboxing for inline classes when interface is specialized by object expressionKT-32450 Inline class incorrectly gets re-wrapped when provided to a functionKT-35849 Missing nullability assertion on lambda return value if expected type has generic return value typeKT-35902 Kotlin generates a private parameterless constructor for constructors taking inline class arguments with default valuesKT-36769 JVM IR: Missing LVT entries for inline function (default) parameters at call siteKT-36982 JVM IR: SAM adapter classes are generated as syntheticKT-37007 JVM IR: extraneous property accessors are generated in multifile facade for InlineOnly propertyKT-37317 [FIR] Add support of extension functions in postponed lambda completionKT-38400 FIR: interface abstract is preferred to Any method in super resolveKT-38536 JVM IR: bound adapted function references are not inlinedKT-38656 FIR: determine overridden member visibility properlyKT-38901 FIR: Make behavior of integer literals overflow consistent with FE 1.0KT-39709 [FIR] False positive UNINITIALIZED_VARIABLE in presence of complex graph with jumpsKT-39923 Result.Failure will get wrapped with Success when using with RxJavaKT-40198 '$default' methods in 'kotlin/test/AssertionsKt' generated as non-synthetic by JVM_IRKT-40262 ACC_DEPRECATED flag not generated for property getter delegate in multifile class facade in JVM_IRKT-40282 Inline class wrapping Any gets double boxedKT-40464 JVM_IR does not generate LINENUMBER at closing brace of (suspend) lambdaKT-40948 IllegalAccessError while initializing val property in EXACTLY_ONCE lambda that is passed to another functionKT-41468 JVM IR: IllegalAccessError on access to abstract base member from another package, from anonymous object inside abstract classKT-41493 JVM IR: names of classes for local delegated variables contain the variable name twiceKT-41792 [FIR] Introduce & use ConeAttribute.UnsafeVarianceKT-41793 [FIR] Make captured types accessible at the end of resolveKT-41809 JVM IR: name for internal $default method doesn't include module nameKT-41810 JVM IR: Deprecated(HIDDEN) class is incorrectly generated as syntheticKT-41841 JVM IR: delegates for private functions with default arguments are generated in multifile classesKT-41857 Flaky 'ConcurrentModificationException' through kotlin.serialization.DescriptorSerializerKT-41903 JVM IR: do not generate LineNumberTable in auto-generated members of data classesKT-41957 JVM IR: step into suspend function goes to the first line of the fileKT-41960 JVM IR: smart step into members implemented with delegation to interface doesn't workKT-41961 JVM IR: line numbers are not generated in JvmMultifileClass facade declarationsKT-41962 JVM IR: intermittent -1 line numbers in the state machine cause double stepping in the debuggerKT-42002 JVM / IR: IllegalStateException: "No mapping for symbol: VAR IR_TEMPORARY_VARIABLE" caused by named argumentsKT-42021 JVM / IR: "IndexOutOfBoundsException: Index 0 out of bounds for length 0" during IR lowering with suspend conversionKT-42033 JVM IR: accidental override in Map subclass with custom implementations of some membersKT-42043 JVM IR: Don't generate collection stubs when implementing methods with more specific return typesKT-42044 Compiler error when lambda with contract surrounded with parenthesesKT-42114 JVM_IR generates stub for 'removeIf' in abstract classes implementing 'List' and 'Set'KT-42115 JVM_IR doesn't generate 'next' and 'hasNext' method in an abstract class implementing 'ListIterator'KT-42116 FIR: Java accessor function should not exist in scope together with relevant propertyKT-42117 IR-based evaluator cannot handle Java static final fieldsKT-42118 FIR2IR: field-targeted annotation is placed on a property, not on a fieldKT-42130 FIR: type variable is observed after when condition analysisKT-42132 FIR2IR: companion function reference has no dispatch receiverKT-42137 JVM IR: AbstractMethodError on complex hierarchy where implementation comes from another supertype and has a more specific typeKT-42186 JVM / IR: Infinite cycle in for expression when unsigned bytes are used in decreasing loop rangeKT-42251 JVM / IR: "IllegalStateException: Descriptor can be left only if it is last" when comparing the i-th element of the container of Int? and i with changeKT-42253 JVM IR: NoSuchFieldError on local delegated property in inline function whose call site happens before declaration in the sourceKT-42281 JVM / IR: AnalyzerException when comparing Int and array that cast to Any in if conditionKT-42340 FIR2IR: duplicating fake overridesKT-42344 IR-based evaluator doesn't support "annotation in annotation"KT-42346 FIR: double-vararg in IR while resolving collection literal as Java annotation argumentKT-42348 FIR: false UNINITIALIZED_VARIABLE in local classKT-42350 FIR: false UNINITIALIZED_VARIABLE after initialization in try blockKT-42351 FIR: false HIDDEN in enum entry member callKT-42354 JVM / IR: "AssertionError: Unexpected IR element found during code generation" with KProperty get invocationKT-42359 FIR2IR: cannot mangle type parameterKT-42373 FIR2IR: local object nested class has no parent if forward-referenced by nested class supertypeKT-42384 FIR (BE): top-level field has no parent class in BEKT-42496 FIR resolve: synthetic property is written but has no setterKT-42517 FIR: exception in BE for recursive inline callKT-42601 [FIR] Inherited declaration clash for stdlib inheritorsKT-42642 ISE: No getProgressionLastElement for progression type IntProgressionTypeKT-42650 JVM IR: extraneous nullability annotation on a generic function of a flexible typeKT-42656 FIR2IR: unsupported callable reference for Java fieldKT-42725 Debugger steps into core library inline functions in chained callsKT-42758 JVM / IR: Deserialized object that overrides readResolve() is not reference equal to the singleton instanceKT-42770 FIR: duplicating signatures in mangler (typealias for functional type)KT-42771 FIR: duplicating signature in mangler (data class with delegate)KT-42814 FIR: false UNINITIALIZED_VARIABLE in local function after if...elseKT-42844 FIR: Property write in init block resolved to parameter writeKT-42846 JVM_IR: NPE on function reference to @JvmStatic method in a different fileKT-42933 JVM / IR: "AnalyzerException: Expected an object reference, but found I" with local delegate in inline classKT-43006 JVM/JVM_IR: do not generate no-arg constructor for constructor with default arguments if there are inline class types in the signatureKT-43017 JVM / IR: AssertionError when callable reference passed into a function requiring a suspendable functionKT-43068 JVM IR: no generic signatures for explicitly written methods in a List subclass, whose signature coincides with MutableList methodsKT-43132 JVM / IR: Method name '<get-...>' in class '...$screenTexts$1$1' cannot be represented in dex format.KT-43145 JVM IR: $default methods in multi-file facades are generated as non-synthetic finalKT-43156 FIR: false UNINITIALIZED_VARIABLE after initialization in synchronized blockKT-43196 JVM: extra non-static member is generated for extension property in inline classKT-43199 JVM IR: synthetic flag for deprecated-hidden is not generated for DeprecatedSinceKotlin and deprecation from overrideKT-43207 JVM IR: no collection stub for iterator is generated on extending AbstractCollectionKT-43217 JVM_IR: Multiple FAKE_OVERRIDES for java methods using @NonNull Double and java doubleKT-43226 "Incompatible stack heights" with non-local return to outer lambda inside suspend lambdaKT-43242 JVM / IR: "AnalyzerException: Expected I, but found R" caused by when inside object with @Nullable Integer subjectKT-43249 Wrong code generated for suspend lambdas with inline class parametersKT-43286 JVM IR: IAE "Inline class types should have the same representation: Lkotlin/UInt; != I" on smart cast of unsigned type value with JVM target 1.8KT-43326 JVM_IR: No deprecated flag for getter of deprecated interface property copied to DefaultImplsKT-43327 JVM_IR: No deprecated or synthetic flag for accessors of deprecated-hidden property of unsigned typeKT-43332 FIR: Smart casts lead to false-positive ambiguityKT-43370 JVM IR: No deprecated flag for getter of deprecated property copied via delegation by interfaceKT-43525 Prohibit JvmOverloads on declarations with inline class types in parametersKT-43562 JVM IR: incorrect mangling for Collection.size in unsigned arraysKT-43584 [FIR] Java annotations with named arguments aren't loaded correctlyKT-31553 Complete Statement: Wrong auto-insertion of closing curly brace for a code blockKT-33466 IDE generates incorrect external override with body for overriding open external methodKT-39458 Add CLI support for UL classesKT-40403 UAST: PsiMethod for invoked extension function/property misses @receiver: annotationsKT-41406 Kotlin doesn't report annotations for type arguments (no way to add @Nls, @NonNls annotations to String collections in Kotlin)KT-41420 UAST does not return information about type annotationsKT-42754 MPP: no smart cast for Common nullable property used in platform moduleKT-42821 MPP, IDE: Platform-specific errors are reported even when build doesn't target that platformKT-42381 MPP: Bad IDEA dependencies: JVM module depending on built artifact instead of sources of module with Android Plugin appliedKT-22666 "Create enum constant" quick fix could be providedKT-24556 Add Remove quick fix for "Expression under 'when' is never equal to null"KT-34121 Report unused result of data class copy methodKT-34533 INLINE_CLASS_CONSTRUCTOR_NOT_FINAL_READ_ONLY_PARAMETER: Add quickfix "Add val to parameter"KT-35215 Quickfix for CONST_VAL_NOT_TOP_LEVEL_OR_OBJECT to remove const modifierKT-40251 Intention action to evaluate compile time expressionKT-20420 Intention "Put arguments/parameters on separate lines" doesn't respect the "Place ')' on new line" Kotlin code style settingKT-21799 Quickfix "Change function signature" for receiver type doesn't change itKT-22665 "Create object" quick fix produce wrong code for enumKT-23934 IntelliJ suggest "merge map to joinToString" even when such action is impossible due to suspending actions in mapKT-30894 Wrong results of intention "Add names to call arguments" when backticked argument starts from digitKT-31523 ReplaceWith introduces additional argument name for lambda when named argument is used on call-siteKT-31833 JavaMapForEachInspection should report for expression with implicit receiverKT-33096 Turn 'MapGetWithNotNullAssertionOperator' into an intentionKT-33212 False positive "map.put() should be converted to assignment" inspection when class inherited from MutableMap has "set" methodKT-34270 False negative "Join declaration and assignment" with constructor callKT-34859 False positive "Should be replaced with Kotlin function" inspection for Character.toString(int) functionKT-34959 False positive "Redundant overriding method" with different implemented/overridden signaturesKT-35051 False positive "Remove redundant backticks" if variable inside the string and isn't followed by spaceKT-35097 False positive "Call replaceable with binary operator" on explicit 'equals' call on a platform type valueKT-35165 "Replace 'if' with elvis operator": don't suggest if val initializer is a complex expressionKT-35346 False positive 'Make internal' suggestion for function inside interfaceKT-35357 "Move lambda argument out of parentheses" does not preserve block commentsKT-38349 Invalid suggestion to fold to elvis when having a var-variableKT-40704 False negative "Redundant semicolon" at start of lineKT-40861 "Convert to secondary constructor" intention expected on class nameKT-40879 False positive "Redundant 'inner' modifier" when calling another inner class with empty constructorKT-40985 "Remove explicit type arguments" is suggested when type has an annotationKT-41223 False positive "Redundant inner modifier" inspection ignores constructor arguments of object expressionsKT-41246 False positive "Receiver parameter is never used" with anonymous function expressionKT-41298 "Remove redundant 'with' call" intention works incorrectly with non-local returns and single-expression functionsKT-41311 False positive "Redundant inner modifier" when deriving from a nested Java classKT-41499 "Convert receiver to parameter" produces code with incorrect order of generic type and function invocation in case of generic function with lambda as a parameterKT-41680 False positive "Redundant inner modifier" when deriving from class with non-empty constructor and value passed to it from enclosing classKT-42201 Add Opt-In action doesn't work if there is already OptIn annotationKT-42255 "Replace elvis expression with 'if' expression" intention shouldn't introduce unnecessary variable if 'error' expression is usedKT-43760 KJS: Debugging Kotlin code for Node.js runtime doesn't workKT-43415 Kotlin scratch file could not be run and could lead to dead lockKT-31072 Don't use non-reified arguments to specialize type operations in IR inlinerKT-39964 Throwable incorrectly implements constructor for (null, cause) args in K/JS-IRKT-40090 KJS: IR. Invalid behaviour for optional parameters (redundant tail undefined parameters)KT-40686 KJS: Uncaught ReferenceError caused by external class as type inside eventListener in init blockKT-40771 KJS / IR: "ReferenceError: Metadata is not defined" caused by default parameter value in inner class constructorKT-41032 KJS / IR: "AssertionError: Assertion failed" caused by class that is delegated to inherited interfaceKT-41771 KJS / IR: IndexOutOfBoundsException "Index 0 out of bounds for length 0" caused by inline class with List in primary constructor and vararg in secondaryKT-42025 KJS / IR: IrConstructorCallImpl: No such type argument slot: 0KT-42112 KJS: StackOverflowError on @JsExport in case of name clash with function with Enum parameter with star-projectionKT-42262 KJS: break-statements without label are ignored in a whenKT-42364 KJS: Properties of interface delegate are non-configurableKT-43222 KJS IR: prototype lazy initialization for top-level properties like in JVMKT-43313 KJS / IR: "Can't find name for declaration FUN" for secondary constructorKT-41677 Could not launch iOS project with custom display nameKT-42463 Launch common tests on local JVM via run gutterKT-43188 NoSuchMethodError in New Module Wizard of KMM ProjectKT-41112 Docs: add more details about bit shift operationsKT-41356 Incorrect documentation for rangeTo functionKT-41765 [Native/IR] Could not resolveFakeOverride()KT-42054 Psi2ir: "RuntimeException: IrSimpleFunctionSymbolImpl is already bound" when using result of function with overload resolution by lambda return typeKT-42822 Kotlin/Native Worker leaks ObjC/Swift autorelease references (and indirectly bridged K/N references) on Darwin targetsKT-42397 Reverse C interop usage of companion object reports spurious leaksKT-42412 [C-interop] Modality of generated property accessors is always FINALKT-38530 Native: values() method of enum classes is not exposed to Objective-C/SwiftKT-43597 Support for Xcode 12.2 SDKKT-43276 Support watchos_x64 targetKT-42822 Kotlin/Native Worker leaks ObjC/Swift autorelease references (and indirectly bridged K/N references) on Darwin targetsKT-42428 Inconsistent behavior of map.entries on Kotlin.NativeKT-34024 "KotlinReflectionInternalError: Inconsistent number of parameters" with javaMethod on suspending functions with inline class in function signature or inside the functionKT-43406 JVM: produce deterministic jar files if -d option value is a .jar fileKT-40670 Allow to override konan.properties via CLIKT-41764 KJS /IR IllegalStateException: "Symbol for public kotlin/arrayOf is unbound" with serialization pluginKT-42976 kotlinx.serialization + JVM IR: NPE on annotation with @SerialInfoKT-38692 KaptGenerateStubs Gradle task will not clean up outputs when sources are empty and not an incremental buildKT-40140 kotlin-android plugin eagerly creates several Gradle tasksKT-41295 Kotlin Gradle Plugin 1.4.20 Configuration Caching bug due to friendPath providerKT-42058 Support moduleName option in Kotlin Gradle plugin for JVMKT-43054 Implementation of AbstractKotlinTarget#buildAdhocComponentsFromKotlinVariants breaks configuration cachingKT-43489 Incremental compilation - unable to find history files causing full recompilationKT-42400 Kotlin/JS: Gradle DSL: customField() is rejected in Groovy build.gradleKT-42462 NPM dependency declaration with Groovy interpolated stringKT-42954 Kotlin/JS: IDE import after changing kotlin.js.externals.output.format does not re-generate externalsKT-43535 Common webpack configuration breaks on lambda serialization in some casesKT-42269 Setup default dependsOn edges for Android source setsKT-42413 [MPP/gradle] withJava breaks build on 1.4.20-M1KT-43141 Gradle / Configuration cache: NPE from org.jetbrains.kotlin.gradle.tasks.KotlinCompileCommon.getKotlinOptions() on reusing configuration cache for task compileCommonMainKotlinMetadataKT-43329 Gradle / Configuration cache: IAE “Parameter specified as non-null is null: method KotlinMetadataTargetConfiguratorKt.isCompatibilityMetadataVariantEnabled, parameter $this$isCompatibilityMetadataVariantEnabled” on reusing configuration cache for task compileKotlinMetadataKT-39564 Make kotlin-native Gradle tasks CacheableKT-42485 Fail on cinterop: clang_indexTranslationUnit returned 1KT-42550 Adding subspec dependency with git location failedKT-42849 Gradle / Configuration cache: tasks nativeMetadataJar, runReleaseExecutableNative, runDebugExecutableNative are unsupported and fails on reusing configuration cacheKT-42938 CocoaPods Gradle plugin: podBuildDependencies doesn't properly report xcodebuild failuresKT-43151 Gradle / Configuration cache: UPAE “lateinit property binary has not been initialized” on reusing configuration cache for linkDebugExecutableNative, linkDebugTestNative, linkReleaseExecutableNative tasksKT-40999 CocoaPods Gradle plugin: Support custom cinterop options when declaring a pod dependency.KT-41553 JVM IR, Parcelize: IrStarProjectionImpl cannot be cast to class IrTypeProjectionKT-34340 Incremental annotation processor recompile all files (only if KAPT enabled).KT-36667 Kapt: Add a flag to strip kotlin.Metadata() annotations from stubsKT-40493 KAPT does not support aggregating annotations processors in incremental modeKT-40882 Kapt stub generation is non-deterministic for incremental compilationKT-41788 NullPointerException: Random crashes of build using gradle and kapt because of not calling Processor.init()KT-42182 KAPT: Does not consider generated sources for incremental compilation.| File | Sha256 |
|---|---|
| kotlin-compiler-1.4.30-M1.zip | fe9f843a0ee6c0196d75ec60014b51bdf372d80ed6d6d1584f20a409ebfebb24 |
| kotlin-native-prebuilt-linux-1.4.30-M1.tar.gz | ab291c4d8284af0c9490d4d122bac1edc5e688309361b4eb26427c35d6888152 |
| kotlin-native-prebuilt-macos-1.4.30-M1.tar.gz | 993b1a56e219f28a173ae1a07de0b1f4670ea3ee16722ac4168766053151e068 |
| kotlin-native-prebuilt-windows-1.4.30-M1.zip | fcee3a938ad31d104fba7837f7e4ae3cb9ca2f7a35deb28f71f4c8b44a9ff945 |
Nothing published for this version
KT-42561 "Could not get unknown property 'sourceSets' for project" when running JVM module with included MPP moduleKT-43511 Task 'MainKt.main()' not found in root projectKT-43586 Source documentation: ExperimentalPathAPI misspeltKT-43745 replace for strings ignores case of locale charactersKT-43265 Kotlin/Native fails to generate alias for C enum entryKT-43530 Kotlin/Native compilation fails with "Symbol for public kotlin/Array.size.<get-size>|-8255337774232345969[0] is unbound"KT-43517 On Kotlin 1.4.20 we got kotlin.NotImplementedError when try compile iOS frameworkKT-43668 PackageJson task use file dependencies as is (files and directories), but only files necessary| File | Sha256 |
|---|---|
| kotlin-compiler-1.4.21.zip | 46720991a716e90bfc0cf3f2c81b2bd735c14f4ea6a5064c488e04fd76e6b6c7 |
| kotlin-native-prebuilt-linux-1.4.21.tar.gz | ae54afed3e3f65a2e3170b203679e86c78979c0c53dd0d7d7a38cf4fa8d46ca7 |
| kotlin-native-prebuilt-macos-1.4.21.tar.gz | f3a65ea070cbfca89497a14340f1530d1ec37875efc8be9a972b6a7aefde29c0 |
| kotlin-native-prebuilt-windows-1.4.21.zip | 5359f53b01bdc5bd4fd956630e33a0ba36ea0471a8e86fe5405266d899694223 |
KT-42121 Deprecate Kotlin Android Extensions compiler pluginKT-42267 Platform declaration clash error in IDE when using kotlinx.android.parcel.ParcelizeKT-42406 Long or infinite code analysis on simple files modificationKT-27534 Bridges to Nothing-returning methods have incorrect signatureKT-30284 Native: Nothing? type for expression override and crashKT-36430 Optimize when with in range casesKT-38787 Missing optimization for "in range" checkKT-39100 Make Native behaviour of property initialization consistent with JVMKT-39798 Override equals/hashCode in functional interface wrappers on NativeKT-39800 equals/hashCode on adapted function references on NativeKT-41394 Compilation failed: Backend Internal error: Exception during IR loweringKT-41907 Framework test segfaults on GC on watchos_x86 compiled with -optKT-21147 JEP 280: Indify String Concatenation (StringConcatFactory)KT-34178 Scripts should be able to access imports objectsKT-35549 Support kotlin-android-extensions in JVM IR backend (for use with Jetpack Compose projects)KT-31567 Support special semantics for underscore-named catch block parametersKT-20571 Coroutines: Reduce number of local variables stored at suspension pointKT-28016 Coroutine state-machines spill/unspill shall be optimized using data-flow analysisKT-33394 UI freezes triggered by QualifiedExpressionResolver.resolveToPackageOrClassPrefixKT-36814 Support optimized delegated properties in JVM_IRKT-36829 Optimize 'in' expressions (operator fun contains) in JVM_IRKT-41741 NI: "AssertionError: Empty intersection for types" with generic Java collectionKT-42195 NI: prohibitively long compilation time for values of nested data structures with type inferenceKT-42221 Native compiler never finishes frontend phase after migrating to Kotlin 1.4.10KT-11713 Refine visibility check for synthetic property with protected setterKT-16222 Coroutine should be clearing any internal state as soon as possible to avoid memory leaksKT-25519 Extra inline marks inside suspending function callable reference bytecodeKT-33226 Object INSTANCE field not annotated with NotNull in generated bytecodeKT-35495 FIR: forbid non-Java synthetic propertiesKT-35651 Kotlin stdlib has greater resolution priority than jars added via @file:DependsOn annotationKT-35716 Using @JvmOverloads in @JvmStatic functions in interface companion objects causes a ClassFormatErrorKT-35730 FIR: consider creating fake overrides for objectsKT-36951 IllegalStateException: Expected some types: Throwing exception when there is a type parameter upper bound for itselfKT-37321 [FIR] Support java array in type argumentKT-37431 [FIR] Support Builder InferenceKT-38272 FIR2IR: use lazy IR symbols for externals & fake overridesKT-38333 FIR: CCE on red code with assignment used as expressionKT-38334 FIR: CCE when resolving try-as-expressionKT-38336 FIR: NPE with corrupted numeric constant literalKT-38397 FIR: Exception while resolving contract definitionKT-38444 [FIR] Invoke extension lambda with safe callKT-38470 FIR: ConeDefinitelyNotNullType in signatureKT-38471 FIR: ConeIntersectionType in signatureKT-38925 Internal error: wrong bytecode generated. (AssertionError: int type expected, but null was found in basic frames)KT-38989 FIR: Refine sealed classes exhaustiveness in case of sealed subclassKT-38992 FIR: Refine type resolution for inner classesKT-39000 FIR: Support smartcast after reference equality checkKT-39005 FIR: Resolve plusAssign in a dependent contextKT-39008 FIR: Investigate strange effect of type alias and not-nullable bound on inferenceKT-39012 FIR: Inference doesn't get through elvis to lambda parameterKT-39028 FIR: Strange resolution to synthetic property with implicit extension receiver while there's an explicit receiverKT-39032 FIR: Ambiguity in member scope of a type parameter with multiple boundsKT-39033 FIR: Ambiguity when calling generic overridden propertyKT-39034 FIR: Support nested extension function typesKT-39040 FIR: Deserialize annotations from compiled Kotlin binariesKT-39043 FIR: Bare types incorrectly work with type aliasesKT-39044 FIR: Add fillInStackTrace to member scope of kotlin.ThrowableKT-39046 FIR: Implicit types in lambdas left when call argument is a type castKT-39048 FIR: Inference fails with integer literal used as ComparableKT-39050 FIR: Type resolver doesn't see nested classes from super class of a local classKT-39070 FIR: Ambiguity on super calls to hashCode/equals when having super interface and classKT-39072 FIR: Subtyping check doesn't affect nullability of safe-call receiverKT-39076 FIR: Synthetic property is not a var because of @Nullable annotation on parameterKT-39080 FIR: Smart casts remain incorrect if lambda is present in when branchKT-39374 Wrong bytecode generated for suspend function call with EXACTLY_ONCE lambda capturing a variable initialized in when-subjectKT-39621 [FIR] Support when exhaustiveness checker for java enumsKT-40135 JVM IR does not generate restricted suspend lambdasKT-40382 Missing proper jvmSignature for synthesized equals/hashCode/toString in inline classesKT-40605 JVM IR: IndexOutOfBoundsException caused by inner class passed to generic outer class method with Nothing type argumentKT-40664 JVM: No bounds check in optimization of ULong in UInt..UIntKT-40665 JVM: No resolved function check when optimizing in/contains with mismatched bound typesKT-41014 FIR2IR: when/where/how to determine the presence of a backing field for a propertyKT-41018 FIR2IR: sort members during de/serializationKT-41144 False positive "Redundant spread operator" in when statement and generic vararg argumentKT-41218 HMPP: arrayList declarations are visible both from stdlib-common and stdlib-jvm and lead to false-positive resolution ambiguity in IDEKT-41374 JVM / IR: NoSuchMethodError in Android project compiler caused by combination of inline classes and coroutinesKT-41388 NI: Backend Internal error: Exception during IR loweringKT-41429 Inline class returned from suspend function should be boxed on resume pathKT-41465 JVM / IR: "AssertionError: inconsistent parent function for CLASS LAMBDA_IMPL CLASS name" caused by inline method call into multiple constructorsKT-41484 JVM IR: support -Xemit-jvm-type-annotationsKT-41668 JVM IR: incorrect enclosing constructor for lambdas in initializers of inner classesKT-41669 JVM IR: incorrect hashCode intrinsic is used in JVM target 1.8 for generic type substituted with primitiveKT-41693 NI: Type inference in nested expression incorrectly assumes non-nullable return type of Java function, causing NullPointerExceptionKT-41729 NI: UnsupportedOperationException with invalid callable referenceKT-41761 JVM IR: CCE from backend on generating typeOf for non-reified type parameter with star projection in upper boundKT-41789 Missing DebugMetadata in inlined suspend lambdaKT-41913 NI: Kotlin 1.4 type inference breaks valid codeKT-41934 NI: a type variable for lambda parameter has been inferred to nullable type instead of not null oneKT-42005 JVM / IR: "NullPointerException: Parameter specified as non-null is null" when toString is called on inline class with not primitive propertyKT-42450 NI: "IllegalStateException: Error type encountered: NonFixed:" with coroutinesKT-42523 Missed DefaultImpls for interface in -jvm-default=all mode on inheriting it from interface compiled in old schemeKT-42524 Wrong specialization diagnostic is reported on inheriting from java interface with default with -Xjvm-default=all-compatibilityKT-42546 HMPP: incorrect subtyping of nullable types & overload resolution ambiguity on using and expect-function declaration with nullable expect in a signatureKT-17691 Wrong argument order in resolved call with varargsKT-25114 Prohibit @JvmStatic on functions in private companionsKT-33917 Prohibit to expose anonymous types from private inline functionsKT-35870 Forbid secondary enum class constructors which do not delegate to the primary constructorKT-39098 NI: parameter of anonymous function can be inferred to Any? if another parameter's type is specifiedKT-41176 NI with Gson: "ClassCastException: java.util.ArrayList cannot be cast to java.lang.Void"KT-41194 ClassCastException on returning Result.failure from lambda within suspend functionKT-42438 NI: ClassCastException: cannot be cast to java.lang.Void caused by when statement in run functionKT-42699 False positive NON_JVM_DEFAULT_OVERRIDES_JAVA_DEFAULT diagnostic in new jvm-default modesKT-42706 Kotlin 1.4 infers generic is Nothing instead of actual Foo class (Android project)KT-42318 No documentation for kotlin.js.jsKT-20775 More kotlin kinds in new kotlin file/class menuKT-31331 Improve: Optimize Import should remove unused unresolved importsKT-31500 Smart enter: support get() clauseKT-39231 Injection: Add receiver of kotlin.text.toPattern to standard Kotlin injectionsKT-39844 Add specific highlight for Enum classKT-39353 Implement EnterBetweenBracesNoCommitDelegateKT-39720 A lot of freezes in Kotlin projectKT-41634 Deadlock in org.jetbrains.kotlin.idea.framework.LibraryEffectiveKindProviderImpl.getEffectiveKindKT-41936 Impossible to work with Kotlin 1.4 in 202 idea, idea eats all cpuKT-10790 "Move statement up" for @file-targeted annotation moves package declaration to bottom of fileKT-15262 "Generate toString()" is ignoring property if it has a getterKT-24352 Method separators: displayed between properties, not displayed between companion object and functionKT-29364 "Extend selection" can't select lambda body with parametersKT-32403 Clickable links in annotation parameters (like in TODOs)KT-32409 Organizing imports should not remove imports while there are unresolved symbolsKT-34566 Too small indent after line break for multi line stringsKT-34587 "Move statement down" doesn't work for statement in constructor with end-of-line commentKT-34705 "Move statement down" for penultimate statement with end-of-line comment in constructor leads to moving comma to the end of commentKT-34707 "Move statement up" for last statement with end-of-line comment in constructor leads to moving comma to the end of commentKT-35424 FIR IDE: Kotlin project does not see stdlibKT-35732 URLs in String literals are not clickableKT-35859 Language injection doesn't work with named arguments in different positionKT-37210 UAST: KtLightClassForSourceDeclaration.isInheritor sometimes returns the wrong resultKT-37219 File level OptIn annotation is not recognized by the IDEKT-38959 IDE: False negative EXPLICIT_DELEGATION_CALL_REQUIRED, "IllegalArgumentException: Range must be inside element being annotated"KT-39398 Wrong import of unrelated object member is suggested for receiverKT-39457 Separate decompiled declarations Light implementation from LightClasses infrastructureKT-39899 KotlinOptimizeImportsRefactoringHelper: ISE: Attempt to modify PSI for non-committed DocumentKT-40578 UAST: write accesses to Kotlin properties should resolve to setterKT-41290 KotlinClassViaConstructorUSimpleReferenceExpression resolves to PsiMethod instead of PsiClassKT-42029 HMPP, IDE: NPE from FacetSerializationKt.getFacetPlatformByConfigurationElement on project openingKT-43202 On 1.4.20-RC version AS ask for xml compatibility update for EAP version of pluginKT-42883 No highlighting for elements marked as @Deprecated in stdlibKT-42406 Long or infinite code analysis on simple files modificationKT-42061 Highlighting is broken in Android activityKT-41930 Android Studio 4.2 cannot start after updating to 1.4.20 plugin with error: Missing essential plugin: org.jetbrains.androidKT-26235 Kotlin methods/fields don't have icons in Java completionKT-37486 Kotlin plugin keeps reference to stream debugger support classes after stream debugger plugin is disabledKT-38659 Evaluate Expression: toString() on variable returns error when breakpoint is in commonTest sourcesetKT-39309 Debugger: Prolonged "Collecting data" for variables when breakpoint is inside respondHtmlKT-39435 "Collecting data..." in debugger variables view never finishesKT-39717 Debugger shows "Collecting data..." forever for instances of some classKT-40386 Memory leak detected: 'org.jetbrains.kotlin.idea.debugger.coroutine.view.XCoroutineView'KT-40635 Coroutines Debugger: make IDE plugin accept coroutines 1.3.8-rc* versions as wellKT-41505 Coroutines Debugger: “Access is allowed from event dispatch thread with IW lock only.”KT-28732 Stub file element types should be registered early enoughKT-41346 IDE: "AssertionError: Stub type mismatch: USER_TYPE!=REFERENCE_EXPRESSION" with CollapsedDumpParser class from IDEA SDKKT-41859 File analysis never ending with kotlinx.cli (AssertionError: Stub type mismatch: TYPEALIAS!=CLASS)KT-41640 "Project roots have changed" happened during indexing because of org.jetbrains.kotlin.idea.core.script.ucache.ScriptClassRootsUpdater$notifyRootsChanged increases overall indexing time.KT-41646 "AssertionError: ContentElementType: FILE"; Code analysis never finishes on some files from my projectKT-34271 Support pureKotlinSourceFolders for MPP projectsKT-37106 Gradle + IDE integration: on creating source roots from Project tree IDEA creates incorrect settingsKT-38830 addTransitiveDependenciesOnImplementedModules performance is slowing down Android Studio Gradle SyncKT-41703 Kotlin plugin not functional: PluginException: While loading class org.jetbrains.kotlin.idea.core.script.KotlinScriptDependenciesClassFinderKT-35092 “Unable to get Gradle home directory” popup and no build.gradle.kts highlighting right after creating a new projectKT-37590 Wrong notification for precompiled build scriptKT-39523 Go to Declaration navigates to decompiled classfile instead of sources in case of jumping to Gradle plugin sources in buildSrcKT-39542 EA-218043: java.util.NoSuchElementException: No element of given type found (GradleBuildRootsManager)KT-39790 List of standalone script should be saved between IDE restartsKT-39910 build.gradle.kts isn't highlighted after importKT-39916 init.gradle.kts isn't highlightedKT-40243 gradle.kts: standalone script under build root isn't highlighted as standaloneKT-41141 Gradle Kotlin DSL: "cannot access 'java.lang.Comparable'. Check your module classpath" with empty JDK in Project structureKT-41281 Multiple Script Definitions warning shown in git project having multiple Gradle projectsKT-32368 Rework Inline hints settings so that they look appropriate with the new UI in 2019.3KT-38027 Support Code Vision feature in KotlinKT-42014 ClassNotFoundException in Android Studio 4.2 after installing 1.4.20 pluginKT-24172 Parameter info marks signature as inapplicable when using argument labelsKT-41617 Parameter Info shows nothing inside already present type arguments of supertypeKT-41645 Add support for mixed named arguments to parameter info popupKT-14578 Suggest "Convert lambda to reference" intention for generic extension functionKT-19321 Warn if method with nullable return type always returns non-nullKT-20718 Add a quick fix for "this class has no constructor" error on 'expect' annotation classesKT-21223 Add inspection for incomplete destructuringKT-22420 Intention to replace a = b with b.also { a = it }KT-39930 Add inspection for nullable Boolean in if conditionKT-40016 Replace 'a.toLowerCase() == b.toLowerCase()' with 'a.equals(b, ignoreCase = true)' inspectionKT-40283 Inspection which replaces also/apply with nested forEach to onEachKT-40769 Add intention to replace isBlank/isNotBlank method negationKT-12222 Intention 'Convert to block body' should take nullability of overriden method into account when expression is of platform typeKT-14395 Lambda to Reference doesn't work for generic typesKT-15846 'Change lambda expression return type' quick fix does nothingKT-15944 IDEA doesn't suggest to replace deprecated get set operator functions when it used as operatorKT-17222 "Convert reference to lambda" creates red code for method with default argument valuesKT-18125 "Wrap with let {...}" intention not available in all casesKT-20438 Naming convention inspections: factory functions that are named like classes are flaggedKT-24138 Incorrect behavior in "convert reference to lambda" with new inference enabled, on function reference with default argumentsKT-29844 "Create class from usage" should mark constructor of created class as internal if its parameters have internal visibilityKT-30928 "Show hints for suspend calls" is too easy to enable and hard to disableKT-31749 "Surround with null check" produces incorrect check for 'in' expressionKT-32963 Don't suggest java directory of a JVM source set in multiplatform project as a target for Create actual quick fixKT-33211 Quickfix "add parameter" for method references should infer functional type instead of KFunctionKT-33258 "Merge 'if's" intention drops comment before nested ifKT-34572 Convert to block body action improperly works with suppress annotationsKT-35128 Intention Convert member to extension hides property delegate text with single line commentKT-35214 Intention Put parameters on one line: don't suggest if parameters has end-of-line commentsKT-35320 False positive "Replace explicit parameter 'x' with 'it'" in 'when' expression which returns lambdaKT-35525 False positive intention for 'run': "Convert to 'let'" when invoked without receiverKT-35526 Intention "Eliminate argument of 'when'" is broken for 'when' expression without 'else' branchKT-35805 FoldInitializerAndIfToElvis: should not add new line for multiline initializerKT-36051 IfThenToSafeAccessInspection: do not report if condition is SENSELESS_COMPARISONKT-37748 "Convert anonymous function to lambda expression" intention does not add necessary lambda type parameterKT-37841 IllegalStateException after "add non-null asserted call" on nullable function referenceKT-38139 False negative "Add suspend modifier" quickfix when suspend function is called in inline lambdaKT-38267 False positive "Call on collection type may be reduced" with Java platform types: suggested to reduce 'mapNotNull' call to 'map'KT-38282 False positive "Remove redundant spread operator" inspection with array as class property or fun argumentKT-38915 "Remove explicit type specification" intention should be disabled in explicit API modeKT-38981 "Specify return type explicitly" inspection is not reported for declaration annotated with @PublishedApi in Explicit Api modeKT-39026 'Specify return type explicitly' intention duplicates compiler warning in Explicit api modeKT-39200 False positive "Redundant qualifier name" with same-named member object and companion propertyKT-39263 False positive "Variable should be inlined" for override value in initialized objectKT-39311 Batch quick fix name for "Change file's package" is truncatedKT-39393 "Convert anonymous function to lambda expression" intention does not add necessary lambda type parameter for outer functionKT-39454 False positive "Unused symbol" with private anonymous object propertyKT-39467 False negative "Move variable declaration into when" if a variable declaration is placed on a new lineKT-39490 'Wrap with ?.let' quickfix put the receiver in let lambdaKT-39552 Merge 'if's intention drops comment after nested ifKT-39604 "Package directive doesn't match file location" quick fix does not insert a space between keyword package and the package nameKT-39772 "Redundant 'Unit'" should support lambdasKT-40215 "Create abstract function" quick fix suggested even though surrounding class is non-abstractKT-40448 "Convert call chain into sequence": support functions added in Kotlin 1.4KT-40558 False positive "Move to class body" intention on data class constructor propertyKT-41338 False positive "Redundant 'asSequence' call" when Map.Entry properties are used.KT-41615 "Unused equals expression" inspection: highlight whole expression with yellow backgroundKT-43037 Disable "Incomplete destructuring declaration" in 1.4.20KT-20421 J2K: SUPERTYPE_NOT_INITIALIZED for object extending base classKT-37298 J2K: implicit widening conversion for whole argument expression is transformed to cast on subexpressionKT-38879 J2K loses class annotations when converting class to objectKT-39149 J2K fails with augmented assignment operators when multiplying int by a non-intKT-40359 J2K: Conversion of invalid octal numbers throws NumberFormatExceptionKT-40363 J2K: Converting HEX integer literal in for-loop throws NumberFormatExceptionKT-39319 KJS: Support debugging through new Intellij 202 APIKT-41328 KJS / Gradle: explicitApi mode doesn't workKT-17926 IDE should show documentation for a class if the constructor has no docs.KT-19069 KDoc: show default argument valuesKT-37132 Redundant @NotNull annotation in a Quick Documentation pop-upKT-39327 Get rid of usages of internal classes ModuleOrderEntryImpl and LibraryImplKT-40455 Improve support for EditorConfigKT-24616 Find usages fails to find setter usageKT-38762 "Cannot access 'java.io.Serializable' which is a supertype of 'kotlin.Int'" brokes navigation to constructor parameter declarationKT-39558 Call Hierarchy shows references from KDocKT-40788 "Find usages" on Java getter overridden in Kotlin doesn't find synthetic property usage when it is called without base declarationKT-40960 Unable to find usages in java of Kotlin constructor in library when sources is attached.KT-37528 'Add Kotlin File/Class' suggests file before classKT-19744 "Change Signature" is not available on constructor keyword in primary constructorKT-22170 "Change Signature" ignores Java usages of methods marked with @JvmStaticKT-37517 Invalid qualified name on copy-paste in build.gradle.ktsKT-24463 MPP, Intellij runner: Run does not add resource directory to classpathKT-36370 Hide run gutter icons for not yet implemented targets in multiplatform projectsKT-39788 MPP, Gradle runner: Run does not add resource directory to classpath on project reopen without Gradle syncKT-40557 IDE / Scratch: .kt files are treated as Kotlin scratches, opening failsKT-35825 Custom kotlin scripts have no project import suggestions in sub modules.KT-39796 Performance of KotlinScriptDependenciesClassFinderKT-41622 IDE: Kotlin scripting support can't find context class from same projectKT-41905 IDE / Script: FilePathPattern parameter in @KotlinScript annotation is not reflected correctly in Pattern / ExtensionKT-42206 Cannot load script definitions using org.jetbrains.kotlin.jsr223.ScriptDefinitionForExtensionAndIdeConsoleRootsSourceKT-28854 Run/Debug configurations: "Redirect input from" option is not available for Kotlin appsKT-36909 IDE attempts to run non-JVM tests launched from context menu as JVM onesKT-37799 Don't show a target choice in context menu for a test launched on specific platformKT-37965 New Project wizard 1.4+: adding JUnit5 test library add dependency to runnerKT-40527 Node.JS application template in New Project WizardKT-40874 Open new project wizard help page in browser when clicking help button in new project wizardKT-41417 Add react template to new project wizardKT-41418 Wizard: Support KJS compiler choiceKT-41958 New project wizard: Backend/Console applications template with Groovy DSL missing compileTestKotlin blockKT-42372 Rrename test classes in wizard template to avoid name clashingKT-38136 JS IR BE: add an ability to generate separate js files for each module and maybe each libraryKT-38868 [MPP / JS / IR] IllegalStateException: "Serializable class must have single primary constructor" for expect class without primary constructor with @Serializable annotationKT-39088 [ KJS / IR ] IllegalStateException: Concrete fake override IrBasedFunctionHandleKT-39367 KJS: .d.ts generation not working for objectsKT-39378 KJS / IR: "IllegalStateException: Operation is unsupported" with binaries.executable() and external function inside for loop with Iterator as return typeKT-41275 KJS / IR: "IllegalStateException: Can't find name for declaration FUN" caused by default value in constructor parameterKT-41627 KJS / IR / Serialization: IllegalStateException: Serializable class must have single primary constructorKT-37829 Kotlin JS IR: "Properties without fields are not supported" for companion objectsKT-39740 KJS / IR: Can't use Serializable and JsExport annotations at the same timeKT-41522 KMM: exceptions for Mobile Multiplatform plugin are suggested to report to Google, not JetBrainsKT-42065 [KMM plugin] iOS apps fail to launch on iOS simulator with Xcode 12KT-41799 String.replace performance improvementsKT-43306 Deprecate createTempFile and createTempDir functions in kotlin.ioKT-19192 Provide file system extensions/APIs based on java.nio.file.PathKT-41837 Remove @ExperimentalStdlibApi from CancellationExceptionKT-40193 IR: pluginContext.referenceClass() is not resolving typealiasKT-41181 Kotlin/Native 1.4.0 compiler fails on data class with >120 fieldsKT-41250 [C-interop] Stubs for C functions without parameter names should have non-stable namesKT-41639 Use LazyIR for enums and structs from cached librariesKT-41655 Native: "type cnames.structs.S of return value is not supported here: doesn't correspond to any C type" when accessing forward-declared-struct-typed C global variableKT-38641 Kotlin-Multiplatform: Objective-C description method name collision in SwiftKT-39206 New line characters in @Deprecated annotation cause syntax error in Kotlin/native exported headerKT-42191 Support for Xcode 12KT-42275 "Memory.cpp:1605: runtime assert: Recursive GC is disallowed" sometimes when using Kotlin from Swift deinitKT-39145 MutableData append methodKT-42342 Build fails with java.lang.RuntimeException: Duplicate class found in modules on checkDebug(Release)DuplicateClasses task when both kotlin-parcelize and kotlin-android-extensions plugins are appliedKT-35111 Extend CLI compilers help with link to online docsKT-41916 Add JVM target bytecode version 15KT-41220 [Commonizer] Short-circuit type aliasesKT-41247 [Commonizer] Missed supertypes in commonized classKT-41643 Commonizer exception for targets [ios_x64], [macos_x64]KT-42574 HMPP: unresolved platform.* imports in nativeMain source setKT-36329 Provide diagnostic in kotlinx.serialization when custom serializer mismatches property typeKT-40030 Move the Parcelize functionality out of the Android Extensions pluginKT-33908 Make Kotlin Gradle plugin compatible with the Gradle configuration cacheKT-35341 KotlinCompile: Symlinked friend paths are no longer supportedKT-35330 Allow to customise generated package.jsonKT-39825 Provide single point of Webpack configuration in Gradle scriptKT-41054 Support Yarn resolutionsKT-41340 Add flag to suppress kotlin2js deprecation messageKT-41566 Kotlin/JS: Support JavaScript Library distributionKT-42222 KJS / Gradle: "Cannot find package@version in yarn.lock" when npm dependencies of one package but with different version are used in projectKT-42339 Support dukat binaries generationKT-39515 package.json is regenerated without a visible reasonKT-39838 Kotlin/JS Gradle tooling: NPM dependencies of different kinds with different versions of the same package fail with "Cannot find package@version in yarn.lock"KT-39995 Collect statistic about generateExternals featureKT-40087 Kotlin/JS, IR backend: browserRun: update in continuous mode fails: "ENOENT: no such file or directory" referring output .jsKT-40159 Implement workaround / fix for webpack's "window is not defined"KT-40178 Browser run task prints output in TeamCity formatKT-40201 Kotlin/JS: Gradle: public package.json has empty devDependencies {}KT-40202 Kotlin/JS: Gradle: NPM version range operators are written into package.json as escape sequencesKT-40342 [Gradle, JS, Maven] "Cannot find module" generating fake NPM module from Maven dependendencyKT-40462 Collect statistic about usages of kotlin.js.generate.executable.default optionKT-40753 Type script definition file is not referenced as types in the package.jsonKT-40812 Node.JS run working directoryKT-40865 KJS / Gradle: Registering a task with a type that directly extends AbstractTask has been deprecatedKT-40986 KJS / Gradle: BuildOperationQueueFailure when two different versions of js library are used as dependenciesKT-41125 Bump NPM versions in 1.4.20KT-41286 KJS / Gradle: args order in runTask is changed in 1.4.0KT-41475 KJS / Gradle: debug mode doesn't support custom launchers in karma configKT-41662 Kotlin/JS: with CSS support mode == "extract" browser test fails even without CSS usage: "Error in config file!"KT-42494 KJS / Gradle: "Configuration cache state could not be cached" caused by Gradle configuration cacheKT-39764 Assertions are disabled when running K/N compiler in Gradle processKT-39999 Cocoapods plugin's dummy header cannot be compiledKT-40999 CocoaPods Gradle plugin: Support custom cinterop options when declaring a pod dependency.KT-41367 CocoaPods Gradle plugin: support git repository dependencyKT-41844 Kotlin 1.4.10 gradle configuration error with cocoapods using multiple multiplatform modulesKT-42531 Gradle task "podGenIos" fails if a Pod with a static library is added.KT-37446 Incremental analysis for Java sources fails when run on JDK 11KT-39981 Android parcel 'java.lang.VerifyError: Bad return type'KT-42267 Platform declaration clash error in IDE when using kotlinx.android.parcel.ParcelizeKT-42958 False positive IDE error on classes with kotlinx.parcelize.Parcelize on project initial importKT-43290 Typo in error message for ErrorsParcelize.DEPRECATED_ANNOTATION - kotlin.parcelize instead of kotlinx.parcelizeKT-43291 Diagnostic deprecation messages should not be shown in case kotlin-android-extensions plugin is appliedKT-37987 Kotlin script: hyphen arguments not forwarded to scriptKT-38404 Scripting API: Provide Location of Annotation UsageKT-39502 Scripting: reverse order of Severity enum so that ERROR > INFOKT-42335 No "caused by" info about an exception that thrown in Kotlin ScriptKT-25960 Interfaces annotated with JvmDefault has wrong modifiers during annotation processingKT-37732 Kapt task is broken after update to 1.3.70/1.3.71KT-42915 Kapt generates invalid stubs for static methods in interfaces in Kotlin 1.4.20-M2| File | Sha256 |
|---|---|
| kotlin-compiler-1.4.20.zip | 11db93a4d6789e3406c7f60b9f267eba26d6483dcd771eff9f85bb7e9837011f |
| kotlin-native-prebuilt-linux-1.4.20.tar.gz | b65cc8b1510b21f23587c5457a74dc9e7cd4a6294fa38c00d688837f8d52d554 |
| kotlin-native-prebuilt-macos-1.4.20.tar.gz | 9040ab932f01696b91608a6fd46f78b2f5f399d3a1132a344af6d83c7570f1a9 |
| kotlin-native-prebuilt-windows-1.4.20.zip | 80c26b36b358a1a2fdba184a354a758b00b6f27e719dc2086cf5d287f92f12a3 |
KT-31567 Support special semantics for underscore-named catch block parametersKT-41741 NI: "AssertionError: Empty intersection for types" with generic Java collectionKT-42195 NI: prohibitively long compilation time for values of nested data structures with type inferenceKT-42221 Native compiler never finishes frontend phase after migrating to Kotlin 1.4.10KT-17691 Wrong argument order in resolved call with varargsKT-25114 Prohibit @JvmStatic on functions in private companionsKT-33917 Prohibit to expose anonymous types from private inline functionsKT-35870 Forbid secondary enum class constructors which do not delegate to the primary constructorKT-39098 NI: parameter of anonymous function can be inferred to Any? if another parameter's type is specifiedKT-41176 NI with Gson: "ClassCastException: java.util.ArrayList cannot be cast to java.lang.Void"KT-41194 ClassCastException on returning Result.failure from lambda within suspend functionKT-42438 NI: ClassCastException: cannot be cast to java.lang.Void caused by when statement in run functionKT-42699 False positive NON_JVM_DEFAULT_OVERRIDES_JAVA_DEFAULT diagnostic in new jvm-default modesKT-42706 Kotlin 1.4 infers generic is Nothing instead of actual Foo class (Android project)KT-42883 No highlighting for elements marked as @Deprecated in stdlibKT-41646 "AssertionError: ContentElementType: FILE"; Code analysis never finishes on some files from my projectKT-38830 addTransitiveDependenciesOnImplementedModules performance is slowing down Android Studio Gradle SyncKT-43037 Disable "Incomplete destructuring declaration" in 1.4.20KT-37829 Kotlin JS IR: "Properties without fields are not supported" for companion objectsKT-39740 KJS / IR: Can't use Serializable and JsExport annotations at the same timeKT-19192 Provide file system extensions/APIs based on java.nio.file.PathKT-41837 Remove @ExperimentalStdlibApi from CancellationExceptionKT-41916 Add JVM target bytecode version 15KT-42494 KJS / Gradle: "Configuration cache state could not be cached" caused by Gradle configuration cacheKT-42531 Gradle task "podGenIos" fails if a Pod with a static library is added.KT-25960 Kapt: Support new @JvmDefault functionalityKT-40030 Parcelize: Support the new Parcelize plugin in GradleKT-41799 String.replace performance improvementsKT-41622 IDE: Kotlin scripting support can’t find context class from same projectKT-42121 Deprecate Kotlin Android Extensions compiler pluginKT-42267 Platform declaration clash error in IDE when using kotlinx.android.parcel.ParcelizeKT-42406 Long or infinite code analysis on simple files modificationKT-11713 Refine visibility check for synthetic property with protected setterKT-21147 JEP 280: Indify String Concatenation (StringConcatFactory)KT-34178 Scripts should be able to access imports objectsKT-41484 JVM IR: support -Xemit-jvm-type-annotationsKT-42005 JVM / IR: "NullPointerException: Parameter specified as non-null is null" when toString is called on inline class with not primitive propertyKT-42450 NI: "IllegalStateException: Error type encountered: NonFixed:" with coroutinesKT-42523 Missed DefaultImpls for interface in -jvm-default=all mode on inheriting it from interface compiled in old schemeKT-42524 Wrong specialization diagnostic is reported on inheriting from java interface with default with -Xjvm-default=all-compatibilityKT-42546 HMPP: bogus overload resolution ambiguity on using and expect-function declaration with nullable expect in a signatureKT-42318 No documentation for kotlin.js.jsKT-38959 IDE: False negative EXPLICIT_DELEGATION_CALL_REQUIRED, "IllegalArgumentException: Range must be inside element being annotated"KT-38659 Evaluate Expression: toString() on variable returns error when breakpoint is in commonTest sourcesetKT-28732 Stub file element types should be registered early enoughKT-41346 IDE: "AssertionError: Stub type mismatch: USER_TYPE!=REFERENCE_EXPRESSION" with CollapsedDumpParser class from IDEA SDKKT-41859 File analysis never ending with kotlinx.cli (AssertionError: Stub type mismatch: TYPEALIAS!=CLASS)KT-41141 Gradle Kotlin DSL: "cannot access 'java.lang.Comparable'. Check your module classpath" with empty JDK in Project structureKT-38915 "Remove explicit type specification" intention should be disabled in explicit API modeKT-38981 "Specify return type explicitly" inspection is not reported for declaration annotated with @PublishedApi in Explicit Api modeKT-39026 'Specify return type explicitly' intention duplicates compiler warning in Explicit api modeKT-41622 IDE: Kotlin scripting support can't find context class from same projectKT-41905 IDE / Script: FilePathPattern parameter in @KotlinScript annotation is not reflected correctly in Pattern / ExtensionKT-42206 Cannot load script definitions using org.jetbrains.kotlin.jsr223.ScriptDefinitionForExtensionAndIdeConsoleRootsSourceKT-37799 Don't show a target choice in context menu for a test launched on specific platformKT-42372 Rrename test classes in wizard template to avoid name clashingKT-38136 JS IR BE: add an ability to generate separate js files for each module and maybe each libraryKT-38868 [MPP / JS / IR] IllegalStateException: "Serializable class must have single primary constructor" for expect class without primary constructor with @Serializable annotationKT-41275 KJS / IR: "IllegalStateException: Can't find name for declaration FUN" caused by default value in constructor parameterKT-41627 KJS / IR / Serialization: IllegalStateException: Serializable class must have single primary constructorKT-41522 KMM: exceptions for Mobile Multiplatform plugin are suggested to report to Google, not JetBrainsKT-42065 [KMM plugin] iOS apps fail to launch on iOS simulator with Xcode 12KT-41799 String.replace performance improvementsKT-41250 [C-interop] Stubs for C functions without parameter names should have non-stable namesKT-42191 Support for Xcode 12KT-42275 "Memory.cpp:1605: runtime assert: Recursive GC is disallowed" sometimes when using Kotlin from Swift deinitKT-39145 MutableData append methodKT-36329 Provide diagnostic in kotlinx.serialization when custom serializer mismatches property typeKT-40030 Move the Parcelize functionality out of the Android Extensions pluginKT-39838 Kotlin/JS Gradle tooling: NPM dependencies of different kinds with different versions of the same package fail with "Cannot find package@version in yarn.lock"KT-40202 Kotlin/JS: Gradle: NPM version range operators are written into package.json as escape sequencesKT-40986 KJS / Gradle: BuildOperationQueueFailure when two different versions of js library are used as dependenciesKT-42222 KJS / Gradle: "Cannot find package@version in yarn.lock" when npm dependencies of one package but with different version are used in projectKT-42339 Support dukat binaries generationKT-40999 CocoaPods Gradle plugin: Support custom cinterop options when declaring a pod dependency.KT-41844 Kotlin 1.4.10 gradle configuration error with cocoapods using multiple multiplatform modulesKT-37987 Kotlin script: hyphen arguments not forwarded to scriptKT-39502 Scripting: reverse order of Severity enum so that ERROR > INFOKT-42335 No "caused by" info about an exception that thrown in Kotlin ScriptKT-41417 - Add react template to new project wizardKT-40527 - Node.JS application template in New Project WizardKT-35549 - Support kotlin-android-extensions in JVM IR backend (for use with Jetpack Compose projects)KT-27534 Bridges to Nothing-returning methods have incorrect signatureKT-30284 Native: Nothing? type for expression override and crashKT-36430 Optimize when with in range casesKT-38787 Missing optimization for "in range" checkKT-39100 Make Native behaviour of property initialization consistent with JVMKT-39798 Override equals/hashCode in functional interface wrappers on NativeKT-39800 equals/hashCode on adapted function references on NativeKT-41394 Compilation failed: Backend Internal error: Exception during IR loweringKT-41907 Framework test segfaults on GC on watchos_x86 compiled with -optKT-35549 Support kotlin-android-extensions in JVM IR backend (for use with Jetpack Compose projects)KT-20571 Coroutines: Reduce number of local variables stored at suspension pointKT-28016 Coroutine state-machines spill/unspill shall be optimized using data-flow analysisKT-33394 UI freezes triggered by QualifiedExpressionResolver.resolveToPackageOrClassPrefixKT-36814 Support optimized delegated properties in JVM_IRKT-36829 Optimize 'in' expressions (operator fun contains) in JVM_IRKT-16222 Coroutine should be clearing any internal state as soon as possible to avoid memory leaksKT-25519 Extra inline marks inside suspending function callable reference bytecodeKT-33226 Object INSTANCE field not annotated with NotNull in generated bytecodeKT-35495 FIR: forbid non-Java synthetic propertiesKT-35651 Kotlin stdlib has greater resolution priority than jars added via @file:DependsOn annotationKT-35730 FIR: consider creating fake overrides for objectsKT-36951 IllegalStateException: Expected some types: Throwing exception when there is a type parameter upper bound for itselfKT-37321 [FIR] Support java array in type argumentKT-37431 [FIR] Support Builder InferenceKT-38272 FIR2IR: use lazy IR symbols for externals & fake overridesKT-38333 FIR: CCE on red code with assignment used as expressionKT-38334 FIR: CCE when resolving try-as-expressionKT-38336 FIR: NPE with corrupted numeric constant literalKT-38397 FIR: Exception while resolving contract definitionKT-38444 [FIR] Invoke extension lambda with safe callKT-38470 FIR: ConeDefinitelyNotNullType in signatureKT-38471 FIR: ConeIntersectionType in signatureKT-38925 Internal error: wrong bytecode generated. (AssertionError: int type expected, but null was found in basic frames)KT-38989 FIR: Refine sealed classes exhaustiveness in case of sealed subclassKT-38992 FIR: Refine type resolution for inner classesKT-39000 FIR: Support smartcast after reference equality checkKT-39005 FIR: Resolve plusAssign in a dependent contextKT-39008 FIR: Investigate strange effect of type alias and not-nullable bound on inferenceKT-39012 FIR: Inference doesn't get through elvis to lambda parameterKT-39028 FIR: Strange resolution to synthetic property with implicit extension receiver while there's an explicit receiverKT-39032 FIR: Ambiguity in member scope of a type parameter with multiple boundsKT-39033 FIR: Ambiguity when calling generic overridden propertyKT-39034 FIR: Support nested extension function typesKT-39040 FIR: Deserialize annotations from compiled Kotlin binariesKT-39043 FIR: Bare types incorrectly work with type aliasesKT-39044 FIR: Add fillInStackTrace to member scope of kotlin.ThrowableKT-39046 FIR: Implicit types in lambdas left when call argument is a type castKT-39048 FIR: Inference fails with integer literal used as ComparableKT-39050 FIR: Type resolver doesn't see nested classes from super class of a local classKT-39070 FIR: Ambiguity on super calls to hashCode/equals when having super interface and classKT-39072 FIR: Subtyping check doesn't affect nullability of safe-call receiverKT-39076 FIR: Synthetic property is not a var because of @Nullable annotation on parameterKT-39080 FIR: Smart casts remain incorrect if lambda is present in when branchKT-39374 Wrong bytecode generated for suspend function call with EXACTLY_ONCE lambda capturing a variable initialized in when-subjectKT-39621 [FIR] Support when exhaustiveness checker for java enumsKT-40135 JVM IR does not generate restricted suspend lambdasKT-40382 Missing proper jvmSignature for synthesized equals/hashCode/toString in inline classesKT-40605 JVM IR: IndexOutOfBoundsException caused by inner class passed to generic outer class method with Nothing type argumentKT-40664 JVM: No bounds check in optimization of ULong in UInt..UIntKT-40665 JVM: No resolved function check when optimizing in/contains with mismatched bound typesKT-41014 FIR2IR: when/where/how to determine the presence of a backing field for a propertyKT-41018 FIR2IR: sort members during de/serializationKT-41144 False positive "Redundant spread operator" in when statement and generic vararg argumentKT-41374 JVM / IR: NoSuchMethodError in Android project compiler caused by combination of inline classes and coroutinesKT-41388 NI: Backend Internal error: Exception during IR loweringKT-41429 Inline class returned from suspend function should be boxed on resume pathKT-41465 JVM / IR: "AssertionError: inconsistent parent function for CLASS LAMBDA_IMPL CLASS name" caused by inline method call into multiple constructorsKT-41668 JVM IR: incorrect enclosing constructor for lambdas in initializers of inner classesKT-41669 JVM IR: incorrect hashCode intrinsic is used in JVM target 1.8 for generic type substituted with primitiveKT-41693 NI: Type inference in nested expression incorrectly assumes non-nullable return type of Java function, causing NullPointerExceptionKT-41729 NI: UnsupportedOperationException with invalid callable referenceKT-41761 JVM IR: CCE from backend on generating typeOf for non-reified type parameter with star projection in upper boundKT-41789 Missing DebugMetadata in inlined suspend lambdaKT-41913 NI: Kotlin 1.4 type inference breaks valid codeKT-41934 NI: a type variable for lambda parameter has been inferred to nullable type instead of not null oneKT-20775 More kotlin kinds in new kotlin file/class menuKT-31331 Improve: Optimize Import should remove unused unresolved importsKT-31500 Smart enter: support get() clauseKT-39231 Injection: Add receiver of kotlin.text.toPattern to standard Kotlin injectionsKT-39844 Add specific highlight for Enum classKT-39353 Implement EnterBetweenBracesNoCommitDelegateKT-39720 A lot of freezes in Kotlin projectKT-41634 Deadlock in org.jetbrains.kotlin.idea.framework.LibraryEffectiveKindProviderImpl.getEffectiveKindKT-41936 Impossible to work with Kotlin 1.4 in 202 idea, idea eats all cpuKT-10790 "Move statement up" for @file-targeted annotation moves package declaration to bottom of fileKT-15262 "Generate toString()" is ignoring property if it has a getterKT-24352 Method separators: displayed between properties, not displayed between companion object and functionKT-29364 "Extend selection" can't select lambda body with parametersKT-32403 Clickable links in annotation parameters (like in TODOs)KT-32409 Organizing imports should not remove imports while there are unresolved symbolsKT-33131 No indent before get/set method while editing extension var declarationKT-34566 Too small indent after line break for multi line stringsKT-34587 "Move statement down" doesn't work for statement in constructor with end-of-line commentKT-34705 "Move statement down" for penultimate statement with end-of-line comment in constructor leads to moving comma to the end of commentKT-34707 "Move statement up" for last statement with end-of-line comment in constructor leads to moving comma to the end of commentKT-35424 FIR IDE: Kotlin project does not see stdlibKT-35732 URLs in String literals are not clickableKT-35859 Language injection doesn't work with named arguments in different positionKT-37210 UAST: KtLightClassForSourceDeclaration.isInheritor sometimes returns the wrong resultKT-37219 File level OptIn annotation is not recognized by the IDEKT-39398 Wrong import of unrelated object member is suggested for receiverKT-39457 Separate decompiled declarations Light implementation from LightClasses infrastructureKT-39899 KotlinOptimizeImportsRefactoringHelper: ISE: Attempt to modify PSI for non-committed DocumentKT-40578 UAST: write accesses to Kotlin properties should resolve to setterKT-41290 KotlinClassViaConstructorUSimpleReferenceExpression resolves to PsiMethod instead of PsiClassKT-42029 HMPP, IDE: NPE from FacetSerializationKt.getFacetPlatformByConfigurationElement on project openingKT-26235 Kotlin methods/fields don't have icons in Java completionKT-39309 Debugger: Prolonged "Collecting data" for variables when breakpoint is inside respondHtmlKT-39435 "Collecting data..." in debugger variables view never finishesKT-39717 Debugger shows "Collecting data..." forever for instances of some classKT-40386 Memory leak detected: 'org.jetbrains.kotlin.idea.debugger.coroutine.view.XCoroutineView'KT-41505 Coroutines Debugger: “Access is allowed from event dispatch thread with IW lock only.”KT-34271 Support pureKotlinSourceFolders for MPP projectsKT-37106 Gradle + IDE integration: on creating source roots from Project tree IDEA creates incorrect settingsKT-35092 “Unable to get Gradle home directory” popup and no build.gradle.kts highlighting right after creating a new projectKT-37590 Wrong notification for precompiled build scriptKT-39523 Go to Declaration navigates to decompiled classfile instead of sources in case of jumping to Gradle plugin sources in buildSrcKT-39790 List of standalone script should be saved between IDE restartsKT-39910 build.gradle.kts isn't highlighted after importKT-39916 init.gradle.kts isn't highlightedKT-40243 gradle.kts: standalone script under build root isn't highlighted as standaloneKT-41281 Multiple Script Definitions warning shown in git project having multiple Gradle projectsKT-32368 Rework Inline hints settings so that they look appropriate with the new UI in 2019.3KT-38027 Support Code Vision feature in KotlinKT-24172 Parameter info marks signature as inapplicable when using argument labelsKT-41617 Parameter Info shows nothing inside already present type arguments of supertypeKT-41645 Add support for mixed named arguments to parameter info popupKT-14578 Suggest "Convert lambda to reference" intention for generic extension functionKT-19321 Warn if method with nullable return type always returns non-nullKT-20718 Add a quick fix for "this class has no constructor" error on 'expect' annotation classesKT-21223 Add inspection for incomplete destructuringKT-22420 Intention to replace a = b with b.also { a = it }KT-39930 Add inspection for nullable Boolean in if conditionKT-40016 Replace 'a.toLowerCase() == b.toLowerCase()' with 'a.equals(b, ignoreCase = true)' inspectionKT-40283 Inspection which replaces also/apply with nested forEach to onEachKT-40769 Add intention to replace isBlank/isNotBlank method negationKT-12222 Intention 'Convert to block body' should take nullability of overriden method into account when expression is of platform typeKT-14395 Lambda to Reference doesn't work for generic typesKT-15846 'Change lambda expression return type' quick fix does nothingKT-15944 IDEA doesn't suggest to replace deprecated get set operator functions when it used as operatorKT-17222 "Convert reference to lambda" creates red code for method with default argument valuesKT-18125 "Wrap with let {...}" intention not available in all casesKT-20438 Naming convention inspections: factory functions that are named like classes are flaggedKT-24138 Incorrect behavior in "convert reference to lambda" with new inference enabled, on function reference with default argumentsKT-29844 "Create class from usage" should mark constructor of created class as internal if its parameters have internal visibilityKT-30928 "Show hints for suspend calls" is too easy to enable and hard to disableKT-31749 "Surround with null check" produces incorrect check for 'in' expressionKT-32963 Don't suggest java directory of a JVM source set in multiplatform project as a target for Create actual quick fixKT-33211 Quickfix "add parameter" for method references should infer functional type instead of KFunctionKT-33258 "Merge 'if's" intention drops comment before nested ifKT-34572 Convert to block body action improperly works with suppress annotationsKT-35128 Intention Convert member to extension hides property delegate text with single line commentKT-35214 Intention Put parameters on one line: don't suggest if parameters has end-of-line commentsKT-35320 False positive "Replace explicit parameter 'x' with 'it'" in 'when' expression which returns lambdaKT-35525 False positive intention for 'run': "Convert to 'let'" when invoked without receiverKT-35526 Intention "Eliminate argument of 'when'" is broken for 'when' expression without 'else' branchKT-35805 FoldInitializerAndIfToElvis: should not add new line for multiline initializerKT-36051 IfThenToSafeAccessInspection: do not report if condition is SENSELESS_COMPARISONKT-37748 "Convert anonymous function to lambda expression" intention does not add necessary lambda type parameterKT-37841 IllegalStateException after "add non-null asserted call" on nullable function referenceKT-38139 False negative "Add suspend modifier" quickfix when suspend function is called in inline lambdaKT-38267 False positive "Call on collection type may be reduced" with Java platform types: suggested to reduce 'mapNotNull' call to 'map'KT-38282 False positive "Remove redundant spread operator" inspection with array as class property or fun argumentKT-39200 False positive "Redundant qualifier name" with same-named member object and companion propertyKT-39263 False positive "Variable should be inlined" for override value in initialized objectKT-39311 Batch quick fix name for "Change file's package" is truncatedKT-39393 "Convert anonymous function to lambda expression" intention does not add necessary lambda type parameter for outer functionKT-39454 False positive "Unused symbol" with private anonymous object propertyKT-39467 False negative "Move variable declaration into when" if a variable declaration is placed on a new lineKT-39490 'Wrap with ?.let' quickfix put the receiver in let lambdaKT-39552 Merge 'if's intention drops comment after nested ifKT-39604 "Package directive doesn't match file location" quick fix does not insert a space between keyword package and the package nameKT-39772 "Redundant 'Unit'" should support lambdasKT-40215 "Create abstract function" quick fix suggested even though surrounding class is non-abstractKT-40448 "Convert call chain into sequence": support functions added in Kotlin 1.4KT-40558 False positive "Move to class body" intention on data class constructor propertyKT-41338 False positive "Redundant 'asSequence' call" when Map.Entry properties are used.KT-41615 "Unused equals expression" inspection: highlight whole expression with yellow backgroundKT-39319 KJS: Support debugging through new Intellij 202 APIKT-41328 KJS / Gradle: explicitApi mode doesn't workKT-17926 IDE should show documentation for a class if the constructor has no docs.KT-19069 KDoc: show default argument valuesKT-37132 Redundant @NotNull annotation in a Quick Documentation pop-upKT-39327 Get rid of usages of internal classes ModuleOrderEntryImpl and LibraryImplKT-40455 Improve support for EditorConfigKT-24616 Find usages fails to find setter usageKT-38762 "Cannot access 'java.io.Serializable' which is a supertype of 'kotlin.Int'" brokes navigation to constructor parameter declarationKT-39558 Call Hierarchy shows references from KDocKT-40788 "Find usages" on Java getter overridden in Kotlin doesn't find synthetic property usage when it is called without base declarationKT-40960 Unable to find usages in java of Kotlin constructor in library when sources is attached.KT-37528 'Add Kotlin File/Class' suggests file before classKT-19744 "Change Signature" is not available on constructor keyword in primary constructorKT-22170 "Change Signature" ignores Java usages of methods marked with @JvmStaticKT-37517 Invalid qualified name on copy-paste in build.gradle.ktsKT-24463 MPP, Intellij runner: Run does not add resource directory to classpathKT-36370 Hide run gutter icons for not yet implemented targets in multiplatform projectsKT-39788 MPP, Gradle runner: Run does not add resource directory to classpath on project reopen without Gradle syncKT-40557 IDE / Scratch: .kt files are treated as Kotlin scratches, opening failsKT-35825 Custom kotlin scripts have no project import suggestions in sub modules.KT-39796 Performance of KotlinScriptDependenciesClassFinderKT-28854 Run/Debug configurations: "Redirect input from" option is not available for Kotlin appsKT-36909 IDE attempts to run non-JVM tests launched from context menu as JVM onesKT-37965 New Project wizard 1.4+: adding JUnit5 test library add dependency to runnerKT-40527 Node.JS application template in New Project WizardKT-40874 Open new project wizard help page in browser when clicking help button in new project wizardKT-41417 Add react template to new project wizardKT-41418 Wizard: Support KJS compiler choiceKT-41958 New project wizard: Backend/Console applications template with Groovy DSL missing compileTestKotlin blockKT-39088 [ KJS / IR ] IllegalStateException: Concrete fake override IrBasedFunctionHandleKT-39367 KJS: .d.ts generation not working for objectsKT-39378 KJS / IR: "IllegalStateException: Operation is unsupported" with binaries.executable() and external function inside for loop with Iterator as return typeKT-40193 IR: pluginContext.referenceClass() is not resolving typealiasKT-41181 Kotlin/Native 1.4.0 compiler fails on data class with >120 fieldsKT-41639 Use LazyIR for enums and structs from cached librariesKT-41655 Native: "type cnames.structs.S of return value is not supported here: doesn't correspond to any C type" when accessing forward-declared-struct-typed C global variableKT-38641 Kotlin-Multiplatform: Objective-C description method name collision in SwiftKT-39981 Android parcel 'java.lang.VerifyError: Bad return type'KT-35111 Extend CLI compilers help with link to online docsKT-41220 [Commonizer] Short-circuit type aliasesKT-41247 [Commonizer] Missed supertypes in commonized classKT-41643 Commonizer exception for targets [ios_x64], [macos_x64]KT-33908 Make Kotlin Gradle plugin compatible with the Gradle configuration cacheKT-35341 KotlinCompile: Symlinked friend paths are no longer supportedKT-35330 Allow to customise generated package.jsonKT-39825 Provide single point of Webpack configuration in Gradle scriptKT-41054 Support Yarn resolutionsKT-41340 Add flag to suppress kotlin2js deprecation messageKT-41566 Kotlin/JS: Support JavaScript Library distributionKT-39515 package.json is regenerated without a visible reasonKT-39995 Collect statistic about generateExternals featureKT-40087 Kotlin/JS, IR backend: browserRun: update in continuous mode fails: "ENOENT: no such file or directory" referring output .jsKT-40159 Implement workaround / fix for webpack's "window is not defined"KT-40178 Browser run task prints output in TeamCity formatKT-40201 Kotlin/JS: Gradle: public package.json has empty devDependencies {}KT-40342 [Gradle, JS, Maven] "Cannot find module" generating fake NPM module from Maven dependendencyKT-40462 Collect statistic about usages of kotlin.js.generate.executable.default optionKT-40753 Type script definition file is not referenced as types in the package.jsonKT-40812 Node.JS run working directoryKT-40865 KJS / Gradle: Registering a task with a type that directly extends AbstractTask has been deprecatedKT-41125 Bump NPM versions in 1.4.20KT-41286 KJS / Gradle: args order in runTask is changed in 1.4.0KT-41475 KJS / Gradle: debug mode doesn't support custom launchers in karma configKT-41662 Kotlin/JS: with CSS support mode == "extract" browser test fails even without CSS usage: "Error in config file!"KT-39764 Assertions are disabled when running K/N compiler in Gradle processKT-39999 Cocoapods plugin's dummy header cannot be compiledKT-41367 CocoaPods Gradle plugin: support git repository dependencyKT-37446 Incremental analysis for Java sources fails when run on JDK 11KT-20421 J2K: SUPERTYPE_NOT_INITIALIZED for object extending base classKT-37298 J2K: implicit widening conversion for whole argument expression is transformed to cast on subexpressionKT-38879 J2K loses class annotations when converting class to objectKT-39149 J2K fails with augmented assignment operators when multiplying int by a non-intKT-40359 J2K: Conversion of invalid octal numbers throws NumberFormatExceptionKT-40363 J2K: Converting HEX integer literal in for-loop throws NumberFormatExceptionKT-38404 Scripting API: Provide Location of Annotation UsageThe release contents the JVM version of the Kotlin compiler, and also the Kotlin/Native compiler for the supported platforms: Linux, macOS and Windows.
KT-41149 NI: Upgraded project from 1.3.72 to 1.4.0 hangs during buildKT-41335 Kotlin Out of Memory When evaluating expressionKT-41400 NI: Huge performance regression for kotlin compiler from 1.3.72 to 1.4.0 due to using list of dozen lambdas in a callKT-41005 Coercion to Unit doesn't take into account nullability of a return type for lambdaKT-41043 NI: StackOverflowError through PostponedArgumentInputTypesResolver.getAllDeeplyRelatedTypeVariablesKT-41135 Type Inference Regression For Property Delegate With Receiver TypeKT-41140 Unresolved reference to parameter of a catch block from lambda expression on 1.4.0KT-41150 IllegalStateException: Couldn't obtain compiled function body for public final inline funKT-41164 NI: "IllegalStateException: Error type encountered" with callbackFlow builder inside conditionKT-41202 Type inference fails in 1.4.0KT-41218 HMPP: arrayList declarations are visible both from stdlib-common and stdlib-jvm and lead to false-positive resolution ambiguity in IDEKT-41308 1.4.0 Type inference regression in suspend blocks with elvis operator expressionsKT-41357 ClassCastException for unstable smart cast on a property call receiverKT-41386 NI: Type mismatch with generic type parametersKT-41426 Operator compareTo is not called with nullable typeKT-41430 Broken choosing overload by lambda return type inside builder inferenceKT-41470 Wrong nullability assertion is generated when using the BuilderInference annotationKT-41482 Add a fallback compiler flag to disable the unified null checks behaviorKT-41325 SOE in IDEKotlinAsJavaSupportKT-41390 Typo: equals & hashCode are written with the first uppercase letterKT-41314 Formatter: Frequent freezes when reformatting code (TrailingCommaPostFormatProcessor)KT-40417 Coroutines Debugger: “No coroutine information found” in case of main() entry-point without explicit debug-artifactKT-39542 EA-218043: java.util.NoSuchElementException: No element of given type found (GradleBuildRootsManager)KT-41283 Gradle scripts unable to support 1.4 language level features yetKT-41264 Disable “Redundant inner modifier” in 1.4.10KT-41395 Inspection description misses a space (needs to be lowercase)KT-40898 REPL: "IllegalAccessError: tried to access field" caused by log4jKT-38921 New project wizard: Backend/Console applications template with Groovy DSL generates build.gradle with KotlinCompile instead of compileKotlinKT-38059 Support arrays passed as named arguments to varargsKT-40964 KJS / IR: don't generate "import" (short names) for external interfacesKT-41081 KJS IR: nativeGetter, nativeSetter, nativeInvoke are not supportedKT-41320 Actual kotlin.test annotation typealiases are inaccessible in modular environmentKT-41324 IR: "Compilation failed: null" caused by StackOverflowError in compiler in multi-module projectKT-39762 cinterop on 1.4-M2 doesn't include @Deprecated Kotlin declaration for C declaration it fails to importKT-39206 New line characters in @Deprecated annotation cause syntax error in Kotlin/native exported headerKT-40976 "Unrecognized selector sent to instance" exception invoking suspending lambda from Swift in Native iOS projectKT-40842 "AssertionError: Built-in class kotlin.Any is not found" on java modular runKT-41321 Upgrading to 1.4.0 fails compiling native with <x> is not bound errorKT-41083 Transitive dependency on an MPP with host-specific source sets fails to resolve: "Couldn't resolve metadata artifact..."KT-40834 Cannot build Kotlin Multiplatform project on Windows 10 64-bit when the Cocoapods plugin is appliedKT-35925 REPL: Springboot autoconfiguration problem (META-INF/spring.factories not found ?)KT-41313 kapt 1.4.0 throws "ZipException: zip END header not found", when Graal SVM jar in classpath| File | Sha256 |
|---|---|
| kotlin-compiler-1.4.10.zip | bb1a21d70e521a01ae104e99a082a6e7bb58699b86347049da521d175d0dace7 |
| kotlin-native-linux-1.4.10.tar.gz | daedd047cfacb9cff064eae705c54d2ed61ef44b61c1ec944066603b8e9a373c |
| kotlin-native-macos-1.4.10.tar.gz | e84f1622a6160a44e1f821d7539771a52389cdf3c9acaa94534b079a571503f3 |
| kotlin-native-windows-1.4.10.zip | 7728814be6f3f7906f9d55deff7ce15165c5a21f0f59ad412de815d1dab0ec1f |
The release contents the JVM version of the Kotlin compiler, and also the Kotlin/Native compiler for the supported platforms: Linux, macOS and Windows.
KT-23729 Provide a way to generate JVM default method bodies in interfaces delegating to DefaultImplsKT-30330 Introduce KotlinNothingValueException and throw it instead of NPE on expressions of type NothingKT-38435 Support suspend conversion on callable references in JVM backendKT-35483 NI: compatibility modeKT-39728 Declarations from kotlin.reflect resolved to expect-classes even in JVM modules in IDEKT-40153 REPL IDE services completion fails on imports completionKT-40404 Mixed named/positional arguments: argument can be passed twiceKT-40544 NI: "TYPE_MISMATCH: Required: MutableList<out T!> Found: List<T>" caused by Java interface functionKT-40555 NI: Spread operator allows inferred nullable typesKT-40646 NI: TYPE_MISMATCH: "inferred type is Unit but Observer<T> was expected" caused by LieData.observe inferenceKT-40691 False positive CAPTURED_VAL_INITIALIZATION with EXACTLY_ONCE contractKT-40693 UnsupportedOperationException: no descriptor for type constructor of (CapturedType(out TResult)..CapturedType(out TResult)?)KT-40824 Usages of a typealias lose nullability and annotations in deserializationKT-40843 Unhandled exception for suspending methods that return Result typeKT-40869 Recursion computation inside compiler resolve on a correct codeKT-40893 Error "Captured values initialization is forbidden due to possible reassignment" when attempting to use the plusAssign operator with a java list inside an inline functionKT-40919 kotlin.collections.ArrayDeque requires an explicit import when compiling with kotlinc 1.4-RC and -language-version 1.3KT-40920 Regression in JvmDefault: incorrect access to missing DefaultImpls on default methods in Java interface overriding Kotlin interfaceKT-40978 Prohibit using suspend functions as SAM in fun interfacesKT-35218 Fix misleading in JavaDoc for createTempDir/createTempFileKT-36981 Provide a visual illustration of source sets structure generated by ios(), watchos(), tvos() presetsKT-38050 Language Guide: MPP reference: add sample of language settings for all roots instead of common root onlyKT-30265 IDE, MPP: False negative TYPE_PARAMETER_AS_REIFIED in common codeKT-40494 UAST: "NoSuchElementException: No element of given type found" with use-site target annotationKT-40639 Shift IDE plugins updater numbers for Kotlin pluginKT-40636 Hard freeze on formatter: infinite recursionKT-30116 IDE: Unresolved reference in MPP module (androidMain source set) for annotation from common module (defined in commonMain and with JVM target)KT-34552 Deadlock in ScriptDefinitionsManagerKT-40675 Gradle build file is not highlighted until navigating to symbolKT-40461 Create new projects with kotlin.js.generate.executable.default=falseKT-39547 Kotlin script support freezes IDEAKT-40242 gradle.kts: Deadlock in ScriptClassRootsUpdaterKT-36153 New Project Wizard: provide more referential info on project structure editor screenKT-39904 New Project wizard 1.4: update Frontend Application to make it run with JS IRKT-40149 Gradle project wizard: templates for Kotlin/JS are not properly formattedKT-25859 JS: support function references to functions with vararg if expected type ends with repeated vararg element typeKT-40083 K/JS-IR: java.lang.IllegalStateException: has not acquired a symbol yetKT-40892 KJS, IR: Unresolved references on importing classes from kotlinx-nodejsKT-39051 Libraries native artifacts are published without sourcesKT-27816 Provide a possibility to specify intermediate source sets between platform-agnostic and platform-specific test source setsKT-37720 Replace ArtifactTransform with TransformActionKT-40559 Adding the stdlib by default triggers warning in the Android Gradle PluginKT-40093 Incorrect updating version of Kotlin/JS dependencies in package.jsonKT-27320 Provide a way to reuse same sources for similar Native targetKT-40058 NPE from mpp gradle plugin on kotlinx.benchmarksKT-40801 Gradle CocoaPods integration: Cannot change a framework nameKT-40209 java.lang.UnsupportedOperationException: org.jetbrains.kotlin.ir.declarations.impl.IrValueParameterImpl@76484173KT-40367 Kotlin/Native-Swift interop (iOS): Array member initialization failing in release buildsKT-31025 Type mismatch when callable reference is resolved with a functional expected type and SAM conversionKT-37388 Consider relaxing rules about inferring Nothing inside special constructions (if, try, when)KT-37717 NI: "IllegalStateException: Error type encountered" with @BuilderInferenceKT-38427 New inference in branched conditions (if, when) results in odd behavior with inconsistent compiler warnings and runtime errorsKT-38899 NI: False positive IMPLICIT_NOTHING_TYPE_ARGUMENT_IN_RETURN_POSITION leads to NPEKT-39468 NI: overload resolution ambiguity between functions passing T and Foo<T> with a contravariant receiverKT-39618 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER: unable to infer generic type on @BuilderInference annotated lambda parameter with receiver typeKT-39633 NI: Incorrect type parameter instantiation based on contravariant type argumentKT-39691 NI: Missing SAM conversion for nullable lambdaKT-39860 Make Kotlin binaries publicly available (set KotlinCompilerVersion.IS_PRE_RELEASE = false)KT-39900 NI: Incorrect type inference in a lambda returning UnitKT-39925 New JVM default compilation mode doesn't check that JVM target is 1.8KT-39943 Write information about all-compatibility mode in metadataKT-39953 NI: ClassCastException "cannot be cast to java.lang.Void" with if-else in return statement in ANdroid projectKT-40045 NI: lambda’s receiver type isn't inferred properlyKT-40057 NI: provideDelegate org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: wrong bytecode generated for static initializerKT-40060 NI: postponed variable from the builder inference flows to back-end and leads to throw an exceptionKT-40112 Kotlin Gradle DSL: COMPATIBILITY_WARNING on kotlin.sourceSets blockKT-40113 Kotlin Gradle DSL: "Expression 'main' cannot be invoked as a function" for distributions.main DSL blockKT-40128 Introduce compiler key to disable compatibility resolution mechanism for new inference featuresKT-40151 NI: postponed variable isn't substituted for top-level CR inside builder inferenceKT-40214 AbstractMethodError in gradle subplugin which is used in Android appKT-40234 Deprecation level "hidden" has no effect on callable reference argumentKT-40247 NI: false positive "function should be called from coroutine or another suspend function" for suspend invoke operator in try-catchKT-40254 Rewrite at slice with two callable reference argumentsKT-40269 NI: "disabled Unit conversions" error has appeared on green codeKT-40337 NI: false positive "function should be called from coroutine or another suspend function" for suspend invoke operator in when blockKT-40406 Prohibit reflection on adapted callable referencesKT-39968 Paths in KotlinJavaRuntime library aren't updated after you run IDE from a different directoryKT-39989 NullPointerException when opening Kotlin facets in Project Structure dialog in IDEA 192KT-40311 Create change_notes for 1.4 in IDE plugin descriptionKT-39808 (CoroutineDebugger) Doesn't start with kotlinx-coroutines-core >= 1.3.6KT-40073 (CoroutineDebugger) Change minimum supported kotlinx.coroutines version to 1.3.8*KT-40172 Restored frame variables isn't shown for suspended coroutinesKT-40635 Coroutines Debugger: make IDE plugin accept coroutines 1.3.8-rc* versions as wellKT-38744 No dependency between Android test and commonTest source sets with kotlin.mpp.enableGranularSourceSetsMetadata=trueKT-39037 'None of the consumable configurations have attributes' in MPP IDE import with transitive project dependency on selfKT-31137 IntelliJ would get very slow when editing gradle buildSrc(using the kotlin dsl)KT-36078 Gradle Kotlin script context is not reloaded when gradle/wrapper/gradle-wrapper.properties file is changedKT-39317 ISE “Calling invokeAndWait from read-action leads to possible deadlock.” on importing simple Gradle-based project in nightly IJKT-28662 Inspection to flag usage of the wrong Transient annotation on Kotlin Serializable classKT-34209 Switch default behaviour in 1.4 for insertion (to build script) via quick fix of the compiler option enabling inline classesKT-36131 Suggest to add a missing module dependency on an unresolved reference in Kotlin codeKT-37462 Add "Add dependency to module" quickfix in multimodule Maven projectKT-39869 Add whole project migration usages of kotlin.browser.* & kotlin.dom.* to kotlinx.browser.* & kotlinx.dom.* respectivelyKT-40004 New Project wizard 1.4+: no https://dl.bintray.com/kotlin/kotlinx repository is added for kotlinx-htmlKT-40037 New Project wizard: update Ktor versionKT-40092 Wizard: the templates panel on mac OS is too wideKT-40232 New Wizard: Android Sdk path doesn't have backslash escaping on WindowsKT-40371 New Project Wizard: Frontend Application / Library results in broken run configurationKT-40377 New Project Wizard: Frontend Application defines NPM dependencies that are unnecessary with Kotlin 1.4-RC+KT-40378 New Project Wizard: Frontend Application, Disabling JavaScript test framework has no effectKT-40407 Wizard: do not add stdlib by default for Gradle projects in wizardKT-39984 Update dukat version in toolchain near to release of 1.4-RCKT-32186 Make sure K/JS Reflection API documentation is correct and fix it.KT-37563 K/JS: stacktrace is not captured for exceptions without primary constructor inherited from Exception/ErrorKT-37752 Generated typescript incorrect for constructors of derived classesKT-37883 KJS: Generated TypeScript uses 'declare' rather than 'export'KT-38771 JS: support non-reified type parameters in typeOfKT-39873 Update Kotlin JavaScript wrappers due to NON_EXPORTABLE_TYPE diagnostic introductionKT-40126 [JS / IR] NPE while compiling interfaces with invoke which is passed as a delegateKT-40216 KJS / IR: AssertionError caused by an anonymous object in the dependency projectKT-33069 StringBuilder common functionsKT-35972 Add contract to builder functionsKT-37101 Mark following api with DeprecatedSinceKotlin("1.4")KT-38360 Make sure that JB libraries correctly define their npm deps and republish them (after KT-30619)KT-38817 'capitalize' should convert digraphs to title caseKT-40168 Remove StringBuilder.capacity from common and JS partsKT-40520 Assert during fake-override generationKT-40199 Commonizer loses nullability of abbreviated typesKT-40036 Add diagnostic that shows is serialization plugin compatible with serialization-runtimeKT-39755 [KJS / Gradle / Legacy mode] Directory with whitespace is not processedKT-39809 Kotlin Gradle plugin: ServiceConfigurationError: org.jetbrains.kotlin.gradle.plugin.KotlinGradleSubplugin: Provider org.jetbrains.kotlin.gradle.internal.AndroidSubplugin not a subtypeKT-39977 Collect statistics of used -Xjvm-default optionsKT-40300 Fail the build if in MPP plugin no targets configuredKT-38170 Investigate how to improve migration experience from pre 1.4.0 DSL to the new oneKT-39654 Default CSS settings in webpack has priority over user's settingsKT-39842 Kotlin/JS Gradle DSL: peerNpm dependency failsKT-40048 [Gradle, JS] Deprecate kotlin-frontend pluginKT-40067 [Gradle, JS] Public package.json for mixed JS/TS projectKT-40210 Fail the build when Kotlin/JS target is not (properly) configuredKT-40320 Gradle JS: make migration to the new Gradle DSL smootherKT-32239 Custom configurations inside Kotlin JVM Gradle projects can't properly resolve multiplatform dependenciesKT-39897 [Commonizer] Fast-pass for library fragments absent for some targetsKT-39739 J2K: Access is allowed from event dispatch thread with IW lock onlyKT-34604 KAPT: Flaky NPE through org.jetbrains.kotlin.kapt3.base.ProcessorLoader.doLoadProcessorsKT-36302 TypeTreeVisitor.visitMemberSelect IllegalStateException: node.sym must not be null on JDK 11KT-39876 KAPT: Serialization of classpath structure is incorrect if there are dependencies between types in jar/dirKT-23575 Deprecate with replacement and SinceKotlinKT-38652 Do not generate optional annotations to class files on JVMKT-38777 Hide Throwable.addSuppressed member and prefer extension insteadKT-38489 Compilation of kotlin html DSL increasingly slowKT-28650 Type inference for argument type is very slow if several interfaces with a type parameter is used as an upper bound of a type parameterKT-15971 Incorrect bytecode generated when inheriting default arguments not from the first supertypeKT-25290 NI: "AssertionError: If original type is SAM type, then candidate should have same type constructor" on out projection of Java classKT-28672 Contracts on calls with implicit receiversKT-30279 Support non-reified type parameters in typeOfKT-31908 NI: CCE on passing lambda to function which accepts vararg SAM interfaceKT-32156 New inference issue with genericsKT-32229 New inference algorithm not taking into account the upper bound classKT-33455 Override equals/hashCode in functional interface wrappersKT-34902 AnalyzerException: Argument 1: expected I, but found R for unsigned types in generic data classKT-35075 AssertionError: "No resolved call for ..." with conditional function referencesKT-35468 Overcome ambiguity between typealias kotlin.Throws and the aliased type kotlin.jvm.ThrowsKT-35494 NI: Multiple duplicate error diagnostics (in IDE popup) with NULL_FOR_NONNULL_TYPEKT-35681 Wrong common supertype between raw and integer literal type leads to unsound codeKT-35937 Error "Declaration has several compatible actuals" on incremental buildKT-36013 Functional interface conversion not happens on a value of functional type with smart cast to a relevant functional typeKT-36045 Do not depend on the order of lambda arguments to coerce result to UnitKT-36448 NI: fix tests after enabling NI in the compilerKT-36706 Prohibit functional interface constructor referencesKT-36969 Generate @NotNull on instance parameters of Interface$DefaultImpls methodsKT-37058 Incorrect overload resolution ambiguity on callable reference in a conditional expression with new inferenceKT-37120 [FIR] False UNRESOLVED_REFERENCE for public and protected member functions and properties which are declared in object inner classKT-37149 Conversion when generic specified by type argument of SAM typeKT-37249 false TYPE_MISMATCH when When-expression branches have try-catch blocksKT-37341 NI: Type mismatch with combination of lambda and function referenceKT-37436 AME: "Receiver class does not define or inherit an implementation of the resolved method" in runtime on usage of non-abstract method of fun interfaceKT-37510 NI infers java.lang.Void from the expression in a lazy property delegate and throws ClassCastException at runtimeKT-37541 SAM conversion with fun interface without a function fails on compiling and IDE analysis in SamAdapterFunctionsScope.getSamConstructor()KT-37574 NI: Type mismatch with Kotlin object extending functional type passed as @FunctionalInterface to JavaKT-37630 NI: ILT suitability in a call is broken if there are CST calculation and calling function's type parametersKT-37665 NI: applicability error due to implicitly inferred Nothing for returning T with expected typeKT-37712 No extension receiver in functional interface created with lambdaKT-37715 NI: VerifyError: Bad type on operand stack with varargs generic value when type is inferredKT-37721 NI: Function reference with vararg parameter treated as array and missing default parameter is rejectedKT-37887 NI: Smart casting for Map doesn't work if the variable is already "smart casted"KT-37914 NI: broken inference for a casting to subtype function within the common constraint system with this subtypeKT-37952 NI: improve lambdas completion through separation the lambdas analysis into several stepsKT-38069 Callable reference adaptation should have dependency on API version 1.4KT-38143 New type inference fails when calling extension function defined on generic type with type arguments nested too deepKT-38156 FIR Metadata generationKT-38197 java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objectsKT-38259 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER for provideDelegateKT-38337 Map delegation fails for inline classesKT-38401 FIR: protected effective visibility is handled unpreciselyKT-38416 FIR: infinite loop in BB coroutine test 'overrideDefaultArgument.kt'KT-38432 FIR: incorrect effective visibility in anonymous objectKT-38434 Implement resolution of suspend-conversion on FE only, but give error if suspend conversion is calledKT-38437 [FIR] String(CharArray) is resolved to java.lang.String constructor instead of kotlin.text.String pseudo-constructorKT-38439 NI: anonymous functions without receiver is allowed if there is an expected type with receiverKT-38473 FIR: ConeIntegerLiteralType in signatureKT-38537 IllegalArgumentException: "marginPrefix must be non-blank string" with raw strings and space as margin prefix in trimMargin() callKT-38604 Implicit suspend conversion on call arguments doesn't work on vararg elementsKT-38680 NSME when calling generic interface method with default parameters overriden with inline class type argumentKT-38681 Wrong bytecode generated when calling generic interface method with default parameters overriden with primitive type argumentKT-38691 NI: overload resolution ambiguity if take R and () -> R, and pass literal lambda, which returns RKT-38799 False positive USELESS_CAST for lambda parameterKT-38802 Generated code crashes by ClassCastException when delegating with inline classKT-38853 Backend Internal error: Error type encountered: Unresolved type for nested class used in an annotation argument on an interface methodKT-38890 NI: false negative Type mismatch for values with fun keywordKT-39010 NI: Regression with false-positive smartcast on var of generic typeKT-39013 202, ASM 8: "AnalyzerException: Execution can fall off the end of the code"KT-39260 "AssertionError: Unsigned type expected: Int" in rangeKT-39305 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER: unable to infer deeply nested type bound when class implements generic interfaceKT-39408 Using unsigned arrays as generics fails in 1.4-M2 with class cast exceptionKT-39533 NI: Wrong overload resolution for methods with SAM converted function reference argumentsKT-39535 NI: Inference fails for the parameters of SAM converted lambdas with type parametersKT-39603 Require explicit override in JVM default compatibility mode on implicit generic specialization of inherited methods in classesKT-39671 Couldn't inline method call 'expectBody'KT-39816 NI:ClassCastException and no IDE error with provideDelegate when DELEGATE_SPECIAL_FUNCTION_MISSING in OIKT-32779 Rewrite at slice in array access resolution in coroutine inferenceKT-39387 Can't build Kotlin project due to overload resolution ambiguity on flatMap callsKT-39229 NI: resolution to wrong candidate (SAM-type against similar functional type)KT-36245 Document that @kotlin.native.ThreadLocal annotation doesn't work anywhere except in Kotlin/NativeKT-37943 Conflicting overloads in the factory functions sample code in Coding Conventions PageKT-10974 Add Code Style: Import Layout Configuration TableKT-39065 "Join lines" should remove trailing comma on call siteKT-9065 Wrong result when move statement through if block with call with lambdaKT-14757 Move statement up breaks code in function parameter listKT-14946 Move statement up/down (with Ctrl+Shift+Up/Down) messes with empty linesKT-15143 Kotlin: Colors&Fonts -> "Enum entry" should use Language Default -> Classes - Static fieldKT-17887 Moving statement (Ctrl/Cmd+Shift+Down) messes with use blockKT-34187 UAST cannot get type of array accessKT-34524 "PSI and index do not match" and IDE freeze with library import from square/workflowKT-35574 UAST: UBreakExpression in when expression should be UYieldExpressionKT-36801 IDE: Unsupported language version value is represented with "latest stable" in GUIKT-37378 Remove IDE option "Enable new type inference algorithm..." in 1.4KT-38003 "Analyze Data Flow from Here" should work on parameter of abstract methodKT-38173 Reified types do no have extends informationKT-38217 Make Kotlin plugin settings searchableKT-38247 "IncorrectOperationException: Incorrect expression" through UltraLightUtils.kt: inlined string is not escaped before parsingKT-38293 Throwable: "'codestyle.name.kotlin' is not found in java.util.PropertyResourceBundle" at KotlinLanguageCodeStyleSettingsProvider.getConfigurableDisplayName()KT-38407 Drop components from plugin.xmlKT-38443 No error on change in property initializerKT-38521 ISE: Loop in parent structure when converting a DOT_QUALIFIED_EXPRESSION with parent ANNOTATED_EXPRESSIONKT-38571 Rework deprecated EPsKT-38632 Change the code style to official in testsKT-24750 Formatter: Minimum blank lines after class header does nothingKT-31169 IDEA settings search fails to find "Tabs and Indents" tab in Kotlin code style settingsKT-35359 Incorrect indent for multiline expression in string templateKT-37420 Add setting to disable inserting empty line between declaration and declaration with commentKT-37891 Formatter inserts empty lines between annotated propertiesKT-38036 Use trailing comma setting does not apply to code example in Settings dialogKT-38568 False positive: weak warning "Missing line break" on -> in when expressionKT-39024 Add option for blank lines before declaration with comment or annotation on separate lineKT-39079 Trailing comma: add base support for call siteKT-39123 Option Align 'when' branches in columns does nothingKT-39180 Move trailing comma settings in Other tabKT-18538 Completion of static members of grand-super java class inserts unnecessary qualifierKT-38445 Fully qualified class name is used instead after insertion of delay methodKT-14057 Debugger couldn't step into Reader.readKT-14828 Bad step into/over behavior for functions with default parametersKT-36403 Method breakpoints don't work for librariesKT-36404 Evaluate: "AssertionError: Argument expression is not saved for a SAM constructor"KT-37486 Kotlin plugin keeps reference to stream debugger support classes after stream debugger plugin is disabledKT-38484 Coroutines Debugger: IAE “Requested element count -1 is less than zero.” is thrown by calling dumpCoroutinesKT-38606 Coroutine Debugger: OCE from org.jetbrains.kotlin.idea.debugger.coroutine.proxy.mirror.BaseMirror.isCompatibleKT-39143 NPE on setCurrentStackFrame to Kotlin inner compiled class contentKT-39412 Failed to find Premain-Class manifest attribute when debugging main method with ktorKT-39634 (CoroutineDebugger) Agent doesn't start if using kotlinx-coroutines-core only dependencyKT-39648 Coroutines debugger doesn't see stacktraces in case of the project has kotlinx-coroutines-debug dependencyKT-39059 Poor performance of modifyDependenciesOnMppModulesKT-35921 Gradle Import fails with "Unsupported major.minor version 52.0" on pure Java project in case "Gradle JDK" is lower 1.8 and Kotlin plugin is enabledKT-36673 Gradle Project importing: move ModelBuilders and ModelProviders to kotlin-gradle-tooling jarKT-36792 IDEA 2020.1: Some module->module dependencies in HMPP project are missed after import from GradleKT-37125 Imported modules structure for MPP project is displayed messy in UI in IDEA 2020.1KT-37428 NPE at KotlinFacetSettings.setLanguageLevel() on the first project importKT-38706 IDE Gradle import creates 4 JavaScript modules for MPP source sets with BOTH compiler typeKT-38767 Published hierarchical multiplatform library symbols are unresolved in IDE (master)KT-38842 False positive [INVISIBLE_MEMBER] for internal declaration of commonMain called from commonTestKT-39213 IDE: references from MPP project to JavaScript library are unresolved, when project and library are compiled with "both" modeKT-39657 Language settings for intermediate source-sets are lost during importKT-34481 *.gradle.kts: use Intellij IDEA Gradle project sync mechanics for updating script configurationKT-34138 Deadlock in ScriptTemplatesFromDependenciesProviderKT-38875 Deadlock in ScriptClassRootsUpdater.checkInvalidSdksKT-34265 Bogus "build configuration failed, run 'gradle tasks' for more information" message and other issues related to "script dependencies"KT-34444 *.gradle.kts: special storage of all scripts configuration on one fileKT-35153 build.gradle.kts: scripts in removed subproject remain imported, but shouldn'tKT-35573 Request for gradle build script configuration only after explicit click on notificationKT-36675 move .gradle.kts ModelBuilders and ModelProviders to kotlin-gradle-tooling jarKT-37178 build.gradle.kts: Rework the notification for scripts out of projectKT-37631 Unnecessary loading dependencies after opening build.gradle.kts after project import with Gradle 6KT-37863 Scanning dependencies for script definitions takes too long or indefinitely during Gradle importKT-38296 MISSING_DEPENDENCY_SUPERCLASS in the build.gradle.kts editor while Gradle runs OkKT-38541 "Invalid file" exception in ScriptChangeListener.getAnalyzableKtFileForScript()KT-39104 “Gradle Kotlin DSL script configuration is missing” after importing project in IJ201, Gradle 6.3KT-39469 Gradle version is not updated in script dependencies if the version of gradle was changed in gradle-wrapper.propertiesKT-39771 Freeze 30s from org.jetbrains.kotlin.scripting.resolve.ApiChangeDependencyResolverWrapper.resolve on loading script configuration with Gradle 5.6.4KT-14884 Intention to add missing "class" keyword for enum and annotation top-level declarationsKT-17209 Provide intention to fix platform declaration clash (CONFLICTING_JVM_DECLARATIONS)KT-24522 Suggest to move typealias outside the classKT-30263 Detect redundant conversions of unsigned typesKT-35893 Support Inspection for unnecessary asSequence() callKT-38559 "Change JVM name" (@JvmName) quickfix: improve name suggester for generic functionsKT-38597 Expand Boolean intentionKT-38982 Add "Logger initialized with foreign class" inspectionKT-39131 TrailingCommaInspection: should suggest fixes for call-site without warningsKT-5271 Missing QuickFix for Multiple supertypes availableKT-11865 "Create secondary constructor" quick fix always inserts parameter-less call to this()KT-14021 Quickfix to add parameter to function gives strange name to parameterKT-17121 "Implement members" quick fix is not suggestedKT-17368 Don't highlight members annotated with @JsName as unusedKT-20795 "replace explicit parameter with it" creates invalid code in case of overload ambiguitiesKT-22014 Intention "convert lambda to reference" should be available for implicit 'this'KT-22015 Intention "Convert lambda to reference" should be available in spite of the lambda in or out of parenthesesKT-22142 Intentions: "Convert to primary constructor" changes semantics for property with custom setterKT-22878 Empty argument list at the call site of custom function named "suspend" shouldn't be reported as unnecessaryKT-24281 Importing of invoke() from the same file is reported as unused even if it isn'tKT-25050 False-positive inspection "Call replaceable with binary operator" for 'equals'KT-26361 @Deprecated "ReplaceWith" quickfix inserts 'this' incorrectly when using function importsKT-27651 'Condition is always true' inspection should not be triggered when the condition has references to a named constantKT-29934 False negative Change type quickfix on primary constructor override val parameter when it has wrong typeKT-31682 'Convert lambda to reference' intention inside class with function which return object produces uncompilable codeKT-31760 Implement Abstract Function/Property intentions position generated member improperlyKT-32511 Create class quick fix is not suggested in super type list in case of missing primary constructorKT-32565 False positive "Variable is the same as 'credentials' and should be inlined" with object declared and returned from lambdaKT-32801 False positive "Call on collection type may be reduced" with mapNotNull, generic lambda block and new inferenceKT-33951 ReplaceWith quickfix with unqualified object member call doesn't substitute argument for parameterKT-34378 "Convert lambda to reference" refactoring does not work for suspend functionsKT-34677 False positive "Collection count can be converted to size" with IterableKT-34696 Wrong 'Redundant qualifier name' for 'MyEnum.values' usageKT-34713 "Condition is always 'false'": quickfix "Delete expression" doesn't remove else keyword (may break control flow)KT-35015 ReplaceWith doesn't substitute parameters with argument expressionsKT-35329 Replace 'when' with 'if' intention: do not suggest if 'when' is used as expression and it has no 'else' branchKT-36194 "Add braces to 'for' statement" inserts extra line break and moves the following single-line commentKT-36406 "To ordinary string literal" intention adds unnecessary escapes to characters in template expressionKT-36461 "Create enum constant" quick fix adds after semicolon, if the last entry has a commaKT-36462 "Create enum constant" quick fix doesn't add trailing commaKT-36508 False positive "Replace 'to' with infix form" when 'to' lambda generic type argument is specified explicitlyKT-36930 Intention "Specify type explicitly" adds NotNull annotation when calling java method with the annotationKT-37148 "Remove redundant .let call doesn't remove extra callsKT-37156 "Unused unary operator" inspection highlighting is hard to seeKT-37173 "Replace with string templates" intention for String.format produces uncompilable string templateKT-37181 Don't show "Remove redundant qualifier name" inspection on qualified Companion imported with star importKT-37214 "Convert lambda to reference" with a labeled "this" receiver failsKT-37256 False positive PlatformExtensionReceiverOfInline inspection if a platform type value is passed to a nullable receiverKT-37744 "Convert lambda to reference" inspection quick fix create incompilable code when type is inferred from lambda parameterKT-37746 "Redundant suspend modifier" should not be reported for functions with actual keywordKT-37842 "Convert to anonymous function" creates broken code with suspend functionsKT-37908 "Convert to anonymous object" quickfix: false negative when interface has concrete functionsKT-37967 Replace 'invoke' with direct call intention adds unnecessary parenthesisKT-37977 "Replace 'invoke' with direct call" intention: false positive when function is not operatorKT-38062 Reactor Quickfix throws NotImplementedError for KotlinKT-38240 False positive redundant semicolon with as cast and not unary operator on next lineKT-38261 Redundant 'let' call removal leaves ?. operator and makes code uncompilableKT-38310 Remove explicit type annotation intention drops 'suspend'KT-38492 False positive "Add import" intention for already imported classKT-38520 SetterBackingFieldAssignmentInspection throws exceptionKT-38649 False positive quickfix "Assignment should be lifted out of when" in presence of smartcastsKT-38677 Invalid psi tree after Lift assigment out of...KT-38790 "Convert sealed subclass to object" for data classes doesn't remove 'data' keywordKT-38829 'Remove redundant backticks' can be broken with @ in nameKT-38831 'Replace with assignment' can be broken with fast code changeKT-38832 "Remove curly braces" intention may produce CCEKT-38948 False positive quickfix "Make containing function suspend" for anonymous functionKT-38961 "Useless call on collection type" for filterNotNull on non-null array where list return type is expectedKT-39069 Improve TrailingCommaInspectionKT-39151 False positive inspection to replace Java forEach with Kotlin forEach when using ConcurrentHashMapKT-39275 Kotlin JS Browser template for kotlin dsl doesn't include index.htmlKT-32163 Open Quick Documentation when cursor inside function / constructor bracketsKT-32245 Method in Kotlin class is not listed among implementing methodsKT-33510 There is no gutter icon to navigate from actual to expect if expect and the corresponding actual declarations are in the same fileKT-38260 Navigation bar doesn't show directories of files with a single top level Kotlin classKT-38466 Top level functions/properties aren't shown in navigation panelKT-36444 Structure view: add ability to sort by visibilityKT-38276 Structure view: support visibility filter for class propertiesKT-38454 Kotlin REPL in IntelliJ doesn't take module's JVM target setting into accountKT-12878 "Change signature" forces line breaks after every parameter declarationKT-30128 Change Signature should move lambda outside of parentheses if the arguments are reordered so that the lambda goes lastKT-35338 Move/rename refactorings mess up code formatting by wrapping linesKT-38449 Extract variable refactoring is broken by NPEKT-38543 Copy can't work to package with escaped packageKT-38627 Rename package refactorings mess up code formatting by wrapping linesKT-34516 Don't suggest incompatible targets in a drop-down list for run test gutter icon in multiplatform projectsKT-38102 DeprecatedMethodException ConfigurationFactory.getIdKT-38455 Kotlin scratch files don't take module's JVM target setting into accountKT-39791 Kotlin plugin loads VFS in the output directoriesKT-39721 Optimize Kotlin SSR by using the indexKT-39733 Augmented assignment matchingKT-39769 "When expressions" predefined template doesn't match all when expressionsKT-38673 New Project Wizard: multiplatform templates are generated having unsupported Gradle version in a wrapperKT-38810 Incorrect order of build phases in Xcode project from new wizardKT-38952 Remove old new_project_wizardsKT-39503 New Project wizard 1.4+: release kotlinx.html version is added to dependencies with milestone IDE pluginKT-39700 Wizard: group project templates on the first step by the project typeKT-39770 CSS Support in Kotlin wizardsKT-39826 Fix Android app in New Template WizardKT-39843 Change imports in JS/browser wizardKT-32273 Kotlin/JS console error on hot reloadKT-39498 Update dukat version in toolchain near to release of 1.4-M3KT-29916 Implement typeOf on JSKT-35857 Kotlin/JS CLI bundled to IDEA plugin can't compile using IR back-end out of the boxKT-36798 KJS: prohibit using @JsExport on a non-top-level declarationKT-37771 KJS: Generated TypeScript does not recursively export base classes (can fail with generics)KT-38113 Review public API of JS stdlib for IR BEKT-38765 [JS / IR] AssertionError: class EventEmitter: Super class should be any: with nested class extending parent classKT-38768 KJS IR: generate ES2015 (aka ES6) classesKT-11253 Function to sum long or other numeric property of items in a collectionKT-28933 capitalize() with Locale argument in the JDK stdlibKT-34142 Create SortedMap with Comparator and itemsKT-34506 Add Sequence.flatMap overload that works on IterableKT-36894 Support flatMapIndexed in the Collections APIKT-38480 Introduce experimental annotation for enabling overload resolution by lambda resultKT-38708 minOf/maxOf functions to return min/max value provided by selectorKT-39707 Make some interfaces in stdlib functionalKT-23142 toHashSet is suboptimal for inputs with a lot of duplicatesKT-21266 Add module-info for standard library artifactsKT-23322 Document 'reduce' operation behavior on empty collectionsKT-28753 Comparing floating point values in array/list operations 'contains', 'indexOf', 'lastIndexOf': IEEE 754 or total orderKT-30083 Annotate KTypeProjection.STAR with JvmField in a compatible wayKT-30084 Annotate functions in KTypeProjection.Companion with JvmStaticKT-31343 Deprecate old String <-> CharArray, ByteArray conversion apiKT-34596 Add some validation to KTypeProjection constructorKT-35978 Review and remove experimental stdlib API status for 1.4KT-38388 Document fromIndex and toIndex parametersKT-38854 Gradually change the return type of collection min/max functions to non-nullableKT-39023 Document split(Pattern) extension differences from Pattern.splitKT-39064 Introduce minOrNull and maxOrNull extension functions on collectionsKT-39235 Lift experimental annotation from bit operationsKT-39237 Lift experimental annotation from common StringBuilderKT-39238 Appendable.appendRange - remove nullabilityKT-39239 Lift experimental annotation from String <-> utf8 conversion apiKT-39244 KJS: update polyfills, all or most of them must not be enumerableKT-39330 Migrate declarations from kotlin.dom and kotlin.browser packages to kotlinx.*KT-31088 need a way to compute fake overrides for pure IRKT-33207 Kotlin/Native: KNPE during deserialization of an inner classKT-33267 Kotlin/Native: Deserialization error for an "inner" extension property imported from a classKT-37255 Make psi2ir aware of declarations provided by compiler pluginsKT-22936 Not all things can be changed to createType yet, and now defaultType methods are starting to failKT-32241 Move KType.javaType into stdlib from reflectKT-34344 KType.javaType implementation throws when invoked with a typeOf<T>()KT-38491 IllegalArgumentException when using callBy on function with inline class parameters and default argumentsKT-38881 Add KClass.isFun modifier of functional interfaces to reflectionKT-25807 Kotlin extension annotation @Parcelize in AIDL returns Object instead of original TKT-30211 Support a way to pass arguments to the underlying JVM in kotlinc batch scripts on WindowsKT-30778 kotlin-compiler.jar contains shaded but not relocated kotlinx.coroutinesKT-38070 Compiler option to bypass prerelease metadata incompatibility errorKT-38413 Add JVM target bytecode version 14KT-39274 [KJS / IR] Custom serializer for class without zero argument constructor doesn't compileKT-25428 Kotlin Gradle Plugin: Use new Gradle API for Lazy tasksKT-34487 Gradle build fails with "Cannot run program "java": error=7, Argument list too longKT-35957 MPP IC fails with "X has several compatible actual declarations" errorKT-38250 Drop support for Gradle versions older than 5.3 in the Kotlin Gradle pluginKT-30619 Support NPM transitive dependencies in multi-platform JS targetKT-38286 [Gradle, JS] Error handling on Webpack problemsKT-31669 Gradle/JS: rise error when plugin loaded more than onceKT-32531 [Gradle/JS] Add scoped NPM dependenciesKT-34832 [Kotlin/JS] Failed build after webpack run (Karma not found)KT-35194 Kotlin/JS: browserRun fails with "address already in use" when trying to connect to local serverKT-35611 Kotlin Gradle plugin should report kotlin2js plugin ID as deprecatedKT-35641 Kotlin Gradle plugin should report kotlin-dce-js plugin ID as deprecatedKT-36410 JS: Collect stats about IR backend usageKT-36451 KJS Adding npm dependency breaks Webpack devserver reloadingKT-37258 Kotlin/JS + Gradle: in continuous mode kotlinNpmInstall time to time outputs "ENOENT: no such file or directory" errorKT-38109 [Gradle, JS] Error handling on Karma launcher problemsKT-38331 Add an ability to control generating externals for npm deps individuallyKT-38485 [Gradle, JS] Unable to configure JS compiler with stringKT-38683 Remove possibility to set NPM dependency without versionKT-38990 Support multiple range versions for NPM dependenciesKT-38994 Remove possibility to set NPM dependency with npm(org, name, version)KT-39109 ArithmeticException: "/ by zero" caused by kotlinNodeJsSetup task with enabled gradle caching on WindowsKT-39210 Kotlin/JS: with both JS and MPP modules in the same project Gradle configuration fails on nodejs {} and browser {}KT-39377 Use standard source-map-loader instead of custom oneKT-39184 Support publication of Kotlin-distributed libraries with Gradle MetadataKT-39304 Gradle import error java.util.NoSuchElementException: Key source set foo is missing in the map on unused source setKT-37514 CocoaPods Gradle plugin: Support building from terminal projects for several platformsKT-38440 Make error message about missing Podfile path for cocoapods integration actionable for a userKT-38991 Gradle MPP plugin: Enable parallel in-process execution for K/N compilerKT-39935 Support overriding the KotlinNativeCompile task sourcesKT-37512 Cocoapods Gradle plugin: Improve error logging for external toolsKT-35169 Do not show "Inline local variable" popup during "Cleaning up code" phase of J2KKT-38004 J2K breaks java getter call in java codeKT-38450 J2K should convert Java SAM interfaces to Kotlin fun interfacesKT-27458 The Kotlin standard library is not found in the module graph ... in a non-Kotlin project.KT-29552 Project is completely rebuilt after each gradle sync.KT-37766 Impossible to apply compiler plugins onto scripts with the new scripting APIKT-29355 Provide access to default values for primary constructor propertiesKT-37432 Do not include annotations fields into 'visibility must be explicitly specified' check in api modeKT-27362 Anonymous classes representing function/property references contain rarely used methodsKT-35626 NI: Performance problem with many type parametersKT-36047 Compiler produces if-chain instead of switch when when subject captured as variableKT-36638 Use 'java/lang/StringBuilder.append (C)Ljava/lang/StringBuilder;' when appending single character in JVM_IRKT-37389 Avoid type approximation during generation constraints with EQUALITY kindKT-37392 Avoid substitution and type approximation for simple callsKT-37546 NI: high memory and CPU consumption due to creating useless captured types (storing in approximated types cache, unneeded computations)KT-11265 Factory pattern and overload resolution ambiguityKT-27524 Inline class is boxed when used with suspend modifierKT-27586 ClassCastException occurs if the Result (or any other inline class) is returned from a lambdaKT-30419 Use boxed version of an inline class in return type position for covariant and generic-specialized overridesKT-31163 FIR: consider replacing comparisons with compareTo calls and some additional intrinsicsKT-31585 ClassCastException with derived class delegated to generic class with inline class type argumentKT-31823 NI: Type mismatch with a star projection and UnsafeVarianceKT-33119 Pre-increment for inline class wrapping Int compiles to direct increment instead of inc-implKT-33715 Kotlin/Native: metadata compilerKT-34048 IllegalAccessError when initializing val property in EXACTLY_ONCE lambdaKT-34433 NI: Type mismatch with a star projection and UnsafeVarianceKT-35133 FIR Java: don't set 'isOperator' for methods with non-operator namesKT-35234 ClassCastException with creating an inline class from a function reference of covariant or generic-specialized overrideKT-35406 Generic type implicitly inferred as Nothing with no warningKT-35587 Plain namespace strings in JvmNameResolver.PREDEFINED_STRINGS are prone to namespace changes during jar relocation.KT-36044 NI: premature fixation a type variable if there were nested lambdas (constraint source was the deepest lambda)KT-36057 [FIR] Incorrect smartcastKT-36069 NI: TYPE_MISMATCH caused by incorrect inference to NothingKT-36125 Callable reference resolution ambiguity error is not displayed properly in the IDEKT-36191 IDE locks loading packages and editing file containing try keyword inside string templateKT-36222 NI: Improve error message about nullability mismatch for a generic callKT-36249 NI doesn't use upper bound for T of called function during infer return type and as a result infer it to Any? if the resulting type was intersection typeKT-36345 FIR: record argument mapping for use in back-endKT-36446 NI: "UnsupportedOperationException no descriptor for type constructor of IntegerLiteralType[Int,Long,Byte,Short]" with BuilderInference and delegateKT-36758 [FIR] Unresolved callable reference to member of local classKT-36759 [FIR] Unsupported callable reference resolution for methods with default parametersKT-36762 [FIR] Unresolved array.clone()KT-36764 [FIR] Bug in inference with DefinitelyNotNull typesKT-36816 NI: definitely not-null (T!!) types in invariant positions don't approximate to T inside inference processKT-36819 NI: premature completion of lambdas, which are passed somewhereKT-36850 Incorrect private visibility of sealed class constructorsKT-36856 Throwing exception when there is inheritance in Kotlin from Java class, which contains methods with the same JVM descriptorsKT-36879 Introduce FIR_IDENTICAL in diagnostic testsKT-36881 FIR: completion don't runs for return expressionsKT-36887 [FIR] Unresolved member in nested lambda in initializerKT-36905 [FIR] Unresolved in lambda in default argument positionKT-36953 AssertionError: "Unsigned type expected: null" when there is a range with an unsigned typeKT-37009 FIR: Bound smart-cast lostKT-37027 FIR: Wrong projection on spread + varargs on non-final typesKT-37038 NI: redundant lambda's arrow breaks CST calculation for extension lambdasKT-37043 NI: inference T to Any? if there was elvis between Java out-type and reified materialize for this type without out projectionKT-37066 [FIR] Wrong type inference for lambdasKT-37070 [FIR] Unresolved parameters of outer lambda in scope of inner lambdaKT-37087 "IllegalStateException: Can't find method 'invoke()'" for mutable property reference in default value of an inline function parameterKT-37091 [FIR] Wrong inferred type of when-expression if when-argument is not-null-asserted and type is not specifies explicitlyKT-37176 [FIR] Incorrect resolution mode for statements of blockKT-37302 Unexpected conversion:Int constant inferred to Long in when expressionKT-37327 FIR: Smartcast problemKT-37343 NI: definitely not null types pre-approximation is inconsistent with OIKT-37380 NI: broken some code with def not null types due to skip needed constraintsKT-37419 NI: UNRESOLVED_REFERENCE_WRONG_RECEIVER is reported in case lambda with receiver is returned from when expressionKT-37434 Kotlin/JS, Kotlin/Native: fun interfaces: SAM conversion to Kotlin interface is not compiled with RESOLUTION_TO_CLASSIFIERKT-37447 Expression from annotation entry in value parameter inside value parameter should be marked as USED_AS_EXPRESSIONKT-37453 Type arguments not checked to be empty for candidates with no declared parametersKT-37488 [FIR] Incorrect exhaustiveness checking for branches with equals to object that implements sealed classKT-37497 NI: 'super' is not an expression, it can not be used as a receiver for extension functionsNote truncated.
The release contents the JVM version of the Kotlin compiler, and also the Kotlin/Native compiler for the supported platforms: Linux, macOS and Windows.
KT-40209 java.lang.UnsupportedOperationException: org.jetbrains.kotlin.ir.declarations.impl.IrValueParameterImpl@76484173KT-40367 Kotlin/Native-Swift interop (iOS): Array member initialization failing in release buildsKT-31025 Type mismatch when callable reference is resolved with a functional expected type and SAM conversionKT-37388 Consider relaxing rules about inferring Nothing inside special constructions (if, try, when)KT-37717 NI: "IllegalStateException: Error type encountered" with @BuilderInferenceKT-38427 New inference in branched conditions (if, when) results in odd behavior with inconsistent compiler warnings and runtime errorsKT-38899 NI: False positive IMPLICIT_NOTHING_TYPE_ARGUMENT_IN_RETURN_POSITION leads to NPEKT-39468 NI: overload resolution ambiguity between functions passing T and Foo<T> with a contravariant receiverKT-39618 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER: unable to infer generic type on @BuilderInference annotated lambda parameter with receiver typeKT-39633 NI: Incorrect type parameter instantiation based on contravariant type argumentKT-39691 NI: Missing SAM conversion for nullable lambdaKT-39860 Make Kotlin binaries publicly available (set KotlinCompilerVersion.IS_PRE_RELEASE = false)KT-39900 NI: Incorrect type inference in a lambda returning UnitKT-39925 New JVM default compilation mode doesn't check that JVM target is 1.8KT-39943 Write information about all-compatibility mode in metadataKT-39953 NI: ClassCastException "cannot be cast to java.lang.Void" with if-else in return statement in ANdroid projectKT-40045 NI: lambda’s receiver type isn't inferred properlyKT-40057 NI: provideDelegate org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: wrong bytecode generated for static initializerKT-40060 NI: postponed variable from the builder inference flows to back-end and leads to throw an exceptionKT-40112 Kotlin Gradle DSL: COMPATIBILITY_WARNING on kotlin.sourceSets blockKT-40113 Kotlin Gradle DSL: "Expression 'main' cannot be invoked as a function" for distributions.main DSL blockKT-40128 Introduce compiler key to disable compatibility resolution mechanism for new inference featuresKT-40151 NI: postponed variable isn't substituted for top-level CR inside builder inferenceKT-40214 AbstractMethodError in gradle subplugin which is used in Android appKT-40234 Deprecation level "hidden" has no effect on callable reference argumentKT-40247 NI: false positive "function should be called from coroutine or another suspend function" for suspend invoke operator in try-catchKT-40254 Rewrite at slice with two callable reference argumentsKT-40269 NI: "disabled Unit conversions" error has appeared on green codeKT-40337 NI: false positive "function should be called from coroutine or another suspend function" for suspend invoke operator in when blockKT-40406 Prohibit reflection on adapted callable referencesKT-39968 Paths in KotlinJavaRuntime library aren't updated after you run IDE from a different directoryKT-39989 NullPointerException when opening Kotlin facets in Project Structure dialog in IDEA 192KT-40311 Create change_notes for 1.4 in IDE plugin descriptionKT-39808 (CoroutineDebugger) Doesn't start with kotlinx-coroutines-core >= 1.3.6KT-40073 (CoroutineDebugger) Change minimum supported kotlinx.coroutines version to 1.3.8*KT-40172 Restored frame variables isn't shown for suspended coroutinesKT-38744 No dependency between Android test and commonTest source sets with kotlin.mpp.enableGranularSourceSetsMetadata=trueKT-39037 'None of the consumable configurations have attributes' in MPP IDE import with transitive project dependency on selfKT-31137 IntelliJ would get very slow when editing gradle buildSrc(using the kotlin dsl)KT-36078 Gradle Kotlin script context is not reloaded when gradle/wrapper/gradle-wrapper.properties file is changedKT-39317 ISE “Calling invokeAndWait from read-action leads to possible deadlock.” on importing simple Gradle-based project in nightly IJKT-28662 Inspection to flag usage of the wrong Transient annotation on Kotlin Serializable classKT-34209 Switch default behaviour in 1.4 for insertion (to build script) via quick fix of the compiler option enabling inline classesKT-36131 Suggest to add a missing module dependency on an unresolved reference in Kotlin codeKT-37462 Add "Add dependency to module" quickfix in multimodule Maven projectKT-39869 Add whole project migration usages of kotlin.browser.* & kotlin.dom.* to kotlinx.browser.* & kotlinx.dom.* respectivelyKT-40004 New Project wizard 1.4+: no https://dl.bintray.com/kotlin/kotlinx repository is added for kotlinx-htmlKT-40037 New Project wizard: update Ktor versionKT-40092 Wizard: the templates panel on mac OS is too wideKT-40232 New Wizard: Android Sdk path doesn't have backslash escaping on WindowsKT-40371 New Project Wizard: Frontend Application / Library results in broken run configurationKT-40377 New Project Wizard: Frontend Application defines NPM dependencies that are unnecessary with Kotlin 1.4-RC+KT-40378 New Project Wizard: Frontend Application, Disabling JavaScript test framework has no effectKT-40407 Wizard: do not add stdlib by default for Gradle projects in wizardKT-39984 Update dukat version in toolchain near to release of 1.4-RCKT-32186 Make sure K/JS Reflection API documentation is correct and fix it.KT-37563 K/JS: stacktrace is not captured for exceptions without primary constructor inherited from Exception/ErrorKT-37752 Generated typescript incorrect for constructors of derived classesKT-37883 KJS: Generated TypeScript uses 'declare' rather than 'export'KT-38771 JS: support non-reified type parameters in typeOfKT-39873 Update Kotlin JavaScript wrappers due to NON_EXPORTABLE_TYPE diagnostic introductionKT-40126 [JS / IR] NPE while compiling interfaces with invoke which is passed as a delegateKT-40216 KJS / IR: AssertionError caused by an anonymous object in the dependency projectKT-33069 StringBuilder common functionsKT-35972 Add contract to builder functionsKT-37101 Mark following api with DeprecatedSinceKotlin("1.4")KT-38360 Make sure that JB libraries correctly define their npm deps and republish them (after KT-30619)KT-38817 'capitalize' should convert digraphs to title caseKT-40168 Remove StringBuilder.capacity from common and JS partsKT-40520 Assert during fake-override generationKT-40199 Commonizer loses nullability of abbreviated typesKT-40036 Add diagnostic that shows is serialization plugin compatible with serialization-runtimeKT-39755 [KJS / Gradle / Legacy mode] Directory with whitespace is not processedKT-39809 Kotlin Gradle plugin: ServiceConfigurationError: org.jetbrains.kotlin.gradle.plugin.KotlinGradleSubplugin: Provider org.jetbrains.kotlin.gradle.internal.AndroidSubplugin not a subtypeKT-39977 Collect statistics of used -Xjvm-default optionsKT-40300 Fail the build if in MPP plugin no targets configuredKT-38170 Investigate how to improve migration experience from pre 1.4.0 DSL to the new oneKT-39654 Default CSS settings in webpack has priority over user's settingsKT-39842 Kotlin/JS Gradle DSL: peerNpm dependency failsKT-40048 [Gradle, JS] Deprecate kotlin-frontend pluginKT-40067 [Gradle, JS] Public package.json for mixed JS/TS projectKT-40210 Fail the build when Kotlin/JS target is not (properly) configuredKT-40320 Gradle JS: make migration to the new Gradle DSL smootherKT-32239 Custom configurations inside Kotlin JVM Gradle projects can't properly resolve multiplatform dependenciesKT-39897 [Commonizer] Fast-pass for library fragments absent for some targetsKT-39739 J2K: Access is allowed from event dispatch thread with IW lock onlyKT-34604 KAPT: Flaky NPE through org.jetbrains.kotlin.kapt3.base.ProcessorLoader.doLoadProcessorsKT-36302 TypeTreeVisitor.visitMemberSelect IllegalStateException: node.sym must not be null on JDK 11KT-39876 KAPT: Serialization of classpath structure is incorrect if there are dependencies between types in jar/dirKT-37107 kotlinc allows calling default constructor of class with no constructorsKT-37406 NI: "UnsupportedOperationException: no descriptor for type constructor of TypeVariable(T)" when compiling *.gradle.kts fileKT-37483 Kotlin localisationKT-37629 False positive "Unsupported [literal prefixes and suffixes]" for infix functionKT-37808 "Resolve pasted references" dialog freezes UI for 20 seconds when pasting kotlin codeKT-37144 Completion goes into an infinite loop with Arrow 0.10.4 dependencyKT-37767 Debugger, NPE happens while stepping.KT-35135 UI freeze: not enough checkCancelled on resolve pathKT-37217 Replace UseExperimental with OptIn intention removes target prefixes for annotationsKT-38079 IDEA navigates to wrong line of source code from Native stack traceKT-37487 Destructuring declarations are called "destruction declarations" in UIKT-37696 MPP Gradle plugin: False positive parallel execution detection if build started with --continueKT-36095 201: False positive OVERLOAD_RESOLUTION_AMBIGUITY with Java Enum.valueOf and Enum.values() referenceKT-37040 'No explicit visibility in API mode' should not be reported on enum membersKT-37204 AssertionError: "No delegated property metadata owner for" with lazy inside inline functionKT-37029 Kotlin full stack app demo: update all involving versions to work with 1.3.70 releaseKT-34759 "PSI and index do not match" and high CPU usage when the library has enum with elements in quotes and internal lazy val in another part of codeKT-37200 StackOverflowError in LightMethodBuilder.equals when analysing Kotlin filesKT-37229 java.lang.NoSuchMethodError: 'com.intellij.psi.impl.light.LightJavaModule, com.intellij.psi.impl.light.LightJavaModule.findModule after updating kotlin plugin to 1.3.70KT-37273 No error in editor when typing unresolved reference in super constructor lambdaKT-37414 Not all imports are added on paste if code is formatted after pasteKT-37553 Run inspections after general highlight passKT-37545 Continuation indent for method's parameter changes in call chainKT-37537 IDE is missing or swallowing keystrokes when hint popups are displayedKT-36478 IDE suggests to use 'OptIn' annotation when it is not available in the used version of kotlin-stdlibKT-37294 False positive "Unused unary operator" on negative long annotation valueKT-36657 KotlinFindUsagesHandler#processElementUsages always return false if options.isSearchForTextOccurrences is falseKT-37451 Change of signature error: Type of parameter cannot be resolvedKT-37597 Support Suggest rename and change signature refactorings in Kotlin for IDEA 2020.1KT-36781 Override ConfigurationFactory::getId method in Kotlin plugin to avoid problems with localizationsKT-37386 Incorrect JS generated by the compiler: function is erased by the function parameterKT-36196 Investigate performance problems while resolving in projects with npm dependenciesKT-37264 In intermediate common source sets, internals are not visible from their dependsOn source sets during Gradle buildKT-37565 MPP plugin: Forbid parallel in-process execution of the Kotlin/Native compilerKT-37241 Kapt: Classpath entry points to a non-existent location: ...build/intermediates/javac/debug/classes...The release contents the JVM version of the Kotlin compiler, and also the Kotlin/Native compiler for the supported platforms: Linux, macOS and Windows.
KT-34648 Support custom messages for @RequiresOptIn-marked annotationsKT-14513 Suboptimal compilation of lazy delegated properties with inline getValueKT-19234 Improve "Supertypes of the following classes cannot be resolved" diagnosticKT-21178 Prohibit access of protected members inside public inline membersKT-24461 Expect interface with suspend function with default arguments causes runtime errorKT-25514 Support usage of function reference with vararg where function of array is expected in new inferenceKT-26435 Bad frame merge after inlineKT-27825 Gradually prohibit non-abstract classes containing abstract members invisible from that classes (internal/package-private)KT-27999 Generic type is fixed too early for lambda argumentsKT-28940 Concurrency issue for lazy values with the post-computation phaseKT-29242 Conditional with generic type Nothing inside inline function throws java.lang.VerifyError: Bad return typeKT-30244 Unable to infer common return type for two postponed argumentsKT-30245 Wrong type is inferred for lambda if it has expected type with an extension receiverKT-30277 Relax the "no reflection found in class path" warning for KType and related APIKT-30744 Invoking Interface Static Method from Extension method generates incorrect jvm bytecodeKT-30953 Missing unresolved if callable reference is used in the place in which common super type is computingKT-31227 Prohibit using array based on non-reified type parameters as reified type arguments on JVMKT-31242 "Can't find enclosing method" proguard compilation exception with inline and crossinlineKT-31411 Support mode of compiler where it analyses source-set as platform one, but produces only metadata for that specific source-setKT-31653 Incorrect transformation of the try-catch cover when inliningKT-31923 Outer finally block inserted before return instruction is not excluded from catch interval of inner try (without finally) blockKT-31975 No diagnostic on error typeKT-32106 New type inference: IDE shows error but the code compiles succesfullyKT-32138 New type inference: Invoking type-aliased extension function red in IDE, but compilesKT-32168 Problem in IDE with new type inference and delegate providerKT-32243 New type inference: Type mistmatch in collection type usageKT-32345 New type inference: Error when using helper method to create delegate providerKT-32372 Type inference errors in IDEKT-32415 Type mismatch on argument of super constructor of inner class callKT-32423 New type inference: IllegalStateException: Error type encountered: org.jetbrains.kotlin.types.ErrorUtils$UninferredParameterTypeConstructor@211a538e (ErrorType)KT-32435 New inference preserves platform types while old inference can substitute them with the nullable result typeKT-32456 New type inference: "IllegalStateException: Error type encountered" when adding emptyList to mutableListKT-32499 Kotlin/JS 1.3.40 - new type inference with toTypedArray() failureKT-32742 Gradle/JS "Unresolved Reference" when accessing setting field of Dynamic object w/ ReactKT-32818 Type inference failed with elvis operatorKT-32862 New type inference: Compilation error "IllegalArgumentException: ClassicTypeSystemContextForCS couldn't handle" with overloaded generic extension function reference passed as parameterKT-33033 New type inference: Nothing incorrectly inferred as return type when null passed to generic function with expression if statement bodyKT-33197 Expression with branch resolving to List<…> ultimately resolves to MutableList<…>KT-33263 "IllegalStateException: Type variable TypeVariable(T) should not be fixed!" with generic extension function and in varianceKT-33542 Compilation failed with "AssertionError: Suspend functions may be called either as suspension points or from another suspend function"KT-33544 "UnsupportedOperationException: no descriptor for type constructor of TypeVariable(R)?" with BuilderInference and elvis operatorKT-33592 New type inference: Missed error in IDE — Unsupported [Collection literals outside of annotations]KT-33932 Compiler fails when it encounters inaccessible classes in javac integration modeKT-34029 StackOverflowError for access to nested object inheriting from containing generic class at org.jetbrains.kotlin.descriptors.impl.LazySubstitutingClassDescriptor.getTypeConstructorKT-34060 UNUSED_PARAMETER is not reported on unused parameters of non-operator getValue/setValue/prodiveDelegate functionsKT-34282 Missing diagnostic of unresolved for callable references with overload resolution ambiguityKT-34391 New type inference: False negative EXPERIMENTAL_API_USAGE_ERROR with callable referenceKT-34395 KtWhenConditionInRange.isNegated() doesn't workKT-34500 CompilationException when loop range is DoubleArray and loop parameter is casted to super-type (e.g. Any, Number, etc.)KT-34647 Gradually rename experimentality annotationsKT-34649 Deprecate -Xexperimental flagKT-34743 Support trailing comma in the compilerKT-34779 JVM: "get()" is not invoked in optimized "for" loop over CharSequence.withIndex() with unused variable ("_") for the element in destructuring declarationKT-34786 Flaky type inference for lambda expressionsKT-34820 New type inference: Red code when expanding type-aliased extension function in LHS position of elvisKT-34888 Kotlin REPL ignores compilation errors in class declarationKT-35035 Incorrect state-machine generated for suspend lambda inside inline lambdaKT-35101 "AssertionError: Mapping ranges should be presented in inline lambda" with a callable reference argument to inline lambdaKT-35168 New type inference: "UninitializedPropertyAccessException: lateinit property subResolvedAtoms has not been initialized"KT-35172 New type inference: False positive type mismatch if nullable type after elvis and safe call inside lambda is returning (expected type is specified explicitly)KT-35224 New type inference: Java call candidate with varargs as Array<something> isn't present if SAM type was used in this callKT-35262 Suspend function with Unit return type returns non-unit value if it is derived from function with non-unit return typeKT-35426 IncompatibleClassChangeError: Method 'int java.lang.Object.hashCode()' must be Methodref constant when invoking on super with explicit generic typeKT-35843 Emit type annotations in JVM bytecode with target 1.8+ on basic constructionsKT-36297 New type inference: ClassNotFoundException: compiler emits reference to nonexisting class for code with nested inline lambdasKT-36719 Enable new inference in IDE since 1.3.70KT-31118 Provide missing documentation for StringBuilder membersKT-27496 Color Scheme: allow changing style for suspend function callsKT-30806 Add IntelliJ Color Scheme rules for property declarationsKT-34303 IDE should suggest to import an extension iterator function when using for loop with a rangeKT-34567 Feature: Auto add val keyword on typing data/inline class ctor parametersKT-34667 Add auto-import quickfix for overloaded generic functionKT-30726 Editor is laggy if the code below a current line has unresolved referenceKT-30863 IDE freeze on editing with "Add unambiguous imports on the fly" turned onKT-32868 Provide incremental analysis of file when it is applicableKT-33250 KtLightClassForSourceDeclaration.isFinal() can be very slow (with implications for class inheritor search)KT-33905 Optimize imports under reasonable progressKT-33939 Copy action leads to freezesKT-34956 UI Freeze: PlainTextPasteImportResolverKT-35121 Add support for KtSecondaryConstructors into incremental analysisKT-35189 Support incremental analysis of comment and kdocKT-35590 UI freeze in kotlin.idea.core.script.ScriptConfigurationMemoryCache when editing fileKT-10478 Move-statement doesn't work for methods with single-expression body and lambda as returning typeKT-13344 Reduce visual distraction of val keywordKT-14758 Move statement up shouldn't move top level declarations above package and import directivesKT-23305 We should be able to see platform-specific errors in common moduleKT-24399 No scrollbar in Kotlin compiler settingsKT-27806 UAST: @Deprecated(level=DeprecationLevel.HIDDEN) makes method disappearKT-28708 Java IDE fails to understand @JvmDefault on properties from binariesKT-30489 Kotlin functions are represented in UAST as UAnnotationMethodsKT-31037 Lambda expression default parameter 'it' sometimes is not highlighted in a call chainKT-31365 IDE does not resolve references to stdlib symbols in certain packages (kotlin.jvm) when using OSGi bundleKT-32031 UAST: Method body missing for suspend functionsKT-32540 Ultra light class support for compiler pluginsKT-33820 Stop using com.intellij.codeInsight.AnnotationUtil#isJetbrainsAnnotationKT-33846 Stop using com.intellij.openapi.vfs.newvfs.BulkFileListener.AdapterKT-33888 Bad indentation when copy-paste to trimIndent()KT-34081 Kotlin constants used in Java annotation attributes trigger "Attribute value must be constant" errorKT-34316 UAST: reified methods no longer visible in UASTKT-34337 Descriptors Leak in UltraLightClassesKT-34379 "Implement members" with unspecified type argument: "AssertionError: 2 declarations in override fun"KT-34785 Enter handler: do not add 'trimIndent()' in constKT-34914 Analysis sometimes isn't rerun until an out of code block changeKT-35222 SQL language is not injected to String array attribute of Java annotationKT-35266 Kotlin-specific setting "Optimize imports on the fly" is uselessKT-35454 Weird implementation of KtUltraLightFieldImpl.isEquivalentToKT-35673 ClassCastException on destructuring declaration with annotationKT-36008 IDEA 201: NSME: "com.intellij.openapi.progress.util.ProgressIndicatorUtils.awaitWithCheckCanceled(Future)" at org.jetbrains.kotlin.idea.util.ProgressIndicatorUtils.awaitWithCheckCanceled()KT-35088 Insert empty line between a declaration and declaration with commentKT-35106 Insert empty line between a declaration and declaration with annotationKT-4194 Code formatter should not move end of line comment after if condition to the next lineKT-12490 Formatter inserts empty line between single-line declarations in presence of commentKT-22273 Labeled statements are formatted incorrectlyKT-22362 Formatter breaks up infix function used in elvis operatorKT-23811 Formatter: Constructor parameters are joined with previous line if prefixed with an annotationKT-23929 Formatter: chained method calls: "Chop down if long" setting is ignoredKT-23957 Formatter tears comments away from file annotationsKT-30393 Remove unnecessary whitespaces between property accessor and its parameter list in formatterKT-31881 Redundant indent for single-line comments inside lamdbaKT-32277 Space before by delegate keyword on property is not formattedKT-32324 Formatter doesn't insert space after safe cast operator as?KT-33553 Formater does not wrap function chained expression body despite "chained function calls" settingsKT-34049 Formatter breaks string inside template expression with elvis operatorKT-35093 Formatter inserts empty line between single-line declarations in presence of annotationKT-35199 Wrong formatting for lambdas in chain callsKT-15286 Support import auto-completion for extension functions declared in objectsKT-23026 Code completion: Incorrect const in class declaration lineKT-23834 Code completion and auto import do not suggest extension that differs from member only in type parameterKT-25732 null keyword should have priority in completion sortKT-29840 const is suggested inside the class body, despite it's illegalKT-29926 Suggest lambda parameter names in IDE to improve DSL adoptionKT-31762 Completion: Parameter name is suggested instead of enum entry in entry constructorKT-32615 PIEAE for smart completion of anonymous function with importing name inside of functionKT-33979 No completion for functions from nested objectsKT-34150 No completion for object methods that override somethingKT-34386 Typo in Kotlin arg postfix completionKT-34414 Completion works differently for suspend and regular lambda functionsKT-34644 Code completion list sorting: do not put method before "return" keywordKT-35042 Selecting completion variant works differently for suspend and regular lambda parameterKT-36306 Code completion inlines content of FQN class if completion called in stringKT-12242 Breakpoint in a class is not hit if the class was first accessed in Evaluate ExpressionKT-16277 Can't set breakpoint for object constructionKT-20342 Step Over jumps to wrong position (KotlinUFile)KT-30909 "Kotlin variables" button looks inconsistent with panel styleKT-32704 ISE "Descriptor can be left only if it is last" on calling function with expression body inside Evaluate Expression windowKT-32736 Evaluate Expression on statement makes error or shows nothingKT-32741 "Anonymous functions with names are prohibited" on evaluating functions in Expression modeKT-33303 "Smart step into" doesn't work for library declarationsKT-33304 Can't put a breakpoint to the first line in fileKT-33728 Smart Step Into doesn't work for @InlineOnly functionsKT-35316 IndexNotReadyException on function breakpointKT-6316 Folding of multiline functions which don't have curly braces (expression-body functions)KT-35442 KotlinMPPGradleModelBuilder shows warnings on import because it can't find a not existing directoryKT-31976 Adding a space in build.gradle.kts leads to 'Gradle projects need to be imported' notificationKT-34441 *.gradle.kts: load all scripts configuration at project importKT-34442 *.gradle.kts: avoid just-in-case script configuration request to GradleKT-34530 Equal duplicate script definitions are listed three times in PreferencesKT-34740 Implement completion for implicit receivers in scripts with new scripting APIKT-34795 Gradle Kotlin DSL new project template: don't use setUrl syntax in settings.gradle.kts pluginManagement blockKT-35096 Duplicated “Kotlin Script” definition for Gradle/Kotlin projectsKT-35149 build.graldle.kts settings importing: configuration for buildSrc/prepare-deps/build.gradle.kts not loadedKT-35205 *.gradle.kts: avoid just-in-case script configuration request to Gradle while loading from FSKT-35563 Track script modifications between IDE restartsKT-34992 UI Freeze: Show parameter info leads to freezesKT-8478 Make 'Add parameter to function' quick fix work to parameters other than lastKT-12073 Report IDE inspection warning on pointless unary operators on numbersKT-18536 Provide proper quick fix for accidental override errorKT-34218 Merge 'else if' intentionKT-36018 'Missing visibility' and 'missing explicit return type' compiler and IDE diagnostics for explicit API modeKT-17659 Cannot access internal Kotlin declaration from Java test code within the same moduleKT-25271 "Remove redundant '.let' call" may introduce expression side effects several timesKT-29737 "Make internal/private/protected" intention works for either expect or actual sideKT-31967 Typo in inspection name: "'+=' create new list under the hood"KT-32582 Ambiguous message for [AMBIGUOUS_ACTUALS] error (master)KT-33109 "Add constructor parameters" quick fix should add default parameters from super classKT-33123 False positive "Redundant qualifier name" with inner class as constructor parameter for outerKT-33297 Improve parameter name in Add parameter to constructor quick fixKT-33526 False positive "Redundant qualifier name" with enum constant initialized with companion object fieldKT-33580 False positive "Redundant visibility modifier" overriding property with protected set visibilityKT-33771 False positive "Redundant Companion reference" with Java synthetic property and same-named object propertyKT-33796 INVISIBLE_SETTER: quick fix "Make '<set-attribute>' public" does not remove redundant setterKT-33902 False positive for "Remove explicit type specification" with type alias as return typeKT-33933 "Create expect" quick fix generates the declaration in a default source set even if an alternative is chosenKT-34078 ReplaceWith does not work if replacement is fun in companion objectKT-34297 "Add 'replaceWith' argument" inserts positional instead of named argumentKT-34325 "Control flow with empty body" inspection should not report ifs with commentsKT-34411 Create expect/actual quick fix: focus is lost in the editor (193 IDEA)KT-34432 Replace with safe call intention inserts redundant elvis operatorKT-34603 "Remove redundant '.let' call" false negative for reference expressionKT-34694 "Terminate preceding call with semicolon" breaks lambda formattingKT-34784 "Indent raw string" intention: do not suggest in constKT-34894 Action "Add not-null asserted (!!) call" doesn't fix error for properties with omitted thisKT-35022 Quickfix "change to var" doesn't remove const modifierKT-35208 NPE from PerModulePackageCacheServiceKT-35242 Text-range based inspection range shifts wrongly due to incremental analysis of whitespace and commentsKT-35288 False positive "Remove braces from 'when' entry" in 'when' expression which returns lambdaKT-35837 Editing Introduce import alias does not affect KDocKT-36020 Intention 'Add public modifier' is not available for highlighted declaration in explicit api modeKT-36021 KDoc shouldn't be highlighted on 'visibility must be specified' warning in explicit api modeKT-36307 False positive "Remove redundant '.let' call" for nested lambda change scope referenceKT-33321 In IDE, actuals of intermediate test source set are incorrectly matched against parent main source-set (not test one)KT-30736 References for import alias from kotlin library not found using ReferencesSearch.searchKT-35310 PIEAE: "During querying provider Icon preview" at ClsJavaCodeReferenceElementImpl.multiResolve() on navigation to Kotlin declarationKT-24122 Long pauses with "removing redundant imports" dialog on rename refactoring for IDEA Kotlin PluginKT-18191 Refactor / Copy multiple files/classes: package statements are not updatedKT-18539 Default implement fun/property text shouldn't contain scary commentKT-28607 Extract/Introduce variable fails if caret is just after expressionKT-32514 Moving file in with 'search for references' inlines contents in referred source codeKT-32601 Introduce variable in unformatted lambda causes PIEAEKT-32999 Renaming parameter does not rename usage in named argument in a different fileKT-33372 Rename resource cause its content to be replacedKT-34415 Refactor > Change signature of an overridden actual function from a platform class: "org.jetbrains.kotlin.descriptors.InvalidModuleException: Accessing invalid module descriptor"KT-34419 Refactor > Change signature > add a function parameter: "org.jetbrains.kotlin.descriptors.InvalidModuleException: Accessing invalid module descriptor"KT-34459 Change method signature with unresolved lambda type leads to errorKT-34971 Refactor / Copy for declarations from different sources throws IAE: "unexpected element" at CopyFilesOrDirectoriesHandler.getCommonParentDirectory()KT-35689 Change Signature: "InvalidModuleException: Accessing invalid module descriptor" on attempt to change receiver type of a member abstract functionKT-35903 Change Signature refactoring crashes by InvalidModuleException on simplest examplesKT-34632 Kotlin/JS: Can not run single test methodKT-35038 Running a test in a multi-module MPP project via IntelliJ Idea gutter action produces incorrect Gradle Run configurationKT-34688 Many "scanning dependencies for script definitions progresses at the same timeKT-35886 UI Freeze: ScriptClassRootsCache.hasNotCachedRoots 25 secondsKT-33787 IDE tests: Not able to run single test using JUnitKT-36043 Gradle, JS: Add continuous-mode run configuration in New Project Wizard templatesKT-35584 New Project wizard: module names restrictions are too strong with no reasonKT-35690 New Project wizard: artifact and group fields are mixed upKT-35694 New Project wizard creates settings.gradle.kts even for Groovy DSLKT-35695 New Project wizard uses kotlin () call for dependencies in non-MPP Groovy-DSL JVM projectKT-35710 New Project wizard creates non-Java source/resource roots for Kotlin/JVM JPSKT-35711 New Project wizard: Maven: "Kotlin Test framework" template adds wrong dependencyKT-35712 New Project wizard: source root templates: switching focus from root reverts custom settings to defaultKT-35713 New Project wizard: custom settings for project name, artifact and group ID are reverted to default on Previous/NextKT-35715 New Project wizard: Maven: custom repository required for template (ktor) is not added to pom.xmlKT-35718 New Project wizard: Gradle: ktor: not existing repository is addedKT-35719 New Project wizard: Multiplatform library: entryPoint specifies not existing class nameKT-35720 New Project wizard: Multiplatform library: Groovy DSL: improve the script for nativeTarget calculationKT-35198 Kotlin/JS: with references to NPM/.kjsm library DCE produces invalid resulting JavaScriptKT-36349 KJS: JS DCE use file's timestamps to compare files. It conflicts with gradle configuration 'preserveFileTimestamps = false'.KT-30517 KJS generates wrong call for secondary constructor w/ default argument when class inherited by object expressionKT-33149 Lambda is not a subtype of Function<*>KT-33327 JS IR backend works incorrectly when function and property have the same nameKT-33334 JS IR backend can't access private var from internal inline functionKT-7657 scan() functions for Sequences and IterableKT-15363 Builder functions for basic containersKT-21327 Add Deque & ArrayDeque to Kotlin standard libraryKT-33069 StringBuilder common functionsKT-33761 reduceOrNull: reduce that doesn't throw on empty inputKT-35347 Create method Collection.randomOrNull()KT-36118 Provide API for subtyping relationship between CoroutineContextKey and elements associated with this keyKT-17544 JS: document array destructuring behaviorKT-33141 UnderMigration annotation is defined in Kotlin, but supposed to be used from JavaKT-33447 runCatching docs suggests it catches exceptions but it catches throwablesKT-35175 Clarify documentation for XorWowRandomKT-35299 Float.rangeTo(Float): ClosedFloatingPointRange<Float> doesn't exist in the common stdlib.KT-14720 Move KClass.cast / KClass.isInstance into kotlin-stdlibKT-33646 Make KClass.simpleName available on JVM without kotlin-reflect.jarKT-34586 Make KClass.qualifiedName available on JVM without kotlin-reflect.jarKT-29933 Support relative paths in -Xfriend-pathsKT-34119 Add JVM target bytecode version 13KT-34240 CLI kotlinc help -include-runtime has redundant spaceKT-25206 Delegate build/run to gradle results regularly in cannot delete proto.tab.value.sKT-35181 Make kapt Gradle tasks compatible with instant executionKT-30659 Run NodeJS debugger when running debug gradle task from IDEAKT-32129 Karma: support debuggingKT-32179 DSL: allow npm in root dependencies section of single platform projectsKT-32283 Webpack: Allow to configure Webpack modeKT-32323 Webpack: support optimized webpack bundleKT-32785 Webpack: Asset bundling in distributions folderKT-30917 Tests: Inner classes mapped incorrectly in short test fail messageKT-31894 ithout Kotlin sources browserRun makes the build failKT-34946 DCE require some/all transitive dependencies. Invalid compilation result otherwiseKT-35318 IllegalStateException on clean build with left-pad package and generateKotlinExternals=trueKT-35428 Gradle dependency with invalid package.jsonKT-35598 Actualize NPM dependencies in 1.3.70KT-35599 Actualize Node and Yarn versions in 1.3.70KT-36714 Webpack output doesn't consider Kotlin/JS exports (library mode)KT-31570 Deprecate Kotlin 1.2.x MPP Gradle pluginsKT-35126 Support Gradle instant execution for Kotlin/JVM and Android tasksKT-36469 Dependencies with compileOnly scope are not visible in Gradle build of MPP with source set hierarchies supportKT-29395 Allow setting custom destination directory for Kotlin/Native binariesKT-31542 Allow changing a name of a framework created by CocoaPods Gradle pluginKT-32750 Support subspecs in CocoaPods pluginKT-35352 MPP Gradle plugin: Support exporting K/N dependencies to shared and static librariesKT-35934 Gradle MPP plugin: Spaces are not escaped in K/N compiler parametersKT-35958 Kotlin/Native: Gradle: compiling test sources with no sources in main roots halts the Gradle daemonKT-21811 Convert string concatenation into multiline stringKT-16774 UI Freeze: J2K, PlainTextPasteImportResolve: IDEA freezes for 10+ seconds when copy-pasting Java code from external source to Kotlin fileKT-18001 Multi-line comments parsed inside Kdoc commentsKT-19574 Code with inferred default parameters and parameter vs property name clashesKT-32551 Non-canonical modifiers order inspection is not applied during convertion of inner super classKT-33637 Property with getter is converted into incompailable code if backing field was not generatedKT-34673 First comment in function (if, for, while) block is moved to declaration line of blockKT-35081 Invalid code with block comment (Javadoc)KT-35152 J2K breaks formatting by moving subsequent single line comments to first columnKT-35395 UninitializedPropertyAccessException through org.jetbrains.kotlin.nj2k.conversions.ImplicitCastsConversion when anonymous inner class passes itself as argument to outer methodKT-35431 "Invalid PSI class com.intellij.psi.PsiLambdaParameterType" with lambda argument in erroneous codeKT-35476 Expression with compound assignment logical operator is changing operator precedence without parenthesesKT-35478 Single line comment before constructor results in wrong codeKT-35739 Line break is not inserted for private property getterKT-35831 Error on inserting plain text with \r charKT-34274 Add support for @CompilerOptions annotation in kotlin-main-ktsKT-34716 Implement default cache in main-ktsKT-34893 Update apache ivy version in kotlin-main-ktsKT-35413 Implement "evaluate expression" command line parameter and functionality in the JVM cli compilerKT-35415 Implement script and expression evaluation in the kotlin runnerKT-35416 load main-kts script definition by default in the jvm compiler, if the jar is availableKT-30164 Default field value not transmitted to Java source model for mutable propertiesKT-30368 Deprecated information not transmitted to Java source modelKT-32832 Turn worker API on by defaultKT-33617 Java 9+: "IllegalStateException: Should not be called!"KT-34167 Annotation Processor incorrectly marked as isolating causes full rebuild silently.KT-34258 kapt.incremental.apt=true makes build failed after moving annotation processor filesKT-34569 Kapt doesn't handle methods with both the @Override annotation and override keywordKT-36113 Enabling kapt.incremental.apt makes remote build cache miss via classpathStructure$kotlin_gradle_plugin propertyKT-35004 "AssertionError: Unsigned type expected" in when range check in extension on unsigned typeKT-34923 [Regression] KtUltraLightMethod.hasModifierProperty("native") returns false for external Kotlin functionsKT-21445 W3C DOM Touch events and interfaces are incomplete / missingKT-34991 kotlinx.serialization: False warning "Explicit @Serializable annotation on enum class is required when @SerialName or @SerialInfo annotations are used on its members"The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows).
KT-27170 Android lint tasks fails in Gradle with MPP dependencyKT-31230 Refine rules for allowed Array-based class literals on different platforms: allow Array::class everywhere, disallow Array<...>::class on non-JVMKT-33413 Allow 'break' and 'continue' in 'when' statement to point to innermost surrounding loopKT-14513 Suboptimal compilation of lazy delegated properties with inline getValueKT-28507 Extra InlineMarker.mark invocation in generated suspending function bytecodeKT-29229 Intrinsify 'in' operator for unsigned integer rangesKT-7354 Confusing error message when trying to access package local java classKT-9310 Don't make interface and DefaultImpls methods synchronizedKT-11430 Improve diagnostics for dangling lambdasKT-16526 Provide better error explanation when one tries to delegate var to read-only delegateKT-20258 Improve annotation rendering in diagnostic messagesKT-22275 Unify exceptions from null checksKT-27503 Private functions uses from inside of suspendCoroutine go though accessorKT-28938 Coroutines tail-call optimization does not work for generic returns that had instantiated to UnitKT-29385 "AnalyzerException: Expected an object reference, but found I" for EXACTLY_ONCE non-inline contract with captured class constructor parameterKT-29510 "RuntimeException: Trying to access skipped parameter" with EXACTLY_ONCE contract and nested call of crossinline lambdaKT-29614 java.lang.VerifyError: Bad type on operand stack - in inlining, crossinline in constructor with EXACTLY_ONCE contractKT-30275 Get rid of session in FirElementKT-30744 Invoking Interface Static Method from Extension method generates incorrect jvm bytecodeKT-30785 Equality comparison of inline classes results in boxingKT-32217 FIR: support delegated properties resolveKT-32433 NI: UninferredParameterTypeConstructor with class propertyKT-32587 NI: Type mismatch "String" vs "String" in IDE on generic .invoke on generic delegated propertyKT-32689 Shuffled line numbers in suspend functions with elvis operatorKT-32851 Constraint for callable reference argument doesn't take into account use-site varianceKT-32864 The line number of assertFailsWith in suspending function is lostKT-33125 NI: "Rewrite at slice INDEXED_LVALUE_SET" with Mutable Map set index operator inside "@kotlin.BuilderInference" blockKT-33414 'java.lang.AssertionError: int type expected, but null was found in basic frames' in kotlin-io while building library trainKT-33421 Please make NOTHING_TO_INLINE warning shorterKT-33504 EA-209823 - ISE: ProjectResolutionFacade$computeModuleResolverProvider$resolverForProject$$.invoke: Can't find builtIns by key CacheKeyBySdkKT-33572 Scripting import with implicit receiver doesn't workKT-33821 Compiler should not rely on the default locale when generating boxing for suspend functionsKT-18541 Prohibit "tailrec" modifier on open functionsKT-19844 Do not render type annotations on symbols rendered in diagnostic messagesKT-24913 KotlinFrontEndException with local class in init of generic classKT-28940 Concurrency issue for lazy values with the post-computation phaseKT-31540 Change initialization order of default values for tail recursive optimized functionsKT-26212 Update docs to explicitly mention that union is opposite of intersectKT-34086 Website, stdlib api docs: unresolved link jvm/stdlib/kotlin.text/-charsets/CharsetKT-8581 'Move Statement' doesn't work for statement finished by semicolonKT-9204 Shorten references and some other IDE features have problem when package name clash with class nameKT-17993 Annotations are colored the same as language keywordsKT-21037 LazyLightClassMemberMatchingError$WrongMatch “Matched :BAR MemberIndex(index=0) to :BAR MemberIndex(index=1) in KtLightClassImpl” after duplicating values inside enum classKT-23305 We should be able to see platform-specific errors in common moduleKT-23461 Move statement up/down attaches a comment block to the function being movedKT-26960 IDE doesn't report actual without expect placed into a custom platform-agnostic source setKT-27243 LazyLightClassMemberMatchingError when overriding hidden memberKT-28404 Gradle configuration page is missing from a New Project Wizard creation flow for multiplatform templatesKT-30824 No highlighting of declaration/usage of function with functional-type (lambda) parameter on its usageKT-31117 AssertionError at CompletionBindingContextProvider._getBindingContext when typing any character within string with injected KotlinKT-31139 "Override members" on enum inserts semicolon before enum bodyKT-31810 Paste inside indented .trimIndent() raw string doesn't respect indentationKT-32401 Exceptions while running IDEA in headless mode for building searchable optionsKT-32543 UltraLight support for Kotlin collections.KT-32544 Support UltraLight classes for local/anonymous/enum classesKT-32799 2019.2 RC (192.5728.74) Kotlin plugin exception during build searchable options (Directory index may not be queried for default project)KT-33008 IDEA does not report in MPP: Upper bound of a type parameter cannot be an arrayKT-33316 Kotlin Facet: make sure the order of allPlatforms value is fixedKT-33561 LazyLightClassMemberMatchingError when overloading synthetic memberKT-33584 Make kotlin light classes return no-arg constructor when no-arg (or jpa) compiler plugin is enabledKT-33775 please remove usages of org.intellij.plugins.intelliLang.inject.InjectorUtils#putInjectedFileUserData(com.intellij.lang.injection.MultiHostRegistrar, com.intellij.openapi.util.Key<T>, T) deprecated eons agoKT-33813 Poor formatting of 'Selected target platforms' and 'Depends on' in facet settingsKT-33937 delay() completion from kotlinx.coroutines causes happening of root package in codeKT-33973 Kotlin objects could abuse idea plugin functionalityKT-34000 Import quickfix does not work for extension methods from objectsKT-34070 "No target platforms selected" message for commonTest facet at mobile shared library projectKT-34191 Since-build .. until-build compatibility ranges are the same for 192 and 193 IDE pluginsKT-21153 IDE: string template + annotation usage: ISE: "Couldn't get delegate" at LightClassDataHolderKt.findDelegate()KT-33352 "KotlinExceptionWithAttachments: Couldn't get delegate for class" on nested class/objectKT-34042 "Error loading Kotlin facets. Kotlin facets are not allowed in Kotlin/Native Module" in 192 IDEAKT-34237 MPP with Android target: common* source sets are not shown as source roots in IDEKT-33626 Deadlock with Kotlin LockBasedStorageManager in IDEA commit dialogKT-34402 Unresolved reference to Kotlin.test library in CommonTest in Multiplatform project without JVM targetKT-34639 Multiplatform project with the only (Android) target is incorrectly imported into IDEKT-10340 Import completion unable to shorten fq-names when there is a conflict between package name and local identifierKT-17689 Code completion for enum typealias doesn't show membersKT-28998 Slow completion for build.gradle.kts (Kotlin Gradle DSL script)KT-30996 DSL extension methods which are not applicable are offered for completionKT-31902 Fully qualified name is used for delay instead of import and just method nameKT-33903 Duplicating completion for imported extensions from companion objectsKT-10984 Disallow placing line breakpoints without executable code (changed)KT-22116 Support function breakpointsKT-24408 @InlineOnly: Misleading status for breakpoints in inline functionsKT-27645 Debugger breakpoints do not work in suspend function executed in SpringBoot controller (MVC and WebFlux)KT-32687 Disallow breakpoints for @InlineOnly function bodiesKT-32813 Exception on invoking "Smart Step Into"KT-32830 NPE on changing class property in Evaluate Expression windowKT-33064 “Read access is allowed from event dispatch thread or inside read-action only” from KotlinLineBreakpointType.createLineSourcePosition on adding new line before the current one while stopping on breakpointKT-11395 Breakpoint inside lambda argument of InlineOnly function doesn't workKT-6314 Folding of "when" constructionKT-33038 Package prefix is not imported in non-MPP projectKT-33987 Serialization exception during importing Kotlin project in IDEA 192KT-32960 KotlinMPPGradleModelBuilder takes a long time to process when syncing non-MPP project with IDEKT-34424 With Kotlin plugin in Gradle project without Native the IDE fails to start Gradle task: "Kotlin/Native properties file is absent at null/konan/konan.properties"KT-34256 Fail to use multiplatform modules with dependsOn with android pluginKT-34663 Low performance of MPP 1.2 during import with module-per-source-set enabledKT-31766 Gradle Kotlin DSL new project template: use type-safe model accessorsKT-34463 New Gradle-based project template misses pluginManagement{} block in EAP branchKT-31767 Gradle Kotlin DSL new project template: use settings.gradle.ktsKT-26431 Quickfix to remove redundant labelKT-28049 Suggest import quickfix for operator extension functionsKT-29622 "Move to separate file" intention should also work for sealed classKT-33178 Use a new compiler flag -Xinline-classes during enabling the feature via IDEA intentionKT-33586 "Constructors are not allowed for objects" diagnostic needs quickfix to change object to classKT-12291 Override/Implement Members: better member positioning inside the classKT-14899 Quickfix "Create member function" inserts too many semicolons when applied to EnumKT-15700 "Convert lambda to reference" does not work with backtick-escaped referencesKT-18772 "Introduce subject to when": don't choose an object or a constant as the subjectKT-21172 Join declaration and assignment should place the result at the assignment, not at declarationKT-25697 Replace with dot call quickfix breaks formattingKT-26635 An empty line is added after actual modifier on "Create actual annotation class..." quick fix applied to annotation if it is annotated with commentKT-27270 "Add jar to classpath" quick fix modifies build.gradle of MPP project in a way that fails to be importedKT-28471 "Add initializer" quickfix initializes non-null variable with nullKT-28538 create expected ... quick fix illegally creates expect member with a usage of a platform-specific typeKT-28549 Create actual/expect quick fix for class/object doesn't add import for an inherited memberKT-28620 Create expect/actual ... quick fix could save @Test annotation on generationKT-28740 AE “2 declarations in var bar: [ERROR : No type, no body]” after applying “Create actual class” quick fix for class with property which has not specified typeKT-28947 Backing field has created after applying “Create expected class in common module...” intentionKT-30136 False negative "Redundant explicit 'this'" with local variableKT-30794 Quickfix for unchecked cast produces invalid codeKT-31133 Liveness analysis on enum does not take into account calls to 'values'KT-31433 Incorrect "Create expected class..." for class with supertypeKT-31475 "Create expect..." should delete 'override' modifierKT-31587 Redundant private modifier before primary constructor after create actual classKT-31921 "Create expected ..."/"Create actual..." quick fix: val and vararg modifiers are misordered in the generated expect/actual declarationKT-31999 "Variable declaration could be moved into when" inspection suggests to inline expression containing return (throw) statementKT-32012 Change parameter type quick fix: Don't use qualified nameKT-32468 False positive SimplifiableCall "filter call could be simplified to filterIsInstance" with expression body function and explicit return typeKT-32479 False positive "Redundant overriding method" with derived property and base function starting with get, set or is (Accidental override)KT-32571 "Create expect" quick fix incorrectly treats multiplatform stdlib typealiased types as platform-specific onesKT-32580 "Remove braces" QF for single-expression function with inferred lambda return type: "ClassCastException: class kotlin.reflect.jvm.internal.KClassImpl cannot be cast to class kotlin.jvm.internal.ClassBasedDeclarationContainer"KT-32582 Ambiguous message for [AMBIGUOUS_ACTUALS] error (master)KT-32586 "Make member open" quick fix doesn't update all the related actualisations of an expected memberKT-32616 "To ordinary string literal" doesn't remove indents, newlines and trimIndentKT-32642 "Create expect" quick fix doesn't warn about a platform-specific annotation applied to the generated memberKT-32650 "Replace 'if' with 'when'" removes braces from 'if' statementKT-32694 "Create expect"/"create actual" quick fix doesn't transfer use-site annotationsKT-32737 "Create expect" quick fix adds actual modifier to an interface function with default implementation without a warningKT-32768 "Create expect" quick fix doesn't warn about a local supertype of an actual class while generating an expected declarationKT-32829 "Add .jar to the classpath" quick fix creates "compile"/"testCompile" dependencies in build.gradleKT-32972 No "remove braces" inspection for ${this}KT-32981 "Create enum constant" quick fix adds redundant empty lineKT-33060 "Cleanup code" does not remove 'final' keyword for overridden function with non-canonical modifiers orderKT-33115 "Replace overloaded operator with function call" intention should not be shown on incomplete expressionsKT-33150 Don't suggest create expect function from function with private modifierKT-33153 False positive "Redundant overriding method" when overriding package private methodKT-33204 False positive "flatMap call could be simplified to flatten()" with ArrayKT-33299 "Create type parameter from usage" should work with backticksKT-33300 "Create type parameter from usage" suggests for top level propertyKT-33302 KNPE after "Create type parameter from usage" with typealiasKT-33357 'java.lang.Throwable: Assertion failed: Refactorings should be invoked inside transaction 'exception occurs when extracting sealed class from file with the same nameKT-33362 Inspection "Extract class from current file" is not available for 'sealed' keywordKT-33437 “Argument rangeInElement (0,1) endOffset must not exceed descriptor text range (0, 0) length (0).” on creating Kotlin Script files inside packageKT-33612 "Replace with safe call" quick fix moves code to another lineKT-33660 "Convert to anonymous object" with nested SAM interface inserts object keyword in the wrong placeKT-33718 "Create enum constant" quick fix adds after semicolonKT-33754 Improve error hint message for "Create expect/actual..."KT-33880 "Convert to range check" produces code that is subject to ReplaceRangeToWithUntil for range with exclusive upper boundKT-33930 Don't suggest "create expect" quick fix on lateinit and const top-level propertiesKT-33981 “KotlinCodeInsightWorkspaceSettings is registered as application service, but requested as project one” on opening QF menu for some fixes in IJ193KT-32965 False positive "Redundant qualifier name" with nested enum member callKT-33597 False positive "Redundant qualifier name" with class property initialized with same-named object propertyKT-33991 False positive "Redundant qualifier name" with enum member function callKT-34113 False positive "Redundant qualifier name" with Enum.values() from a different EnumKT-20777 KDoc: Type parameters are not shown in sample codeKT-26333 IDE incorrectly requires actual implementations to be present in all the project source setsKT-28537 Platform-specific type taken from a dependency module isn't reported in common codeKT-32562 Provide a registry key to enable/disable hierarchical multiplatform mechanism in IDEKT-28075 Duplicate "implements" gutter icons on some interfacesKT-30052 Duplicated "is subclassed" editor gutter iconsKT-33182 com.intellij.idea.IdeStarter#main has four (!) icons, should be twoKT-33329 IllegalArgumentException in REPLKT-24929 'Search for references' checkbox state isn't saved on move of kotlin fileKT-30342 Move refactoring: suggest file name starting with an uppercase letterKT-32426 Invalid code format after "Pull Members Up" on function with comment and another indentKT-32496 "Problems Detected" dialog message about conflicting declarations on moving file to another package is absolutely unreadableKT-33059 Exception [Assertion failed: Write access is allowed inside write-action only] in case of Move class to nonexistent folderKT-33972 Change signature should affect all hierarchyKT-34366 Implement gutters for running tests (multi-platform projects)KT-23986 No access to stdout output in Kotlin scratchKT-23989 Scratch: allow copy of a scratch outputKT-28910 Add hint for Make before Run checkboxKT-29407 strange output for long stringsKT-31295 Kotlin worksheet in projects, not as scratch filesKT-32366 Sidebar as alternative output layoutKT-33585 Synchronized highlighting of the main editor and side panelKT-30206 Settings / ... / Kotlin Scripting with no project opened causes ISE: "project.baseDir must not be null" at ScriptTemplatesFromDependenciesProvider.loadScriptDefinitions()KT-32513 Intellij hangs in ApplicationUtilsKt.runWriteAction through ScriptDependenciesLoader$submitMakeRootsChange$doNotifyRootsChanged$1.runKT-27587 Bump Android build tools version at Multiplatform (Android/iOS) template of the New Project WizardKT-33927 MPP, Kotlin New project wizard: broken project generationKT-34108 Gradle Kotlin DSL: generated project with tasks element fails on configuration stage with Gradle 4.10KT-34154 New Project wizard: build.gradle.kts: type-safe code sets JVM 1.8 for main, but JVM 1.6 for testKT-34229 New Project wizard: IDEA 193+: Mobile Android/iOS: creating another project of this type tries to write into previous oneKT-12935 Generated source maps for JS mention nonexistent dummy.ktKT-26701 JS, rollup.js: Application can't depend on a library if both sourcemaps reference "dummy.kt"KT-26309 Avoid division in string-to-number conversionsKT-27545 File.copyTo: unclear error message when it fails to delete the destinationKT-28804 Wrong parameter name in kotlin.text.contentEqualsKT-32024 Modify Iterable<T>.take(n) implementation not to call .next() more than necessaryKT-32532 MutableList<T>.removeAll is lacking documentationKT-32728 CollectionsKt.windowed throws IllegalArgumentException (Illegal Capacity: -1) when size param is Integer.MAX_VALUE due to overflow operationKT-33864 Read from pseudo-file system is emptyKT-13936 KotlinReflectionInternalError on invoking callBy on overridden member with inherited default argument valueKT-17860 Improve KParameter.toString for receiver parametersKT-17045 Drop MaxPermSize support from compiler daemonKT-32259 org.jetbrains.annotations module exported from embeddable compiler, causes problems in Java modular buildsKT-32096 IDE plugin doesn't recognize that Parcelize is no longer experimentalKT-24991 CLI: Empty classpath in kotlin script except for kotlin-runner.jarKT-26624 Set Thread.contextClassLoader when running programs with 'kotlin' launcher script or scripts with 'kotlinc -script'KT-24966 Classloader problems when running basic kafka example with kotlin and kotlincKT-29471 output from jvm-api-gen plugin on classpath crashes downstream kotlinc-jvm: inline method with inner classKT-33630 cannot use @kotlinx.serialization.Transient and lateinit together on 1.3.50KT-32992 Enable assertions in Kotlin Compile DaemonKT-33027 Compilation with daemon fails, because IncrementalModuleInfo#serialVersionUID does not matchKT-20760 Kotlin Gradle Plugin doesn't allow for configuring friend paths through APIKT-34009 Associate compilations in the target–compilation project modelKT-31666 Kotlin plugin configures all tasks in a project when kotlin.incremental is enabledKT-17630 User test Gradle source set code cannot reach out internal members from the production codeKT-22213 Android Extensions experimental mode doesn't work with Gradle Kotlin DSLKT-31077 android.kotlinOptions block is lacking its typeKT-31641 Kapt configurations miss attributes to resolve MPP dependencies: Cannot choose between the following variants ...KT-31713 ConcurrentModificationException: Realize Pending during execution phaseKT-32678 Bugfixes in HMPP source set visibilityKT-32679 Testing & test tasks API in the target–compilation modelKT-32804 Kapt-generated Java sources in jvm+withJava MPP module are not compiled and bundledKT-32853 ConcurrentModificationException when compiling with Gradle.KT-32872 Gradle test runner for Native does not show failed build if process quit without starting printing results.KT-33105 kapt+withJava in multiplatform module depending on other multiplatform fails on 1.3.50-eap-54KT-33469 Drop support for Gradle versions older than 4.3 in the Kotlin Gradle pluginKT-33470 Drop support for Gradle versions older than 4.9 in the Kotlin Gradle pluginKT-33980 Read the granular source sets metadata flag value once and cache it for the current Gradle buildKT-34312 UnsupportedOperationException on requiresVisibilityOf in the Kotlin Gradle pluginKT-31478 Gradle, JS tests, Karma: Support sourcemaps in Gradle stacktracesKT-32073 Gradle, JS, karma: parse errors and warnings from karma outputKT-32075 Gradle, JS, karma: download chrome headless using puppeteerKT-31663 Gradle/JS: with not installed browser specified for browser test the response is "Successful, 0 tests found"KT-32216 Gradle, JS, tests: filter doesn't workKT-32224 In Gradle Kotlin/JS projects, the browserWebpack task does not rerun when the main compilation's outputs changeKT-32281 Gradle, JS, karma: Headless chrome output is not capturedKT-33288 JS: Incorrect bundle with webpack output.library and source mapsKT-33313 When a Kotlin/JS test task runs using a custom compilation, it doesn't track the compilation outputs in its up-to-date checksKT-33547 Template JS Client and JVM Server works wrong on 1.3.50 KotlinKT-33549 Gradle Kotlin/JS external declarations: search for typings key inside package.jsonKT-33579 Js tests with mocha cannot be runKT-33710 Task "generateExternals" for automatic Dukat execution does not workKT-33716 Gradle, Yarn: yarn is not downloading via YarnSetupTaskKT-34101 CCE class org.jetbrains.kotlin.gradle.targets.js.testing.KotlinJsTest_Decorated cannot be cast to class org.gradle.api.provider.Provider on importing Gradle project with JSKT-34123 "Cannot find node module "kotlin-test-js-runner/kotlin-test-karma-runner.js"" in JS Client and JVM Server new project wizard templateKT-32319 Gradle, js, webpack: source-map-loader failed to load source contents from relative urlsKT-33417 NodeTest failed with error "Failed to create MD5 hash" after NodeRun is executedKT-33747 Exception doesn't fail the test in kotlin js node runnerKT-33828 jsPackageJson task fails after changing artifact origin repositoryKT-34460 NPM packages clash if declared in dependencies and devDependencies bothKT-34555 [Kotlin/JS] Unsafe webpack config mergeKT-33076 MPP Gradle plugin: Produce final native binaries from compilation output instead of sourcesKT-33645 Kotlin/Native: Compilation failure if a library passed by the -Xinclude option contains a constructor annotated with @OverrideInitKT-34259 MPP Gradle plugin: Support fat frameworks for watchOS and tvOSKT-34329 Support watchOS and tvOS in CocoaPods Gradle pluginKT-7940 J2K: convert Integer.MAX_VALUE to Int.MAX_VALUEKT-22412 J2K: Intention to replace if(...) throw IAE with requireKT-22680 Request: when converting Java->Kotlin, try to avoid creating functions for constant fields (static final)KT-33725 Java->Kotlin converter on paste performs expensive reparse in unrelated contextsKT-33854 J2K conversion of Interface freezes UI for more than 10 seconds without progress dialogKT-33875 [NewJ2K] InspectionLikeProcessingGroup pipeline rework: query isApplicable in parallel for all element first, apply relevant after in EDTKT-19603 A mutable container property updated from another class converts to red codeKT-19607 Static member qualified by child class converted to red codeKT-20035 Automatic conversion from Java 1.8 to Kotlin 1.1.4 using Idea 2017.2.2: null!!KT-21504 J2K: Convert Long.parseLong(s) to s.toLong()KT-24293 Bug: conversion of Java "List" into Kotlin doesn't produce "MutableList"KT-32253 Converting Java class with field initialized by constructor parameter used to initialize a different field or named as a different field produces red codeKT-32696 New J2K: java List is wrongly converted when pasting it to Kotlin fileKT-32903 J2K: Static import is converted to unresolved referenceKT-33235 Remove "Replace guard clause with kotlin's function call" inspection and tranform it to J2K post-processingKT-33434 UninitializedPropertyAccessException occurs after J2K convertion of package with custom functional interface and it's usageKT-33445 Two definitions of org.jetbrains.kotlin.idea.j2k.J2kPostProcessing in Kotlin 1.3.50-rcKT-33500 Unresolved reference after J2K convertion of isNaN/isFiniteKT-33556 J2K converter fails on statically imported global overloaded functionsKT-33679 Result of assignment with operation differs in kotlin after J2K conversionKT-33687 Extra empty lines are added after comment after J2K conversionKT-33743 Reference to static field outside its class is unresolved after J2K conversionKT-33756 J2K: main method with varargs is converted to non-runnable main kotlin methodKT-33863 java.lang.IllegalStateException: argument must not be null exception occurs on J2K conversion of Generic class usage without type parameterKT-19355 "Variable expected" error after J2K for increment/decrement of an object fieldKT-19569 Java wrappers for primitives are converted to nullable types with nullability errors in KotlinKT-30643 J2K: wrong position of TYPE_USE annotationKT-32518 Nullability information is lost after J2K convertion of constructor with null parameterKT-33941 J2K: Overload resolution ambiguity with assertThat and StackOverflowError in IDEAKT-33942 New J2K: StackOverflowError from org.jetbrains.kotlin.nj2k.inference.common.BoundTypeCalculatorImpl.boundTypeUnenhancedKT-34164 J2K: on converting static method references in other .java sources are not correctedKT-34165 J2K: imports are lost in conversion, references resolve to different same-named classesKT-34266 Multiple errors after converting Java class implementing an interface from another fileKT-33808 JPS compilation is not incremental in IDEA 2019.3KT-34006 Maven plugin do not consider .kts files as Kotlin sourcesKT-34011 Kotlin scripting plugin is not loaded by default from kotlin maven pluginKT-27956 REPL/Script: extract classes and names right from ClassLoaderKT-31661 ClassNotFoundException in runtime for 'kotlinc -script' while compilation is fineKT-31704 [kotlin-scripting] passing name to String.toScriptSource make script compilation failedKT-32234 "Unable to derive module descriptor" when using Kotlin compiler (embeddable) in Java 9+ modular buildsKT-33529 NCDF running kotlin script from command lineKT-33554 Classpath not passed properly when evaluating standard script with kotlincKT-33892 REPL/Script: Implement mechanism for resolve top-level functions and properties from classloaderKT-34294 SamWithReceiver cannot be used with new scripting APIKT-31291 Incremental Kapt: IllegalArgumentException from org.jetbrains.org.objectweb.asm.ClassVisitor.<init>KT-33028 Kapt error "Unable to find package java.lang in classpath or bootclasspath" on JDK 11 with -source 8KT-33050 kapt does not honor source/target compatibility of enclosing projectKT-33052 Kapt generates invalid java stubs for enum members with class bodies on JDK 11KT-33056 Incremental kapt is disabled due to javaslang.match.PatternsProcessor processor on classpath when Worker API is enabledKT-33493 1.3.50, org.jetbrains.org.objectweb.asm.ClassVisitor.<init>KT-33515 Incremental kapt fails when I remove an annotated fileKT-33889 Incremental KAPT: NoSuchMethodError: 'java.util.regex.Pattern com.sun.tools.javac.processing.JavacProcessingEnvironment.validImportStringToPattern(java.lang.String)'KT-33503 Kapt, Spring Boot: "Could not resolve all files for configuration ':_classStructurekaptKotlin'"KT-33800 KAPT aptMode=compile fails to compile certain legitimate codeRelated Kotlin Native changelog can be found separately.
The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows).
KT-12787 Debugger: Generate line number at end of function (to set a breakpoint on the last line of the block)KT-23675 "Parameter specified as non-null is null: method org.jetbrains.kotlin.codegen.FrameMapBase.getIndex, parameter descriptor" when classes are defined inside an anonymous extension function and access a field of the extension function's this instanceKT-24596 Refactor / Inline const property does not insert its value into usage in annotationKT-25497 kotlinx.serialization - throws Backend Internal error exception during code generation of sealed classesKT-28927 "IllegalStateException: Arrays of class literals are not supported yet" in AnnotationDeserializer.resolveArrayElementTypeKT-31070 IndexOutOfBoundsException in Analyzer with @JvmOverloads constructor with 34+ parametersKT-31265 FIR: experimental compilerKT-31535 False positives from compiler warning IMPLICIT_NOTHING_AS_TYPE_PARAMETERKT-31969 NI: false positive USELESS_ELVIS with multiple elvis callsKT-32044 For loop over full UByte range terminates at UInt bound.KT-25432 No smartcast on qualifier expression of captured typeKT-30796 psi2ir generates IrErrorType for elvis with generic type having nullable upper-bound when expected type is not nullableKT-31242 "Can't find enclosing method" proguard compilation exception with inline and crossinlineKT-31347 "IndexOutOfBoundsException: Insufficient maximum stack size" with crossinline and suspendKT-31367 IllegalStateException: Concrete fake override public open fun (...) defined in TheIssue[PropertyGetterDescriptorImpl@1a03c376] should have exactly one concrete super-declaration: []KT-31734 Empty parameter list required on Annotations of function typesKT-32434 New type inference fails for Caffeine CacheKT-32452 Kotlin 1.3.40 - problem in IDE with new type inference and suspending method referenceKT-32407 NI: "use property access syntax" intention causes freezes in editorKT-33127 Script result value is not calculated properly for the last expressionKT-33157 Inline class with generic method is considered bad class by javacKT-16602 Provide examples of sorting API usageKT-32353 Document order of array elements initializationKT-28098 Insert space after automatically closed right brace of nested lambda to follow code styleKT-16476 Extend selection (Select Word) doesn't select just KDoc if cursor is just before the KDocKT-21374 Imports optimized tooltip is displayed, even if no changes were madeKT-21422 IDE can't import class from root packageKT-27344 MPP: jvmWithJava: no IDE module dependency is created between Kotlin test and Java main on import; Gradle build is successfulKT-29667 Kotlin update settings has wrong looking text boxes for versionsKT-30133 Update copyright creates duplicates for build.gradle.kts filesKT-30782 'Show Method Separators' does not separate expression body Kotlin functionsKT-31022 Quick definition does not show Kotlin code in Java filesKT-31499 "Extend selection" selects escaped identifier name together with backticksKT-31595 "Complete current statement" for method call closes brace at wrong placeKT-31637 NPE in IDE when organizing importsKT-31786 KNPE at copy attempt due to kdoc referenceKT-32276 Fix flaky test for ultra light classesKT-32364 Remove deprecated usages of OUT_OF_CODE_BLOCK_MODIFICATION_COUNT and write a replacement for Kotlin languageKT-32370 Lambdas should have implicit return in Kotlin UastKT-12096 Spring: rename of Kotlin bean defined in @Bean annotation failsKT-28193 Exception: Mirror element should never be calculated for light classes generated from a single fileKT-28822 Dependencies in Kotlin MPP project could be wrongly resolved if project was not build before importKT-29267 Enable ultra-light classes by defaultKT-31129 Call only Kotlin-specific reference contributors for getting Kotlin references from PSIKT-32082 Kotlin facet: 1.3.40 plugin does not properly read target platform settings of 1.3.50 pluginKT-32969 Data class extending abstract class with final toString, equals or hashCode causes exceptionKT-33245 IllegalArgumentException exception occurs on Tools->Configure Koltin in Project action in Android StudioKT-9792 Don't propose the same name for arguments of lambda on completion of function call with lambda templateKT-29572 Smart completing anonymous object uses incorrect code styleKT-25264 Freeze in Kotlin file on completionKT-32519 Keyword completion: support fixing layout and typo toleranceKT-30740 Display more information about variables when breakpoint is set inside lambda expressionKT-8579 Debugger: Evaluate expression fails at typed arraysKT-10183 Debugger: receiver properties are not shown inline in extension functionKT-11663 Assignment is not possible in Evaluate expressionKT-11706 Attempts to evaluate java method calls on 'Array' instance in debugger fail with NoSuchMethodErrorKT-11888 Evaluate Expression for expression with synchronizedKT-11938 Empty condition is marked as errorKT-13188 Cannot evaluate expression with local extension functionKT-14421 Debugger: breakpoint set on trivial if/while is not hitKT-15259 Debug: closing brace of object definition is considered executable; ISE: "Don't call this method for local declarations: OBJECT_DECLARATION" at LazyDeclarationResolver.getMemberScopeDeclaredIn()KT-19084 Breakpoints on Debugger altering ResultKT-19556 Kotlin exception while debugging IJ plugin codeKT-19980 Debug: evaluation fails for setter of member extention propertyKT-20560 Evaluate expression doesn't work for super method callKT-23526 In *.kts scripts, debugger ignores breakpoints in top-level statements and membersKT-24914 AS: Uninitialized yet lazy properties called on first debug point reachKT-26742 Debugger can't evaluate expected top-level function from common codeKT-30120 False positive "Unused equals expression" in evaluate expression windowKT-30730 Missing tooltip for "Kotlin variables view" buttonKT-30919 Debugger's "Kotlin View" doesn't show variables inside lambdasKT-30976 Debugger: No access to receiver evaluating named parameters during call to extension functionKT-31418 java.lang.ClassCastException : java.lang.annotation.Annotation[] cannot be cast to byte[]KT-31510 isDumb should be used only under read action: KotlinEvaluatorKT-31702 Debugger can't stop on breakpoint on Unit expression from coroutine contextKT-31709 Evaluate: "IllegalArgumentException: Parameter specified as non-null is null: method org.jetbrains.kotlin.codegen.FrameMapBase.getIndex, parameter descriptor" with nested lambda member accessKT-24829 Access to coroutineContext in 'Evaluate expression'KT-19693 Import package prefix from GradleKT-30667 Dependencies of a module on a multiplatform one with a JVM target and withJava() configured, are incorrectly resolved in IDEKT-32300 Add possibility to distinguish kotlin source root from java source rootKT-31014 Gradle, JS: Webpack watch modeKT-31843 Memory leak caused by KOTLIN_TARGET_DATA_NODE on project reimportKT-31779 "Highlighting in scripts is not available"KT-30638 "Highlighting in scripts is not available until all Script Dependencies are loaded" in Diff viewerKT-30974 Script dependencies resolution failed error while trying to use Kotlin for GradleKT-31440 Add link to Gradle Kotlin DSL logs when script dependencies resolution process failsKT-32483 CNFE org.gradle.kotlin.dsl.KotlinBuildScript on creating new Gradle Kotlin project from wizardKT-21501 build.gradle.kts displays failures if not using java sdk for moduleKT-8958 ReplaceWith intention message could be more helpful in case of generic substitutionKT-12515 Quickfix "by Delegates.notNull()" as replacement for "lateinit" for primitive typeKT-14344 Suggest to replace manual range with explicit indices call or iteration over collectionKT-17916 Import popup does not indicate deprecated classesKT-23501 Add intention for converting ordinary properties to 'lazy' and vise versaKT-25006 Add inspection "'equals()' between objects of inconvertible primitive / enum / string types"KT-27353 Quickfix to add a constructor parameter from parent class to child classKT-30124 Add inspection to replace java.util.Arrays.equals with contentEqualsKT-30640 Add inspection for check/require/checkNotNull/requireNotNullKT-30775 Inspection for the case when one lateinit var overrides another lateinit varKT-31476 Improve "Create expect..." quickfixKT-31533 Make "Add operator modifier" an inspection instead of intentionKT-31795 Inspection: simplify property setter with custom visibilityKT-31924 Make "add import" intention more flexible based on caret positionKT-30970 No warning for empty if operator and alsomethodKT-12567 "Introduce 'when' subject" intention does not work for "this" in extension functionKT-14369 "Replace elvis expression with 'if" intention produces boilerplate code for 'return' in RHSKT-16067 "Replace 'if' expression with elvis expression" suggests replacing an idiomatic code with non-idiomaticKT-19643 Tune or disable the FoldInitializerAndIfToElvis inspectionKT-24439 No method imports suggestedKT-25786 False positive "Not-null extension receiver of inline function can be made nullable" with operator fun invokeKT-25905 False positive for 'LeakingThis' on a method call in enum class bodyKT-27074 False positive "Foldable if-then" with Result typeKT-27550 "Redundant explicit this" false positive with subclass and extension lambdaKT-27563 Generate toString in common code shouldn't use java.util.ArraysKT-27822 Don't suggest might be const on actual member declarationKT-28595 "Assignment should be lifted out of 'if'" false negative for different but compatible derived typesKT-29192 "Convert property to function" with explicit generic type loses getter bodyKT-29716 With both explicit and implicit package prefixes "Package name does not match containing directory" inspection suggests not usable quick fixKT-29731 Don't suggest Add val/var to parameter at expect class constructorKT-30191 "Lift out of if" intention isn't suggested for assignment of nullKT-30197 ReplaceWith for deprecated function adds class literal/callable reference argument above unless it is used in substitutionKT-30627 "Use property access syntax" produces red code if setter argument is a lambda with implicit SAM conversionKT-30804 Property declaration goes to annotation comment when removing only modifier using RemoveModifierFixKT-30975 ''when' has only 'else' branch and should be simplified' inspection removes subject variable definition used in else branchKT-31033 "Create expect ..." quick fix incorrectly works for a secondary constructor in a multiplatform projectKT-31272 Expand "create expected ..." quick fix highlighting also to a primary constructorKT-31278 Inappropriate "Remove redundant .let call" inspectionKT-31341 Incorrect quickfix "Replace with Kotlin analog" for conversion to an extension, where the first argument is an expression with an operationKT-31359 "Invalid property key" inspection false positive for a bundle with several properties filesKT-31362 'Move variable declaration into when' quickfix comments left brace with EOL commentKT-31443 Remove braces intention places caret in a wrong placeKT-31446 Incorrect quick fix “Create expected class" for inline class with parameter with actualKT-31518 Incorrect "Create expect function" for primary constructorKT-31673 Only when keyword should be highlighted in WhenWithOnlyElseInspectionKT-31716 Decrease severity of PackageDirectoryMismatchInspection to INFOKT-31717 Decrease severity of RemoveCurlyBracesFromTemplateInspectionKT-31816 "Package directive doesn't match file location" for root package is invisible in editorKT-31954 MoveVariableDeclarationIntoWhen should move the caret to the subject expressionKT-32001 Wrong quickfixes for TOO_MANY_ARGUMENTSKT-32010 Convert ReplaceSingleLineLetIntention to inspectionsKT-32046 False negative "Redundant qualifier name" with class literalKT-32112 False positive "Redundant qualifier name"KT-32318 "Remove argument name" intention does not remove square braces for annotation vararg argumentKT-32320 False negative "Redundant qualifier name" with local objectKT-32347 Duplicative "Remove redundant 'public' modifier" suggestion for getterKT-32365 "Convert to sealed class" intention should not be suggested when no "class" keywordKT-32419 Spurious 'while' has empty body warning when body has explanatory commentKT-32506 False negative "Remove redundant qualifier name" with java.util.ArrayList<Int>()KT-32454 "Replace Java static method with Kotlin analog": invalid quick fix on 'abs()' functionKT-26242 "Create test" intention does nothing in common moduleKT-27208 IDEA reports about the need to declare abstract or implement abstract method, but this method is @JvmStatic in an interface companionKT-27555 Create actual ... quick fix does nothing if the corresponding source set directory isn't created yetKT-28121 IDE: Warn on java files under "src/main/kotlin" or "src/test/kotlin" source rootsKT-28295 Use languageSettings for a quick fix to enable experimental features in multiplatform projectsKT-28529 Don't suggest commonMain source set as a target of create expected ... quick fix for a member of *Test source setKT-28746 “Create actual class” quick fix creates invalid file when is called from files located in package directory but don't have package nameKT-30622 Add names to call arguments starting from given argumentKT-31404 Redundant 'requireNotNull' or 'checkNotNull' inspection: don't remove first argumentKT-32705 "Create expect" quick fix adds actual modifier to a const/lateinit declaration without a warningKT-32967 Warning about incorrectly placed Java source file isn't automatically dismissed on move of the file to the proper source rootKT-31895 New Project wizard: Kotlin Gradle + Kotlin/JS for Node.js: incorrect DSL is insertedKT-30985 Missing line break in quick doc for enum constantKT-29757 IDE fails to import transitive dependency of a JVM module to a multiplatform oneKT-10215 Kotlin classes are listed after Java classes in the navigation barKT-29720 Refactor / Move does not update package statement with implicit prefixKT-30762 Inline method produces invalid code for suspend functions with receiverKT-30748 100+ Seconds UI Freeze on performing a Move Refactoring on a file with a lot of usages (KotlinOptimizeImports in thread dump)KT-23604 Scratch: end of line is wrongly indented with the end of scratch line outputKT-27963 Make REPL mode in Scratch files incrementalKT-29534 Line output jumps to the next line together with cursorKT-32791 "Access is allowed from event dispatch thread only" while working with a scratch fileKT-25187 Kotlin script in src: warning: classpath entry points to a non-existent location on JDK 9+KT-31152 Errors in IDE when different Java Sdk are set as Project SDK and as Gradle JVMKT-31521 CNFE „org.jetbrains.kotlin.idea.caches.project.ScriptBinariesScopeCache“ on creating new Gradle based projectKT-31826 Gradle clean task causes IDEA to lose kotlin scripting configurationKT-31837 TargetPlatform for scripts should depends on scriptDefinition.additionalArgumentsKT-30690 Highlighting for scripts in diff view doesn't work for left partKT-32061 Check classpath jars before applying script compilation result from file attributesKT-32554 Freezes in ScriptDependenciesUpdaterKT-30814 MPP, 191 platform: with Gradle test runner run configuration for platform test is created without tasksKT-32105 MPP project wizard: add option for Kotlin Gradle DSLKT-31527 Keep generating empty jsTest taskKT-31565 Gradle/JS: npmResolve is never UP-TO-DATEKT-32326 Gradle, test runner: support postponing test running error reporting at the end of the buildKT-32393 Gradle, JS: Resolve projects lazilyKT-31560 Gradle: provide descriptions for JS tasksKT-31563 Gradle/JS: npmResolve fails with "Invalid version" when user project's version does not match npm rulesKT-31566 Gradle/JS: with explicit call to nodejs { testTask { useNodeJs() } } configuration fails : "Could not find which method to invoke"KT-31694 Gradle, NPM, windows: creating symlink requires administrator privilegeKT-29372 measureTime that returns both the result of block and elapsed timeKT-32083 Incorrect ReplaceWith annotation on kotlin.js.powKT-12749 Provide Int.bitCount, Long.bitCount etc.KT-32359 Common Array.fillKT-33225 JS: Incorrect conversion of infinite Double to LongKT-22923 Reflection getMemberProperties fails: kotlin.reflect.jvm.internal.KotlinReflectionInternalErrorKT-31318 "KotlinReflectionInternalError: Method is not supported" on accessing array class annotation parameterKT-31550 NSME org.jetbrains.kotlin.com.intellij.openapi.vfs.impl.jar.CoreJarFileSystem.clearHandlersCache()V on compileKotlin task with plugin from masterKT-32490 Compiler daemon tests fail on windows due to directory name being too longKT-32950 Daemon should inherit "-XX:MaxMetaspaceSize" of client VMKT-32992 Enable assertions in Kotlin Compile DaemonKT-33027 Compilation with daemon fails, because IncrementalModuleInfo#serialVersionUID does not matchKT-33177 Introduce compiler flags -Xinline-classes and -Xpolymorphic-signature as a higher priority than -XXLanguageKT-28824 Add jvm-abi-gen-embeddable for use with embeddable compilerKT-31279 JPS build with compiler plugin and "Keep compiler alive = No" fails with CCE: "Cannot cast NoArgComponentRegistrar to ComponentRegistrar" at ServiceLoaderLite.loadImplementations()KT-32346 kotlinx.serialization: Performance problems with completion/intellisenseKT-26655 Precise metadata publishing and consumption for new MPPKT-31018 Gradle, JS: yarnKT-31703 Gradle, JS: automatically download d.ts and generate kotlin/js external declarations using dukatKT-31890 Gradle, JS, webpack: provide property with full bundle file pathKT-32015 Gradle, JS: resolve configuration only while executing tasks of specific projectsKT-32136 Gradle, test runner: handle case when test runtime exits abnormallyKT-26256 In new MPP, support Java compilation in JVM targetsKT-30573 Gradle, JS: enable source maps by default, change paths relative to node_modules directoryKT-30747 Gradle, JS tests: provide option to disable test configuration per targetKT-31010 Gradle, JS tests: MochaKT-31011 Gradle, JS tests: KarmaKT-31013 Gradle, JS: WebpackKT-31016 Gradle: yarn downloadingKT-31017 Gradle, yarn: support workspacesKT-31697 Gradle, NPM: report about clashes in packages_importedKT-29538 AndroidSubPlugin#getCommonResDirectories is very slowKT-29343 Kotlin MPP source set dependencies are not properly propagated to tests in Android projectsKT-30691 Gradle, JS tests: Parent operation with id 947 not available when all tests passedKT-31917 Gradle, JS: transitive dependency between compilations in same project doesn't workKT-31985 Gradle, JS: webpack not working on windowsKT-32072 Gradle, JS: browser() in DSL triggers project.evaluate()KT-32204 In an MPP, a dependency that is added to a non-root source set is incorrectly analyzed for source sets visibilityKT-32225 In an MPP, if a dependency is added to a source set that does not take part in published compilations, it is not correctly analyzed in source set visibility inferenceKT-32564 Provide a flag to enable/disable hierarchical multiplatform mechanism in GradleKT-31023 Update Gradle module metadata warning in MPP publishingKT-31696 Gradle, NPM: select one version between tools and all of compile configurationsKT-31891 Gradle: JS or Native tests execution: build --scan fails with ISE "Expected attachment of type ... but did not find it"KT-32210 Kapt randomly fails with java.io.UTFDataFormatExceptionKT-32706 Gradle target "jsBrowserWebpack" should use output of JS compile task as inputKT-32697 [Tests] org.jetbrains.kotlin.gradle.SubpluginsITKT-33246 Kotlin JS & Native tests + Gradle 5.6: No value has been specified for property 'binaryResultsDirectory'KT-31310 Incremental build of Kotlin/JS project fails with KNPE at IncrementalJsCache.nonDirtyPackageParts()KT-30776 New J2KKT-31836 Suggest user to configure Kotlin in the project when running new J2K file conversionKT-32512 ReplaceJavaStaticMethodWithKotlinAnalogInspection: add more cases for java.util.ArraysKT-15791 J2K converts class literals including redundant generic <*>KT-31234 New J2K: Exception occurs on converting Java class to KotlinKT-31250 J2K: caret position of original file is preserved, adding spaces to resulting fileKT-31251 J2K: Java class with members is converted to Kotlin class with final constructorKT-31252 J2K: resulted file is not formattedKT-31254 J2K: resulted source uses full qualified references instead of importsKT-31255 J2K: redundant modifiers in resulted sourceKT-31726 New J2K converts annotation with array parameter to single value parameterKT-31809 "Attempt to modify PSI for non-committed Document!" exception and broken kotlin file after new J2K conversionKT-31821 J2K: IDEA Ultimate: local variable: CCE: "PsiLocalVariableImpl cannot be cast to class JvmAnnotatedElement" at JavaToJKTreeBuilder$DeclarationMapper.toJK()KT-32436 NewJ2K generic field is not initialized after convertionKT-19327 Java to Kotlin converter fails to convert code using Java 8 Stream APIKT-21467 Convert To Kotlin fails when using chained stream.flatmap methodsKT-24677 j2k creates nullable type for child function but keeps not null type for parent functionKT-32572 New J2K: Map with complex type as parameter is wrongly convertedKT-32602 J2K: no conversion of String.length() method call to property access of existing String propertyKT-32604 kotlin.NotImplementedError exception occurs on converting Java call of toString method of data class to KotlinKT-32609 New J2K: Comparable class is wrongly converted to Kotlin if parameter of compareTo marked with @NotNull annotationKT-32693 New J2K is throwing „Read access is allowed from event dispatch thread or inside read-action only“ on converting Java code inside Evaluate Expression windowKT-32702 New J2K: lambda with method reference is converted to lamdba with excessive parameter declarationKT-32835 New J2K: NumberFormatException occurs on converting binary literalsKT-32837 J2K: NumberFormatException occurs on converting literals with underscore charactersKT-22412 J2K: Intention to replace if(...) throw IAE with requireKT-33371 Add an ability to switch between old and new J2K via settings windowKT-32863 New J2K: IllegalArgumentException occurs on Kotlin configuration in java project in Android StudioKT-27181 Compiler arguments are listed twice on JPS build of Gradle-based projectKT-13563 Kotlin jps-plugin should allow to instrument bytecode from Intellij IDEA.KT-15125 Support JSR 223 bindings directly via script variablesKT-32085 Kotlinc REPL: "java.lang.NoClassDefFoundError: org/jline/reader/LineReaderBuilder"KT-28137 Implement result/return value for the regular (non-REPL) scriptsKT-30578 build/generated/source/kaptKotlin is added as source directory to main instead of jvmMain when jvm { withJava() } is configured in a multiplatform projectKT-30739 Kapt generated sources are not visible from the IDE when "Create separate module per source set" is disabledKT-31127 Kotlin-generating processor which uses Filer API breaks JavaCompile taskKT-31378 v1.3.31: NoSuchElementException in kapt when kapt.incremental.apt=trueKT-32535 Kapt aptMode=compile don't include files generated at kapt.kotlin.generated as sources to compileKT-31471 KAPT prints "IncrementalProcessor" instead of processor name in verbose modeRelated Kotlin Native changelog can be found separately.
This release also includes the fixes and improvements from the previous releases.
KT-31981 New type inference asks to use ?. on non-null local variableKT-32029 Exception when callable reference is resolved against unresolved typeKT-32037 No coercion to Unit for last expression with lambda in code blockKT-32038 Unsubstituted stub type cause type mismatch later for builder inferenceKT-32051 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on matching Nothing with generic type parameterKT-32081 New type inference fails involving Either and NothingKT-32089 False positive IMPLICIT_NOTHING_AS_TYPE_PARAMETER with lambdasKT-32094 NI: member from star import has higher resolution priority than member imported by FQNKT-32116 Type inference for HashMap<,> fails but compilesKT-32123 Wrong unused import for extension methodKT-32133 Regression in Kotlin 1.3.40 new inference engineKT-32134 java.lang.Throwable: Resolution error of this type shouldn't occur for resolve try as a call for incomplete try-constructionKT-32143 1.3.40 new inference: backward incompatibility in method calls with multiple SAM argumentsKT-32154 setOf(Map.Entry<*, *>::key) gives error on IDEKT-32157 Issue with new type inference in unbounded genericsKT-32175 New Type Inference Algorithm, RxJava and IDE-Compiler InconsistencyKT-32184 NI: Argument for @NotNull parameter 'type' of org/jetbrains/kotlin/types/CommonSupertypes.depth must not be nullKT-32187 Exception when using callable reference with an unresolved LHSKT-32218 Cannot call get on a Map<out Any,Any> with new type systemKT-32230 New inference not working with RxJava combineLatestKT-32235 New type inference failure with in checkKT-32215 Reified generic doesn't work with ByteArray on jsKT-32272 kotlinc - no main manifest attribute, in hello.jarKT-32085 Kotlinc REPL: "java.lang.NoClassDefFoundError: org/jline/reader/LineReaderBuilder"KT-32169 Kotlin 1.3.40 - Crash on running *.main.kts script: "NoSuchMethodError: kotlin.script.templates.standard.ScriptTemplateWithArgs.<init>"KT-32206 Custom script definitions not loaded in the cli compilerThis release also includes the fixes and improvements from the previous releases.
The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows).
KT-12402 Android DataBinding work correctly but the IDE show it as errorKT-31432 Remove obsolete code introduced in KT-12402KT-17755 Optimize trimIndent and trimMargin on constant stringsKT-30603 Compiler performance issue: VariableLivenessKt.useVar performanceKT-19227 Load built-ins from dependencies by default in the compiler, support erroneous "fallback" built-insKT-23426 Actual typealias to Java enum does not match expected enum because of modalityKT-23854 Inference for common type of two captured typesKT-25105 False-positive warning "Remove final upper bound" on generic overrideKT-25302 New inference: "Type mismatch" between star projection and Any? type argument in specific caseKT-25433 Wrong order of fixing type variables for callable referencesKT-26386 Front-end recursion problem while analyzing contract function with call expression of self in impliesKT-26412 Wrong LVT generated if decomposed parameter of suspend lambda is not the first parameter.KT-27097 JvmMultifileClass + JvmName causes NoSuchMethodError on sealed class hierarchy for top-level membersKT-28534 Local variable entries are missing in LVT for suspend lambda parametersKT-28535 Rename result to $result in coroutines' LVTKT-29184 Implement inference for coroutines according to the @BuilderInference contract in NIKT-29772 Contracts don't work if contract function is fully qualified (FQN)KT-29790 Incorrect version requirement in metadata of anonymous class for suspend lambdaKT-29948 NI: incorrect DSLMarker behaviour with generic star projectionKT-30021 +NewInference on Kotlin Native :: java.lang.StackOverflowErrorKT-30242 Statements are not coerced to Unit in last expressions of lambdaKT-30243 Include FIR modules into compilerKT-30250 Rewrite at slice exception for callable reference argument inside delegated expressionKT-30292 Reference to function is unresolved when LHS is a star-projected typeKT-30293 Wrong intersection type for common supertype from String and integer typeKT-30370 Call is completed too early when there is "Nothing" constraintKT-30405 Support expected type from cast in new inferenceKT-30406 Fix testIfOrWhenSpecialCall test for new inferenceKT-30590 Report diagnostic about not enough information for inference in NIKT-30620 Exception from the compiler when coroutine-inference is involved even with the explicitly specified typesKT-30656 Exception is occurred when functions with implicit return-stub types are involved in builder-inferenceKT-30658 Exception from the compiler when getting callable reference to a suspend functionKT-30661 Disable SAM conversions to Kotlin functions in new-inference by defaultKT-30676 Overload resolution ambiguity when there is a callable reference argument and candidates with different functional return typesKT-30694 No debug metadata is generated for suspend lambdas which capture crossinlineKT-30724 False positive error about missing equals when one of the operands is incorrectly inferred to NothingKT-30734 No smartcast inside lambda literal in then/else "if" branchKT-30737 Try analysing callable reference preemptivelyKT-30780 Compiler crashes on 'private inline' function accessing private constant in 'inline class' (regression)KT-30808 NI: False negative SPREAD_OF_NULLABLE with USELESS_ELVIS_RIGHT_IS_NULLKT-30816 BasicJvmScriptEvaluator passes constructor parameters in incorrect orderKT-30826 There isn't report about unsafe call in the new inference (by invalidating smartcast), NPEKT-30843 Duplicate JVM class name for expect/actual classes in JvmMultifileClass-annotated fileKT-30853 Compiler crashes with NewInference and Kotlinx.Coroutines FlowKT-30927 Data flow info isn't used for 'this' which is returned from lambda using labeled returnKT-31081 Implement ArgumentMatch abstraction in new inferenceKT-31113 Fix failing tests from SlicerTestGeneratedKT-31199 Unresolved callable references with typealiasKT-31339 Inliner does not remove redundant continuation classes, leading to CNFE in JMH bytecode processingKT-31346 Fix diagnostic DSL_SCOPE_VIOLATION for new inferenceKT-31356 False-positive error about violating dsl scope for new-inferenceKT-31360 NI: inconsistently prohibits member usage without explicit receiver specification with star projection and DSL markerKT-18563 Do not generate inline reified functions as private in bytecodeKT-20849 Inference results in Nothing type argument in case of passing 'out T' to 'in T1'KT-25290 New inference: KNPE at ResolutionPartsKt.getExpectedTypeWithSAMConversion() on out projection of Java classKT-26418 Back-end (JVM) Internal error when compiling decorated suspend inline functionsKT-26925 Decorated suspend inline function continuation resumes in wrong spotKT-28999 Prohibit type parameters for anonymous objectsKT-29307 New inference: false negative CONSTANT_EXPECTED_TYPE_MISMATCH with a MapKT-29475 IllegalArgumentException at getAbstractTypeFromDescriptor with deeply nested expression inside function named with a right parenthesisKT-29996 Properly report errors on attempt to inline bytecode from class files compiled to 1.8 to one compiling to 1.6KT-30289 Don't generate annotations on synthetic methods for methods with default values for parametersKT-30410 [NI] Front-end recursion problem while analyzing contract function with call expression of self in impliesKT-30411 Fold recursive types to star-projected ones when inferring type variablesKT-30706 Passing noinline lambda as (cross)inline parameter result in wrong state-machineKT-30707 Java interop of coroutines inside inline functions is brokenKT-30983 ClassCastException: DeserializedTypeAliasDescriptor cannot be cast to PackageViewDescriptor on star-import of expect enum class actualized with typealiasKT-31242 "Can't find enclosing method" proguard compilation exception with inline and crossinlineKT-31347 "IndexOutOfBoundsException: Insufficient maximum stack size" with crossinline and suspendKT-31354 Suspend inline functions with crossinline parameters are inaccessible from javaKT-31367 IllegalStateException: Concrete fake override public open fun (...) defined in TheIssue[PropertyGetterDescriptorImpl@1a03c376] should have exactly one concrete super-declaration: []KT-31461 NI: NONE_APPLICABLE instead of TYPE_MISMATCH when invoking convention plus operatorKT-31503 Type mismatch with recursive types and SAM conversionsKT-31507 Enable new type inference algorithm for IDE analysisKT-31514 New inference generates multiple errors on generic inline expression with elvis operatorKT-31520 False positive "not enough information" for constraint with star projection and covariant typeKT-31606 Rewrite at slice on using callable reference with array access operatorKT-31620 False-positive "not enough information" for coroutine-inference when target method is assigned to a variableKT-31624 Type from declared upper bound in Java is considered more specific than Nothing producing type mismatch laterKT-31860 Explicit type argument isn't considered as input type causing errors about "only input types"KT-31866 Problems with using star-projections on LHS of callable referenceKT-31868 No type mismatch error when using NoInfer annotationKT-31941 Good code red in IDE with smart cast on parameter of a generic type after null checkKT-11242 Action to copy project diagnostic information to clipboardKT-24292 Support external nullability annotationsKT-30453 Add plugin option (registry?) to enable new inference only in IDEKT-13841 Classes and functions should be lazy-parseableKT-27106 Performance issue with optimize importsKT-30442 Several second lag on project open in KotlinNonJvmSourceRootConverterProviderKT-30644 ConfigureKotlinInProjectUtilsKt freezes UIKT-7380 Imports insertion on paste does not work correctly when there were alias imports in the source fileKT-10512 Do not delete imports with unresolved parts when optimizingKT-13048 "Strip trailing spaces on Save" should not strip trailing spaces inside multiline strings in KotlinKT-17375 Optimize Imports does not remove unused import aliasKT-27385 Uast: property references should resolve to getters/settersKT-28627 Invalid detection of Kotlin jvmTarget inside Idea/gradle buildKT-29267 Enable ultra-light classes by defaultKT-29892 A lot of threads are waiting in KotlinConfigurationCheckerComponentKT-30356 Kotlin facet: all JVM 9+ target platforms are shown as "Target Platform = JVM 9" in Project Structure dialogKT-30514 Auto-import with "Add unambiguous imports on the fly" imports enum members from another packageKT-30583 Kotlin light elements should be isEquivalentTo to it's originsKT-30688 Memory leak in the PerModulePackageCacheService.onTooComplexChange methodKT-30949 Optimize Imports removes used import aliasKT-30957 Kotlin UAST: USimpleNameReferenceExpression in "imports" for class' member resolves incorrectly to class, not to the memberKT-31090 java.lang.NoSuchMethodError: org.jetbrains.kotlin.idea.UtilsKt.addModuleDependencyIfNeeded on import of a multiplatform project with Android target (191 IDEA + master)KT-31092 Don't check all selected files in CheckComponentsUsageSearchAction.update()KT-31319 False positive "Unused import" for provideDelegate extensionKT-31332 Kotlin AnnotatedElementsSearch does't support Kotlin objectKT-31129 Call only Kotlin-specific reference contributors for getting Kotlin references from PSIKT-31693 Project with no Kotlin: JPS rebuild fails with NCDFE for GradleSettingsService at KotlinMPPGradleProjectTaskRunner.canRun()KT-31466 SOE in Java highlighting when a Kotlin ultra-light method is invokedKT-31723 Exception from UAST for attempt to infer types inside unresolved callKT-31842 UOE: no descriptor for type constructor of TypeVariable(T)KT-31992 Fix ColorsIcon.scale(float) compatibility issue between IU-192.5118.30 and 1.3.40-eap-105KT-29038 Autocomplete "suspend" into "suspend fun" at top level and class level (except in kts top level)KT-29398 Add "arg" postfix templateKT-30511 Replace extra space after autocompleting data class with file name by parenthesesKT-10636 Debugger: can't evaluate call of function type parameter inside inline functionKT-18247 Debugger: class level watches fail to evaluate outside of class instance contextKT-18263 Settings / Debugger / Java Type Renderers: unqualified Kotlin class members in Java expressions are shown as errorsKT-23586 Non-trivial properties autocompletion in evaluation windowKT-30216 Evaluate expression: declarations annotated with Experimental (LEVEL.ERROR) fail due to compilation errorKT-30610 Debugger: Variables view shows second this instance for inline function even from the same class as caller functionKT-30714 Breakpoints are shown as invalid for classes that are not loaded yetKT-30934 "InvocationException: Exception occurred in target VM" on debugger breakpoint hit (with kotlintest)KT-31266 Kotlin debugger incompatibility with latest 192 nightly: KotlinClassWithDelegatedPropertyRendererKT-31785 Exception on attempt to evaluate local functionKT-29854 File collection dependency does not work with NMPP+JPSKT-30531 Gradle: NodeJS downloadingKT-30767 Kotlin import uses too much memory when working with big projectsKT-29564 kotlin.parallel.tasks.in.project=true causes idea to create kotlin modules with target JVM 1.6KT-31014 Gradle, JS: Webpack watch modeKT-31843 Memory leak caused by KOTLIN_TARGET_DATA_NODE on project reimportKT-31952 Fix compatibility issues with IDEA after fixing IDEA-187832KT-30638 "Highlighting in scripts is not available until all Script Dependencies are loaded" in Diff viewerKT-31124 “compileKotlin - configuration not found: kotlinScriptDef, the plugin is probably applied by a mistake” after creating new project with IJ and Kotlin from masterKT-30974 Script dependencies resolution failed error while trying to use Kotlin for GradleKT-30057 "View->Type info" shows "Type is unknown" for named argument syntaxKT-11629 Inspection: creating Throwable without throwing itKT-12392 Unused import with alias should be highlighted and removed with Optimize ImportsKT-12721 inspection should be made for converting Integer.toString(int) to int.toString()KT-13962 Intention to replace Java collection constructor calls with function calls from stdlib (ArrayList() → arrayListOf())KT-15537 Add inspection + intention to replace IntRange.start/endInclusive with first/lastKT-21195 ReplaceWith intention could save generic type argumentsKT-25262 Intention: Rename class to containing file nameKT-25439 Inspection "Map replaceable with EnumMap"KT-26269 Inspection to replace associate with associateWith or associateByKT-26629 Inspection to replace == operator on Double.NaN with equals callKT-27411 Inspection and Quickfix to replace System.exit() with exitProcess()KT-29344 Convert property initializer to getter: suggest on property nameKT-29666 Quickfix for "DEPRECATED_JAVA_ANNOTATION": migrate argumentsKT-29798 Add 'Covariant equals' inspectionKT-29799 Inspection: class with non-null self-reference as a parameter in its primary constructorKT-30078 Add "Add getter/setter" quick fix for uninitialized propertyKT-30381 Inspection + quickfix to replace non-null assertion with returnKT-30389 Fix to convert argument to Int: suggest roundToInt()KT-30501 Add inspection to replace filter { it is Foo } with filterIsInstance<Foo> and filter { it != null } with filterNotNullKT-30612 Unused symbol inspection should detect enum entryKT-30663 Fully qualified name is added on quick fix for original class name if import alias existsKT-30725 Inspection which replaces .sorted().first() with .min()KT-5412 "Replace non-null assertion with if expression" should replace parent expressionKT-13549 "Package directive doesn't match file location" for root packageKT-14040 Secondary enum class constructor is marked as "unused" by IDEKT-18459 Spring: "Autowiring for Bean Class (Kotlin)" inspection adds not working @Named annotation to propertyKT-21526 used class is marked as "never used"KT-22896 "Change function signature" quickfix on "x overrides nothing" doesn't rename type argumentsKT-27089 ReplaceWith quickfix doesn't take into account generic parameterKT-27821 SimplifiableCallChain inspection quick fix removes comments for intermediate operationsKT-28485 Incorrect parameter name after running "Add parameter to function" intention when argument variable is upper case constKT-28619 "Add braces to 'if' statement" moves end-of-line comment inside an if branch if statement inside if is blockKT-29556 "Remove redundant 'let' call" doesn't rename parameter with convention invoke callKT-29677 "Specify type explicitly" intention produces invalid output for type escaped with backticksKT-29764 "Convert property to function" intention doesn't warn about the property overloads at child class constructorKT-29812 False positive for HasPlatformType with member extension on 'dynamic'KT-29869 'WhenWithOnlyElse': possibly useless inspection with false grey warning highlighting during editing the codeKT-30038 'Remove redundant Unit" false positive when return type is nullable UnitKT-30082 False positive "redundant .let call" for lambda functions stored in nullable referencesKT-30173 "Nested lambda has shadowed implicit parameter" is suggested when both parameters are logically the sameKT-30208 Convert to anonymous object: lambda generic type argument is lostKT-30215 No "surround with null" check is suggested for an assignmentKT-30228 'Convert to also/apply/run/with' intention behaves differently depending on the position of infix function callKT-30457 MoveVariableDeclarationIntoWhen: do not report gray warning on variable declarations taking multiple lines / containing preemptive returnsKT-30481 Do not report ImplicitNullableNothingType on a function/property that overrides a function/property of type 'Nothing?'KT-30527 False positive "Type alias is never used" with import of enum memberKT-30559 Redundant Getter, Redundant Setter: reduce range to getter/setter headerKT-30565 False positive "Suspicious 'var' property" inspection with annotated default property getterKT-30579 Kotlin-gradle groovy inspections should depend on Groovy pluginKT-30613 "Convert to anonymous function" should not insert named argument when interoping with Java functionsKT-30614 String templates suggest removing curly braces for backtick escaped identifiersKT-30622 Add names to call arguments starting from given argumentKT-30637 False positive "unused constructor" for local classKT-30669 Import quick fix does not work for property/function with original name if import alias for them existKT-30761 Replace assert boolean with assert equality produces uncompilable code when compared arguments type are differentKT-30769 Override quickfix creates "sealed fun"KT-30833 Exception after "Introduce Import Alias" if invoke in importKT-30876 SimplifyNotNullAssert inspection changes semanticsKT-30900 Invert 'if' condition respects neither code formatting nor inline commentsKT-30910 "Use property access syntax" is not suitable as text for inspection problem textKT-30916 Quickfix "Remove redundant qualifier name" can't work with user type with generic parameterKT-31103 Don't invoke Gradle related inspections when Gradle plugin is disabledKT-31349 Add name to argument should not be suggested for Java library classesKT-31404 Redundant 'requireNotNull' or 'checkNotNull' inspection: don't remove first argumentKT-25465 "Redundant 'suspend' modifier" with suspend operator invokeKT-26337 Exception (resource not found) in quick-fix tests in AS32KT-30879 False positive "Redundant qualifier name"KT-31415 UI hangs due to long computations for "Use property access syntax" intention with new inferenceKT-31441 False positive "Remove explicit type arguments" inspection for projection typeKT-30970 No warning for empty if operator and alsomethodKT-31855 IDE + new inference: Java SAM conversion is not suggested by IDE servicesKT-31895 New Project wizard: Kotlin Gradle + Kotlin/JS for Node.js: incorrect DSL is insertedKT-30790 Unstable IDE navigation behavior to expect/actual symbols in stdlibKT-30821 K/N: Navigation downwards the hierarchy in stdlib source code opens to stubsKT-31364 IntelliJ routinely hangs and spikes CPU / Memory usage when editing kotlin filesKT-18322 Find Usages not finding Java usage of @JvmField declared in primary constructorKT-27332 Gutter icons are still shown even if disabledKT-30471 Make KotlinElementActionsFactory.createChangeParametersActions able to just add parametersKT-29352 Kotlin + Java 11 + Windows : impossible to run applications with long command lines, even with dynamic.classpath=trueKT-29642 Once hidden, Scratch Output window wouldn't show the results unless the project is reopenedKT-30295 Resolver for 'completion/highlighting in ScriptDependenciesSourceInfo...' does not know how to resolve [] or [Library(null)]KT-30690 Highlighting for scripts in diff view doesn't work for left partKT-31452 IDE editor: MISSING_SCRIPT_STANDARD_TEMPLATE is reported inconsistently with the single line in scriptKT-30995 Gradle test runner: "No tasks available" for a test class in non-MPP projectKT-30886 KotlinIdeaResolutionException in Velocity template (.ft) with Kotlin codeKT-30645 Update New Project Wizard templates related to Kotlin/JSKT-31099 Remove Gradle configuration boilerplate for JS from multiplatform New Project Wizard templates related to Kotlin/JSKT-31695 Gradle, JS: update wizard templatesKT-31563 Gradle/JS: npmResolve fails with "Invalid version" when user project's version does not match npm rulesKT-31566 Gradle/JS: with explicit call to nodejs { testTask { useNodeJs() } } configuration fails : "Could not find which method to invoke"KT-31560 Gradle: provide descriptions for JS tasksKT-31564 Gradle/JS: npmResolve reports warning "[email protected] has unmet peer dependency"KT-31662 Gradle/JS: with empty useKarma {} lambda the execution of jsBrowserTest never stopsKT-31686 Gradle/JS: useKarma { useConfigDirectory() } fails to configureKT-31694 Gradle, NPM, windows: creating symlink requires administrator privilegeKT-31931 Gradle JS or Native: test processing fails in some casesKT-31007 Kotlin/JS 1.3.30 - private method in an interface in the external library causes ReferenceErrorKT-30174 Annotation for experimental stdlib APIKT-30451 Redundant call of selector in maxBy&minByKT-30560 Fix Throwable::addSuppressed from stdlib to make it work without stdlib-jdk7 in runtimeKT-24810 Support common string<->ByteArray UTF-8 conversionKT-29265 String.toCharArray() is not available in common stdlibKT-31194 assertFails and assertFailsWith don't work with suspend functionsKT-31639 'Iterbale.drop' drops too much because of overflowKT-28933 capitalize() with Locale argument in the JDK stdlibKT-29041 KAnnotatedElement should have an extension function to verify if certain annotation is presentKT-30344 Avoid using .kotlin_module in kotlin-reflectKT-30993 Android Extensions: Make @Parcelize functionality non-experimentalKT-27638 Add -Xjava-sources compiler argument to specify directories with .java source files which can be referenced from the compiled Kotlin sourcesKT-27778 Add -Xpackage-prefix compiler argument to specify package prefix for Java sources resolutionKT-30973 Compilation on IBM J9 (build 2.9, JRE 1.8.0 AIX ppc64-64-Bit) fails unless -Xuse-javac is specifiedKT-30343 Add new Quarkus preset to all-open compiler pluginKT-20156 Publish the Kotlin Javascript Gradle plugin to the Gradle Plugins PortalKT-26256 In new MPP, support Java compilation in JVM targetsKT-27273 Support the Gradle 'application' plugin in new MPP or provide an alternativeKT-30528 Gradle, JS tests: support basic builtin test runnerKT-31015 Gradle, JS: Change default for new kotlin-js and experimental kotlin-multiplatform pluginsKT-30573 Gradle, JS: enable source maps by default, change paths relative to node_modules directoryKT-30747 Gradle, JS tests: provide option to disable test configuration per targetKT-31010 Gradle, JS tests: MochaKT-31011 Gradle, JS tests: KarmaKT-31013 Gradle, JS: WebpackKT-31016 Gradle: yarn downloadingKT-31017 Gradle, yarn: support workspacesKT-13256 CompileJava tasks in Kotlin2Js Gradle pluginKT-16355 Rename "compileKotlin2Js" Gradle task to "compileKotlinJs"KT-26255 Using the jvmWithJava preset in new MPP leads to counter-intuitive source set names and directory structureKT-27640 Do not use -Xbuild-file when invoking the Kotlin compiler in Gradle pluginsKT-29284 kotlin2js plugin applies java pluginKT-30132 Could not initialize class org.jetbrains.kotlin.com.intellij.openapi.util.io.FileUtil on build by gradleKT-30596 Kotlin Gradle Plugin: Forward stdout and stderr logger of out of process though gradle loggerKT-31106 Kotlin compilation fails with locked build script dependencies and Gradle 5KT-28985 Java tests not executed in a module created with presets.jvmWithJavaKT-30340 kotlin("multiplatform") plugin is not working properly with Spring BootKT-30784 Deprecation warning "API 'variant.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProvider()'" for a multiplatform library with Android targetKT-31027 java.lang.NoSuchMethodError: No static method hashCode(Z)I in class Ljava/lang/Boolean; or its super classes (declaration of 'java.lang.Boolean' appears in /system/framework/core-libart.jar)KT-31696 Gradle, NPM: select one version between tools and all of compile configurationsKT-31697 Gradle, NPM: report about clashes in packages_importedKT-31891 Gradle: JS or Native tests execution: build --scan fails with ISE "Expected attachment of type ... but did not find it"KT-31023 Update Gradle module metadata warning in MPP publishingKT-31131 Regression: incremental compilation of multi-file part throws exceptionKT-23023 J2K: Inspection to convert Arrays.copyOf(a, size) to a.copyOf(size)KT-26550 J2K: Check context/applicability of conversion, don't suggest for libraries, jars, etc.KT-29568 Disabled "Convert Java File to Kotlin File" action is shown in project view context menu for XML filesKT-13563 Kotlin jps-plugin should allow to instrument bytecode from Intellij IDEA.KT-21443 Kotlin's JSR223 script engine does not work when used by a fat jarKT-30986 Missing dependencies when JSR-223 script engines are used from kotlin-script-utilKT-26203 kapt.use.worker.api=true throws a NullPointerException on Java 10/11KT-30739 Kapt generated sources are not visible from the IDE when "Create separate module per source set" is disabledKT-31064 Periodically build crash when using incremental kaptKT-23880 Kapt: Support incremental annotation processorsKT-31322 Kapt does not run annotation processing when sources change.KT-30979 Issue with Dagger2 providers MissingBinding with 1.3.30KT-31127 Kotlin-generating processor which uses Filer API breaks JavaCompile taskKT-31714 incremental kapt: FileSystemException: Too many open filesThis release also includes the fixes and improvements from the previous releases.
KT-26418 Back-end (JVM) Internal error when compiling decorated suspend inline functionsKT-26925 Decorated suspend inline function continuation resumes in wrong spotKT-30706 Passing noinline lambda as (cross)inline parameter result in wrong state-machineKT-30707 Java interop of coroutines inside inline functions is brokenKT-30997 Crash with suspend crossinlineKT-30879 False positive "Redundant qualifier name"KT-31112 "Remove redundant qualifier name" inspection false positive for property with irrelevant importKT-31007 Kotlin/JS 1.3.30 - private method in an interface in the external library causes ReferenceErrorKT-31027 java.lang.NoSuchMethodError: No static method hashCode(Z)I in class Ljava/lang/Boolean; or its super classes (declaration of 'java.lang.Boolean' appears in /system/framework/core-libart.jar)KT-30979 Issue with Dagger2 providers MissingBinding with 1.3.30This release also includes the fixes and improvements from the previous releases.
The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.
KT-19664 Allow more permissive visibility for non-virtual actual declarationsKT-29586 Add support for Android platform annotationsKT-29604 Do not implicitly propagate deprecations originated in JavaKT-24876 Emit calls to java.lang.Long.divideUnsigned for unsigned types when target version is 1.8KT-25974 'when' by unsigned integers is not translated to tableswitch/lookupswitchKT-28015 Coroutine state-machine shall use Result.throwOnFailureKT-29229 Intrinsify 'in' operator for unsigned integer rangesKT-29230 Specialize 'next' method call for unsigned integer range and progression iteratorsKT-7185 Parse import directives in the middle of the file, report a diagnostic insteadKT-7237 Parser recovery (angle bracket mismatch)KT-11656 Could not generate LightClass because of ISE from bridge generation on invalid codeKT-13497 Better recovery in comma-separated lists in case of missing commaKT-13703 Restore parser better when class is missing from enum declarationKT-13731 Recover parser on value parameter without a typeKT-14227 Incorrect code is generated when using MutableMap.set with plusAssign operatorKT-19389 Couldn't inline method call 'with'KT-20065 "Cannot serialize error type: [ERROR : Unknown type parameter 0]" with generic typealiasKT-20322 Debug: member value returned from suspending function is not updated immediatelyKT-20780 "Cannot serialize error type: [ERROR : Unknown type parameter 0]" with parameterized inner type aliasKT-21405 Throwable “Rewrite at slice LEXICAL_SCOPE key: VALUE_PARAMETER_LIST” on editing string literal in kotlin-js moduleKT-21775 "Cannot serialize error type: [ERROR : Unknown type parameter 0]" with typealias used from a different moduleKT-22818 "UnsupportedOperationException: Don't know how to generate outer expression" on using non-trivial expression in default argument of expect functionKT-23117 Local delegate + local object = NoSuchMethodErrorKT-23701 Report error when -Xmultifile-parts-inherit is used and relevant JvmMultifileClass parts have any stateKT-23992 Target prefixes for annotations on supertype list elements are not checkedKT-24490 Wrong type is inferred when last expression in lambda has functional typeKT-24871 Optimize iteration and contains for UIntRange/ULongRangeKT-24964 "Cannot serialize error type: [ERROR : Unknown type parameter 0]" with Validated typealias from ArrowKT-25383 Named function as last statement in lambda doesn't coerce to UnitKT-25431 Type mismatch when trying to bind mutable property with complex common systemKT-25435 Try/catch as the last expression of lambda cause type mismatchKT-25437 Type variable fixation of postponed arguments and type variables with Nothing constraintKT-25446 Empty labeled return doesn't force coercion to UnitKT-26069 NoSuchMethodError on calling remove/getOrDefault on a Kotlin subclass of Java subclass of MapKT-26638 Check for repeatablilty of annotations doesn't take into account annotations with use-site targetKT-26816 Lambdas to Nothing is inferred if multilevel collections is used (listOf, mapOf, etc)KT-27190 State machine elimination after inlining stopped working (regression)KT-27241 Contracts: smartcasts don't work correctly if type checking for contract function is usedKT-27565 Lack of fallback resolution for SAM conversions for Kotlin functions in new inferenceKT-27799 Prohibit references to reified type parameters in annotation arguments in local classes / anonymous objectsKT-28182 Kotlin Bytecode tool window shows incorrect output on annotated property with backing fieldKT-28236 "Cannot serialize error type: [ERROR : Unknown type parameter 2]" with inferred type arguments in generic extension function from ArrowKT-28309 Do not generate LVT entries with different types pointing to the same slot, but have different typesKT-28317 Strange behavior in testJvmAssertInlineFunctionAssertionsEnabled on Jdk 6 and exception on JDK 8KT-28453 Mark anonymous classes for callable references as syntheticKT-28598 Type is inferred incorrectly to Any on a deep generic type with out projectionKT-28654 No report about type mismatch inside a lambda in generic functions with a type parameter as a return typeKT-28670 Not null smartcasts on an intersection of nullable types don't workKT-28718 progressive mode plus new inference result in different floating-point number comparisonsKT-28810 Suspend function's continuation parameter is missing from LVTKT-28855 NoSuchMethodError with vararg of unsigned Int in generic class constructorKT-28984 Exception when subtype of kotlin.Function is used as an expected one for lambda or callable referenceKT-28993 Incorrect behavior when two lambdas are passed outside a parenthesized argument listKT-29144 Interface with companion object generates invalid bytecode in progressive modeKT-29228 Intrinsify 'for' loop for unsigned integer ranges and progressionsKT-29324 Warnings indexing jdk 11 classesKT-29367 New inference doesn't wrap annotated type from java to TypeWithEnhancementKT-29507 @field-targeted annotation on property with both getter and setter is absent from bytecodeKT-29705 'Rewrite at slice CONSTRUCTOR` of JS class while editing another JVM-classKT-29792 UnsupportedOperationException: Unsupported annotation argument type when using Java annotation with infinity or NaN as a default valueKT-29891 Kotlin doesn't allow to use local class literals as annotation argumentsKT-29912 Crossinline nonsuspend lambda leads to KNPE during inliningKT-29965 Don't generate annotation on $default methodKT-30030 Extensive 'Rewrite at slice'-exception with contracts in JS module of multiplatform projectKT-22043 Report an error when comparing enum (==/!=/when) to any other incompatible type since 1.4KT-26150 KotlinFrontendException is thrown when callsInPlace called twice with different InvocationKind in functions with contractsKT-26153 Contract is allowed when it's at the beginning in control flow terms, but not in tokens order terms (contract doesn't work)KT-26191 Contract may not be the first statement if it's part of the expressionKT-29178 Prohibit arrays of reified type parameters in annotation arguments in local classes / anonymous objectsKT-20507 PROTECTED_CONSTRUCTOR_NOT_IN_SUPER_CALL not reported for generic base class constructor call, IAE at run-timeKT-20849 Inference results in Nothing type argument in case of passing 'out T' to 'in T1'KT-28285 NullPointerException on calling Array constructor compiled via Excelsior JETKT-29376 Report a deprecation warning when comparing enum to any other incompatible typeKT-29884 Report warning on @Synchronized on inline methodKT-30073 ClassCastException on coroutine start with crossinline lambdaKT-30597 "Extend selection" throws exception in empty class body caseKT-29492 Double cross-inline of suspending functions produces incorrect codeKT-30508 Wrong file name in metadata of suspend function capturing crossinline lambdaKT-30679 "KotlinFrontEndException: Front-end Internal error: Failed to analyze declaration" exception during a compilation of a multiplatform project containing Kotlin Script FileKT-26950 Support Multiline TODO commentsKT-29034 Make JvmDeclarationSearch find private fields in kotlin classesKT-29457 FindImplicitNothingAction#update freezes UI for 30 secsKT-29551 CreateKotlinSdkActivity runs on UI threadKT-11143 Do not insert closing brace for string template between open brace and identifierKT-18503 Optimize imports produces red codeKT-27283 KotlinULiteralExpression and PsiLanguageInjectionHost mismatchKT-27794 KotlinAnnotatedElementsSearcher doesn't process method parametersKT-28272 UAST: Need to be able to identify SAM conversionsKT-28360 Getting tons of "There are 2 classes with same fqName" logs in IntelliJKT-28739 Bad caret position after Insert curly braces around variable inspectionKT-29013 Injection with interpolation loses suffixKT-29025 Implement UReferenceExpression.referenceNameElement for KotlinKT-29287 Exception in ultra-light classes on method annotated with @ThrowsKT-29381 Highlight return lambda expressions when cursor is one the call with lambda argumentKT-29434 Can not detect injection host in string passed as argument into arrayOf() functionKT-29464 Project reopening does not create missing Kotlin SDK for Native modules (like it does for other non-JVM ones)KT-29467 Maven/Gradle re-import does not add missing Kotlin SDK for kotlin2js modules (non-MPP JavaScript)KT-29804 Probable error in the "Kotlin (Mobile Android/iOS)" new project template in IntelliJKT-30033 UAST: Delegation expression missing from parse treeKT-30388 Disable constant exception reporting from release versionsKT-30524 "java.lang.IllegalStateException: This method shouldn't be invoked for LOCAL visibility" on add importKT-30534 KotlinUObjectLiteralExpression returns classReference whose referenceNameElement is nullKT-30546 Kotlin UImportStatement's children references always resolve to nullKT-5435 Surround with try/catch should generate more Kotlin-style codeKT-29847 Many IDEA plugins are not loaded in presence of Kotlin plugin: "Plugins should not have cyclic dependencies"KT-23295 One-line comment indentation in functions with expression bodyKT-28905 When is "... if long" hitting?KT-29304 Settings / Code Style / Kotlin mentions "methods" instead of functionsKT-26954 Bad indentation for single function with expression body in new code styleKT-18663 Support "smart enter/complete statement" completion for method callsKT-28394 Improve code completion for top level class/interface to incorporate filenameKT-29435 org.jetbrains.kotlin.types.TypeUtils.contains hanging forever and freezing IntelliJKT-27915 Stop auto-completing braces for companion objectsKT-22250 Evaluate: 'this' shows different values when evaluated as a variable/watchKT-24829 Access to coroutineContext in 'Evaluate expression'KT-25220 Evaluator: a instance of Pair returned instead of String ("Extract function" failed)KT-25222 Evaluate: ClassCastException: ObjectValue cannot be cast to IntValue ("Extract function" failed)KT-26913 Change local variable name mangling ($receiver -> this_<label>)KT-28087 [Kotlin/JVM view] Inconsistent debugging data inside forEachIndexedKT-28134 Separate JVM/Kotlin views in "Variables" tool windowKT-28192 Exception from KotlinEvaluator: cannot find local variableKT-28680 Missing this word completion in "Evaluate expression" windowKT-28728 Async stack trace support for Kotlin coroutinesKT-21650 Debugger: Can't evaluate value, resolution errorKT-23828 Debugger: "Smart cast is impossible" when evaluating expressionKT-29661 Evaluate expression: "Cannot find local variable" for variable name escaped with backticksKT-29814 Can't evaluate a property on star-projected typeKT-29871 Debugger in IDE does not handle correctly extensions.KT-30182 Incorrect KT elvis expression debugger evaluationKT-29189 [BE] 'Step Over' falls through 'return when' (and 'return if') instead of executing individual branchesKT-29234 ISE “@NotNull method org/jetbrains/kotlin/codegen/binding/CodegenBinding.anonymousClassForCallable must not return null” on debugging with breakpoints in Kotlin script fileKT-29423 Unable to evaluate lambdas on jdk 9-11KT-30220 Empty variables view when breakpoint inside an lambda inside classKT-30318 KotlinCoroutinesAsyncStackTraceProvider slows down java debuggingKT-17811 Couldn't inline method error for inline method with anonymous object initialization and reified type parameterKT-30611 Debugger: in projects with stdlib of 1.2.n version Frames view can't complete loading, EvaluateException: "Method threw 'java.lang.ClassNotFoundException' exception." at EvaluateExceptionUtil.createEvaluateException()KT-9618 Exception in ClassClsStubBuilder.createNestedClassStub() while opening recent projectKT-29427 Exception in ClassClsStubBuilder.createNestedClassStub() for obfuscated libraryKT-26865 Gradle build in IDE: error messages in Native sources are not hyperlinksKT-28515 Failed to import Kotlin project with gradle 5.0KT-29564 kotlin.parallel.tasks.in.project=true causes idea to create kotlin modules with target JVM 1.6KT-30076 Memory leaks in Kotlin importKT-30379 Gradle 5.3 publishes an MPP with broken Maven scope mappingKT-27684 Gradle Kotlin DSL: the rootProject field is unresolved in IDEA for a common moduleKT-29465 IndexNotReadyException on context menu invocation for build.gradle.kts fileKT-29707 "Navigate declaration" navigates to compiled class in gradle cache folder instead of classes defined in gradle buildSrc folderKT-29832 Multiple Script Definitions for settings.gradle.ktsKT-30623 Errors in build.gradle.kts after applying new script dependenciesKT-29474 Regression in 1.3.20: Kotlin IDE plugin parses all *.gradle.kts files when any class in buildSrc is openedKT-30130 “Access is allowed from event dispatch thread only.” from ScriptNewDependenciesNotificationKt.removeScriptDependenciesNotificationPanel() on creating foo.gradle.kts files in IJ from masterKT-29196 Variable type hints are redundant for constructor calls of nested classesKT-30058 IndexNotReadyException from quick documentation when popup is activeKT-19558 Wrong position of type hint while renaming Kotlin variableKT-27438 "Show lambda return expression hints" breaks code indentationKT-28870 Rework "Lambda return expression" hint as between_lines_hint of disable it by defaultKT-29574 Incorrect parameter info popup for lambda nested in objectKT-16118 "Introduce import alias" intentionKT-17119 Inspection for (Scala-like) = { ... } syntax without expected type in function definitionKT-26128 Inspection for suspension inside synchronized and withLock functionsKT-27556 Add intention for collections, !collection.isEmpty() -> collection.isNotEmpty()KT-27670 Add quick fix: wrap expression in a lambda if compatible functional type is requiredKT-28803 Inspection: result of enum entries comparison is always false / trueKT-28953 Add intention to add underscores to decimal numerical literalKT-29001 Add intention to move variable declaration before when-expression into when's subjectKT-29113 Warn about redundant requireNotNull and checkNotNull usagesKT-29321 "Remove empty primary constructor": apply for enum entriesKT-12134 Suggest to remove qualifier in FQN nameKT-17278 Inspection to replace Java 8 Map.forEach with Kotlin's forEachKT-26965 Add inspection + quickfix for replacing Collection<T>.count() with .sizeKT-30123 Add intention to replace isEmpty/isNotEmpty method negationKT-25272 Unused expression as last expression of normal function should have quickfix to add "return"KT-30456 Improve: intention "Introduce Import Alias" should suggest new names for the new alias.KT-7593 On splitting property declaration for functional expression additional bracket addedKT-12273 "Replace with operator" intention is suggested for some non-operator functions and produces invalid codeKT-18715 Replace if with elvis swallows commentsKT-19254 Intention to convert object literal to class always creates a class named "O"KT-25501 "Replace overloaded operator with function call" changes semantics of increment and decrement operatorsKT-26979 "Lambda argument inside parentheses" inspection is not reported, if function type is actual type argument, but not formal parameter typeKT-27143 Intention "Replace camel-case name with spaces" is suggested for snake_case names in test functions and renames them incorrectlyKT-28081 "Convert to lambda" changes expression type for interface with multiple supertypesKT-28131 False positive "Redundant lambda arrow" with a functional type argumentKT-28224 "Add braces to 'else' statement" moves comment outside braces when 'if-else' is inside 'if / when' branchKT-28592 False positive "Remove redundant backticks" for underscore variable nameKT-28596 "Can be replaced with binary operator" shouldn't be suggested when receiver or argument is floating point typeKT-28641 "Remove useless cast" produces a dangling lambda ("Too many arguments" error)KT-28698 "Convert to apply" intention: include function calls with this passed as an argumentKT-28773 Kotlin/JS: Wrong inspection to replace .equals() with == on dynamic valuesKT-28851 'Convert parameter to receiver' adds Array<out T> wrapper to vararg parameter and drops override modifier in implementationsKT-28969 TYPE_MISMATCH in array vs non-array case: two quick fixes exist for annotation and none of them adds array literalKT-28995 "Add parameter to constructor" quickfix for first enum member changes arguments for all membersKT-29051 "Add parameter to constructor" quickfix for not-first enum member: "PsiInvalidElementAccessException: Element: class org.jetbrains.kotlin.psi.KtStringTemplateExpression #kotlin because: different providers"KT-29052 "Add parameter to constructor" quickfix for not-first enum member inserts FQN type for parameterKT-29056 KNPE in ConvertPrimaryConstructorToSecondary with missing property identifierKT-29085 False positive "Class member can have 'private' visibility" for a const val used in a public inline functionKT-29093 False positive inspection "Redundant lambda arrow" with nested lambdasKT-29099 "Convert to apply" intention is not available for a single function callKT-29128 False positive 'Explicitly given type is redundant here' when typealias is usedKT-29153 False negative "'rangeTo' or the '..' call should be replaced with 'until'" with bracketed expressionsKT-29193 Quick fix "Create extension function" List<Int>.set should not be suggested for read-only collectionsKT-29238 Non-canonical modifiers order inspection incorrectly includes annotations into rangeKT-29248 "Convert member to extension" doesn't preserve visibilityKT-29416 False positive "Redundant property getter" for external getterKT-29469 False positive in "Boolean literal argument without parameter name" inspection for varargs parametersKT-29549 Make package name convention inspection globalKT-29567 "Remove empty class body" is a poor name for inspection textKT-29606 Do not propose to remove unused parameter of property setterKT-29763 False negative "Object literal can be converted to lambda" for block body function with explicit returnKT-30007 False negative "Add import for '...'" in UserTypeKT-19944 multiplatform: Convert expect/actual function to property should keep the caret on the converted functionKT-27289 "Create" quick fix on FQN does nothing with KNPE at KotlinRefactoringUtilKt$chooseContainerElement$1.renderText()KT-29312 "Make constructor parameter a property" produces wrong modifier order + exception "Invalid range specified"KT-29414 "Main parameter is not necessary" inspection reports parameter of main() in objectKT-29499 "Unsafe call of inline function with nullable extension receiver" inspection ignores inferred nullabilityKT-29927 Missing "Import members from" intention with type check operator in when branchKT-30010 Introduce alternative quick-fixes for map[key]!!KT-30166 False positive "Redundant companion reference" on companion with the outer class nameKT-14886 Create Property from Usage should place generated property next to other propertiesKT-16139 Adding explicit type argument leads to type mismatchKT-19462 False positive inspection "Redundant lambda arrow" for overloaded functionsKT-22137 Create class quickfix is not suggested in return statementKT-23259 False positive unchecked cast warning/quickfix result in good code turning redKT-27641 "Specify type explicitly" suggests too general type even when type hint shows specific generic typeKT-29124 False positive inspection 'Redundant lambda arrow' with generic function/constructor with lambda argumentKT-29590 False positive inspection "Redundant lambda arrow" with vararg lambda arguments passed via spread operatorKT-29977 False positive "Unused import directive" for typealias of an enum imported as staticKT-30233 Change order of the quick fixes when method does not accept nullable typesKT-30341 False positive 'Use withIndex() instead of manual index increment' inspection with destructive declaration in 'for' loopKT-30414 "Replace return with 'if' expression" drops return labelKT-30426 Don't preserve extra line when adding remaining branches for whenKT-30433 "Convert member to extension" doesn't update external Kotlin callsKT-30117 Kotlin unused import analysis accesses file editor manager model outside UI threadKT-29143 Unnecessary primary constructor keyword inspectionKT-29444 "Make public" intention does not remove additional white-space to conform to proper styleKT-30337 Do not propose to move variable declaration into "when" if it's not used inside the when-expressionKT-29918 Outdated Ktor version in Kotlin (JS Client/JVM Server) multiplatform project generated via New Project WizardKT-26924 Overriding Methods list has more values than it should be in case of inline classKT-28661 "Is implemented in" gutter icon shows duplicate function implementations in inline classesKT-28838 Group by file structure doesn't work for text search in KotlinKT-27602 Kotlin property renaming change target name several times during rename making it hard to process it by reference handlersKT-29062 Extract Superclass refactoring throws Exception if sourceRoots.size() <= 1KT-29796 Label rename refactoring does not work on label usageKT-23985 Allow to run Kotlin Worksheet without module classpathKT-27955 Interactive mode for Kotlin Scratch filesKT-28958 Exception "Read access is allowed from event dispatch thread or inside read-action only" when running a scratch file with "Use REPL" and "Make before Run" enabledKT-30200 "java.lang.Throwable: Couldn't find expression with start line ..." on edition of a scratch file during its execution with interactive mode enabledKT-29770 IntelliJ IDEA makes too many requests for the classpath of a Gradle Kotlin build scriptKT-29893 IDE is frozen during project configuration because of ScriptTemplatesFromDependenciesProviderKT-30146 Preferences from Kotlin scripting section reset to default after project reopeningKT-25956 With failed test function class gutter icon is "failure", but function icon is "success"KT-17829 Please unify naming of Kotlin projects and frameworks for JVMKT-28941 Tip of the day: obsolete project types from "New project wizard"KT-27108 .toDouble() and .toFloat() conversions for unsigned typesKT-29520 Random.Default cannot be used asJavaRandomKT-30109 Documentation for Result.onSuccess and Result.onFailure are flipped aroundKT-26378 'contains' overloads for unsigned integer ranges with other unsigned integer typesKT-26410 High-order function overloads for unsigned arraysKT-27262 Binary search for specialized arrays of unsigned integersKT-28339 Add fill extension function for unsigned primitive arraysKT-28397 UByteArray plus UByteArray = List<UByte>KT-28779 Implement method sum() for arrays of unsigned primitivesKT-29151 Documentation for CharSequence.take() & String.take() shows examples of Iterable<T>.take()KT-30035 add max/maxOf/min/minOf for unsigned typesKT-30051 elementAt extension function of Array/PrimitiveAray/UnsignedArray does not throw IndexOutOfBoundException on incorrect index (JS only)KT-30141 JS: document Array.get behaviorKT-30704 Documentation of Random function not quite correctKT-26240 Support JVM bytecode targets 9, 10, 11, 12KT-12295 Gradle IC: Compile error leads to non-incremental buildKT-12700 Add a way to diagnose IC problemsKT-26275 Check new MPP ICKT-27885 Drop support for Gradle 3.x and earlierKT-27886 Drop support for Android Gradle plugin 2.xKT-28552 Gradle 4.7 import fails on Kotlin/mpp projects with Java11KT-29275 Drop support for Gradle 4.0KT-29758 Gradle build failed with exception on publication of a multiplatform library with Gradle metadata enabled: org.jetbrains.kotlin.gradle.plugin.mpp.HierarchyAttributeContainer cannot be cast to org.gradle.api.internal.attributes.AttributeContainerInternalKT-29966 Fix inter-project IC with new MPP for JS/JVM targetsKT-27059 Ensure a dependency on the multiplatform project in the POM when publishing a single-platform module with the maven pluginKT-29971 ConcurrentModificationException in Kotlin Gradle plugin (GradleCompilerRunner.buildModulesInfo)KT-21030 Automatically detect java 1.8 sources in kotlin-android gradle pluginKT-27675 Enable Kapt build cache by defaultKT-27714 Kotlin MPP Android targets don't have their attributes copied to the configurations of the compilationsKT-29761 Inter-project IC does not work for kaptGenerateStubs* tasks on AndroidKT-29823 Update 'org.gradle.usage' attribute rules to support the 'JAVA_API_JARS' valueKT-29964 A universal Gradle DSL way of configuring all compilations of all targets doesn't work for Android target of a multiplatform projectKT-30276 Warn if the Kotlin Gradle plugin is loaded multiple timesKT-30322 Memory leak in CompilationSourceSetUtilKT-30492 Classes not removed for out/in process compilationKT-29713 java.lang.IllegalStateException at converting @RestController java file to Kotlin fileKT-30137 Deadlock during concurrent classloadingKT-29251 NSME: MavenProjectsManager.scheduleArtifactsDownloading() at KotlinMavenImporter.scheduleDownloadStdlibSources()KT-19276 Console spam when opening idea-community project in debug IDEAKT-29296 Script evaluation - impossible to set base classloader to nullKT-27051 Support dynamic versions in @file:DependsOnKT-27815 Compiler options in the scripting compilation configuration are ignored on compilation/evaluationKT-28593 Idea tries to associate file type with the script definition discovery fileKT-29319 scripts default jvmTarget causes inlining problems - default should be 1.8KT-29741 KJvmCompiledScript can not be deserialized KJvmCompiledModule if it's nullKT-30210 Coroutines in main.kts crash with NoSuchMethodError because kotlin-main-kts.jar has embedded coroutinesKT-26977 kapt plugin applied in platform.jvm module preventing visibility of common codeKT-27506 Kapt error "no interface expected here" in class implementing interface with secondary constructorKT-28220 kapt can generate invalid stub files for imports of enum constantsKT-28306 Cannot extend an generic interface with function body while using kapt and correctErrorTypes in Kotlin 1.3KT-23880 Kapt: Support incremental annotation processorsKT-29302 Java classes doesn't resolve Kotlin classes when kapt.use.worker.api = trueKT-30163 Kapt: Javadoc in Java source model mangled (leading asterisks are preserved)This release also includes the fixes and improvements from the previous releases.
KT-29475 IllegalArgumentException at getAbstractTypeFromDescriptor with deeply nested expression inside function named with a right parenthesisKT-29479 WARN: Could not read file on Java classes from JDK 11+KT-29360 Kotlin 1.3.20-eap-100: This marker function should never been called. Looks like compiler did not eliminate it properly. Please, report an issue if you caught this exception.KT-29486 Throwable: "Could not find correct module information" through IdeaKotlinUastResolveProviderService.getBindingContext() and ReplaceWithAnnotationAnalyzer.analyzeOriginal()KT-29394 Kotlin 1.3.20 EAP: Excess log messages with kotlin.parallel.tasks.in.project=trueKT-29474 Regression in 1.3.20: Kotlin IDE plugin parses all *.gradle.kts files when any class in buildSrc is openedKT-29290 Warning "function returning deferred with a name that does not end with async" should not be displayed for let/also/apply...KT-29494 Don't report BooleanLiteralArgumentInspection in batch (offline) mode with INFORMATION severityKT-29525 turning on parallel tasks causes java.lang.NoClassDefFoundError: Could not initialize class kotlin.Unit sometimesKT-27769 Change the DSL marker iconKT-29118 Log polluted with multiple "Kotlin does not support alternative resolve" reportsKT-28128 MPP Kotlin/Native re-downloads POM files on IDE Gradle refreshKT-29400 IDE REPL in Gradle project: "IllegalStateException: consoleView must not be null" on module buildKT-29612 jlink refuses to consume stdlib containing non-public package kotlin.nativeKT-29596 "AssertionError: Cannot load extensions/common.xml from kotlin-compiler.jar" on IBM JDK 8KT-29476 1.3.20 MPP Android publishing common api configuration with runtime scopeKT-29725 MPP Gradle 5.2: NoSuchMethodError in WrapUtilKT-29485 In MPP with Gradle module metadata, POM rewriting does not replace the root module publication with a platform one if the former has a custom artifact IDKT-29490 Regression in 1.3.20: Kotlin Jsr223 script engine cannot handle functional return typesThe release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.
KT-22571 Android: Configure Kotlin should add implementation dependency instead of compileKT-14416 Support of @PolymorphicSignature in Kotlin compilerKT-22704 Allow expect annotations with actual typealias to Java to have default argument values both in expected and in actualKT-26165 Support VarHandle in JVM codegenKT-26999 Inspection for unused main parameter in Kotlin 1.3KT-16867 Proguard can't unbox Kotlin enums to integersKT-23466 kotlin compiler opens-reads-closes .class files many times overKT-25613 Optimise boxing of inline class values inside string templatesKT-2680 JVM backend should generate synthetic constructors for enum entries (as javac does).KT-6574 Enum entry classes should be compiled to package private classesKT-8341 Local variable cannot have type parametersKT-14529 JS: annotations on property accessors are not serializedKT-15453 Annotations are ignored on accessors of private propertiesKT-18053 Unexpected behavior with "in" infix operator and ConcurrentHashMapKT-18592 Compiler cannot resolve trait-based superclass of Groovy dependencyKT-19613 "Public property exposes its private type" not reported for primary constructor propertiesKT-20344 Unused private setter created for propertyKT-21862 java.lang.NoSuchFieldError when calling isInitialized on a lateinit "field" of a companion objectKT-21946 Compilation error during default lambda inlining when it returns anonymous objectKT-22154 Warning: Stripped invalid locals information from 1 method when compiling with D8KT-23369 Internal compiler error in SMAPParser.parseKT-23543 Back-end (JVM) Internal error: Couldn't inline methodKT-23739 CompilationException: Back-end (JVM) Internal error: Couldn't inline method call: Unmapped line number in inlined functionKT-24156 For-loop optimization should not be applied in case of custom iteratorKT-24672 JVM BE: Wrong range is generated in LVT for variables with "late" assignmentKT-24780 Recursive suspend local functions: "Expected an object reference, but found ."KT-24937 Exception from parser (EA-76217)KT-25058 Fix deprecated API usage in RemappingClassBuilderKT-25288 SOE when inline class is recursive through type parameter upper boundKT-25295 “Couldn't transform method node” error on compiling inline class with inherited interface method callKT-25424 No coercion to Unit when type argument specified explicitlyKT-25702 @JvmOverloads should not be allowed on constructors of annotation classesKT-25893 crossinline suspend function leads to IllegalStateException: call to 'resume' before 'invoke' with coroutine or compile errorKT-25907 "Backend Internal error" for a nullable loop variable with explicitly declared type in a for-loop over StringKT-25922 Back-end Internal error : Couldn't inline method : Lambda inlining : invoke(Continuation) : Trying to access skipped parameterKT-26126 Front-end doesn't check that fun with contract and callsInPlace effect is an inline function; compiler crashes on val initializationKT-26366 UseExperimental with full qualified reference to marker annotation class is reported as errorKT-26384 Compiler crash with nested multi-catch try, finally block and inline functionKT-26505 Improve error message on missing script base class kotlin.script.templates.standard.ScriptTemplateWithArgsKT-26506 Incorrect bytecode generated for inner class inside inline class referencing outer 'this'KT-26508 Incorrect accessor generated for private inline class method call from lambdaKT-26509 Internal compiler error on generating inline class private method call from companion objectKT-26554 VerifyError: Bad type on operand stack for inline class with default parameter of underlying typeKT-26582 Array literal of a primitive wrapper class is loaded as a primitive array literalKT-26608 Couldn't inline method call. RuntimeException: Trying to access skipped parameter: Ljava/lang/Object;KT-26658 Trying to access skipped parameter exception in code with crossinline suspend lambda with suspend function with default parameter callKT-26715 NullPointerException for an inline class constructor referenceKT-26848 Incorrect line in coroutine debug metadata for first suspension pointKT-26908 Inline classes can't have a parameter with a default value (Platform declaration clash)KT-26931 NSME “InlineClass.foo-impl(LIFace;)I” on calling inherited method from inline class instanceKT-26932 CCE “Foo cannot be cast to java.lang.String” when accessing underlying value of inline class through reflectionKT-26998 Default extension fun call in generic Kotlin interface with inline class substituted type of extension receiver fails with internal compiler errorKT-27025 Inline class access to private companion object fun fails with VerifyErrorKT-27070 Delegated property with inline class type delegate fails with internal error in codegenKT-27078 Inline class instance captured in closure fails with internal error (incorrect bytecode generated)KT-27107 JvmStatic in inline class companion doesn't generate static method in the classKT-27113 Inline class's toString is not called when it is used in string extrapolationKT-27140 Couldn't inline method call 'ByteArray' with inline classKT-27162 Incorrect container is generated to callable reference classes for references to inline class membersKT-27259 "Internal error: wrong code generated" for nullable inline class with an inline class underlying typeKT-27318 Interface implementation by delegation to inline class type delegate fails with internal error in codegenKT-27358 Boxed inline class type default parameter values fail with CCE at run-timeKT-27416 "IllegalStateException: Backend Internal error" for inline class with a function with default argument valueKT-27429 "-java-parameters" compiler argument fails in constructor when there is an inline class parameter presentKT-27513 Backend Internal Error when using inline method inside inline classKT-27560 Executing getter of property with type kotlin.reflect.KSuspendFunction1 throws MalformedParameterizedTypeExceptionKT-27705 Internal compiler error (incorrect bytecode generated) when inner class constructor inside inline class references inline class primary valKT-27706 Internal compiler error (incorrect bytecode generated) when inner class inside inline class accepts inline class parameterKT-27732 Using type inference on platform types corresponding to unsigned types causes compiler errorKT-27737 CCE for delegated property of inline class typeKT-27762 The lexer crashes when a vertical tabulation is usedKT-27774 Update asm to 7.0 in Kotlin backendKT-27948 "Argument 2: expected R, but found I" for equals operator on nullable and non-null unsigned typesKT-28054 Inline class: "Cannot pop operand off an empty stack" for calling private secondary constructor from companion objectKT-28061 Safe call operator and contracts: false negative "A 'return' expression required in a function with a block body"KT-28185 Incorrect behaviour of javaClass intrinsic for receivers of inline class typeKT-28188 CCE when bound callable reference with receiver of inline class type is passed to inline functionKT-28237 CoroutineStackFrame uses slashes instead of dots in FQNKT-28361 Class literal for inline class should return KClass object of the wrapperKT-28385 Rewrite at slice FUNCTION in MPP on "red" codeKT-28405 VE “Bad type on operand stack” at runtime on creating inline class with UIntArray insideKT-28585 Inline classes not properly boxed when accessing a var (from enclosing scope) from lambdaKT-28847 Compilation fails with "AssertionError: Rewrite at slice FUNCTOR" on compiling complicated case with delegating propertyKT-28879 "AnalyzerException: Expected I, but found R" when compiling javaClass on inline class valueKT-28920 "AnalyzerException: Expected I, but found R" when compiling javaObjectType/javaPrimitiveType with inline classesKT-28965 Unsound smartcast to definitely not-null if value of one generic type is cast to other generic typeKT-28983 Wrong mapping of flexible inline class type to primitive typeKT-25906 Kotlin language injection doesn't evaluate constants in string templatesKT-27461 Provide live template to generate main() with no parametersKT-28371 Automatically align ?: (elvis operator) after call on the new lineKT-23738 Provide stubs for annotation value argument listKT-25410 Opening Settings freezes the UI for 23 secondsKT-27832 Improve performance of KotlinGradleProjectResolverExtensionKT-28755 Optimize searching constructor delegation callsKT-29297 Improve performance of light classes in IDE (Java-to-Kotlin interop)KT-9840 Right parenthesis doesn't appear after class name before the colonKT-13420 Extend Selection: lambda: whole literal with braces is selected after parametersKT-17502 Do not disable "Generate equals and hashCode" actions for data classesKT-22590 Create Kotlin SDK if it's absent on importing from gradle/maven Kotlin (JavaScript) projects and on configuring java project to Kotlin(JavaScript), Kotlin(Common)KT-23268 IntelliJ plugin: Variables from destructing declarations are not syntax colored as variablesKT-23864 Copyright message is duplicated in kotlin file in root package after updating copyrightKT-25156 SOE in IDE on destructuring delegated property declarationKT-25681 Remove "Coroutines (experimental)" settings from IDE and do not pass -Xcoroutines to JPS compiler (since 1.3)KT-26868 MPP: Gradle import: test dependencies get Compile scopeKT-26987 "Extend Selection" is missing for labeled returnKT-27095 Kotlin configuration: update EAP repositories to use https instead of httpKT-27321 Cannot init component state if "internalArguments" presents in xml project structure (kotlinc.xml)KT-27375 Kotlin Gradle DSL script: "Unable to get Gradle home directory" in new project with new Gradle wrapperKT-27380 KotlinStringLiteralTextEscaper returns wrong offset on unparseable elementsKT-27491 MPP JVM/JS wizard: Use Ktor in the skeletonKT-27492 Create some MPP wizard testsKT-27530 Kotlin Gradle plugin overwrites the JDK set by jdkName property of the Gradle Idea pluginKT-27663 Uast: don't store resolved descriptors in UElementsKT-27907 Exception on processing auto-generated classes from ASKT-27954 Generate -> toString() using "Multiple templates with concatenation" should add spaces after commasKT-27941 MPP: Gradle import with "using qualified names" creates 2 modules with the same content rootKT-28199 Could not get javaResolutionFacade for groovy elementsKT-28348 Don't log or wrap ProcessCanceledExceptionKT-28401 Show parameter info for lambdas during completionKT-28402 Automatically indent || and && operatorsKT-28458 New Project Wizard: move multiplatform projects to the new DSLKT-28513 Bad Kotlin configuration when old syntax is used for configured Gradle project with >= 4.4 versionKT-28556 Wrong nullability for @JvmOverloads-generated method parameter in light classesKT-28997 Couldn't get delegate for class from any local class or object in scriptKT-29027 Kotlin LightAnnotations don't handle vararg class literalsKT-23560 Scratch: impossible to run scratch file from Android StudioKT-25450 NoClassDefFoundError when trying to run a scratch file in Android Studio 3.1.3, Kotlin 1.2.51KT-26764 kotlin content root isn't generated for Android module of a multiplatform project on Gradle importKT-5590 kotlin: line comment must not be on first column by defaultKT-24496 IntelliJ IDEA: Formatting around addition / subtraction not correct for KotlinKT-25417 Incorrect formatting for comments on property accessorsKT-27847 Destructured declaration continued on the next line is formatted with double indentKT-28070 Code style: "Align when multiline" option for "extends / implements list" changes formating of enum constants constructor parametersKT-28227 Formatter should not allow enum entries to be on one line with opening braceKT-28484 Bad formatting for assignment when continuation for assignments is disabledKT-18089 Completion for nullable types without safe call rendered in gray color is barely visibleKT-20706 KDoc: Unneeded completion is invoked after typing a number/digit in a kdoc commentKT-22579 Smart completion should present enum constants with higher rankKT-23834 Code completion and auto import do not suggest extension that differs from member only in type parameterKT-25312 Autocomplete for overridden members in expected class inserts extra override wordKT-26632 Completion: "data class" instead of "data"KT-27916 Autocomplete val when auto-completing constKT-13268 Can't quick evaluate expression with Alt + Click without get operatorKT-14075 Debugger: Property syntax accesses private Java field rather than synthetic property accessorKT-22366 Debugger doesn't stop on certain expressionsKT-23585 Evaluation of a static interface method call failsKT-24343 Debugger, Step Over: IllegalStateException on two consecutive breakpoints when first breakpoint is on an inline function callKT-24959 Evaluating my breakpoint condition fails with exceptionKT-25667 Exception in logs from WeakBytecodeDebugInfoStorage (NoStrataPositionManagerHelper)KT-26795 Debugger crashes with NullPointerException when evaluating const value in companion objectKT-26798 Check that step into works with overrides in inline classesKT-27414 Use "toString" to render values of inline classes in debuggerKT-27462 Main without parameters just with inline fun call: Debug: last Step Over can't finish the processKT-28028 IDEA is unable to find sources during debuggingKT-28342 Can't evaluate the synthetic 'field' variableKT-28487 ISE “resultValue is null: cannot find method generated_for_debugger_fun” on evaluating value of inline classKT-27284 Disable highlighting in decompiled Kotlin bytecodeKT-27460 "Show Kotlin bytecode": "Internal error: null" for an inline extension property from a different fileKT-27265 Unresolved reference in IDE on calling JVM source set members of a multiplatform project with Android target from a plain Kotlin/JVM moduleKT-14862 IDEA links to class file instead of source in buildSrc (Gradle/Kotlin script)KT-17231 "Optimize Import" action not working for Gradle script kotlin.KT-21981 Optimize imports on the fly does not take implicit imports into account in .kts filesKT-24623 Class defined in gradle buildSrc folder is marked as unused when it is actually used in Gradle Script Kotlin fileKT-24705 Script reports are shown in the editor only after caret moveKT-24706 Do not attach script reports if 'reload dependencies' isn't pressedKT-25354 Gradle Kotlin-DSL: Changes of buildSrc are not visible from other modulesKT-25619 Intentions not working in buildSrc (Gradle)KT-27674 Highlighting is skipped in files from buildSrc folder of Gradle projectKT-13118 Parameter info is not shown for Kotlin last-argument lambdasKT-25162 Parameter info for builder functions and lambdasKT-26689 Lambda return expression hint not shown when returning a lambda from inside a lambdaKT-27802 The hint for the if-expression is duplicated inside each branchKT-2029 Add inspection for boolean literals passed without using named parameters featureKT-5071 Properly surround a function invocation in string template by curly bracesKT-5187 Quick Fix to remove inline keyword on warning about performance benefitsKT-6025 Auto-remove toString() call in "Convert concatenation to template"KT-9983 "'inline'' modifier is not allowed on virtual members." should have quickfixKT-12743 Add Intention to convert nullable var to non-nullable lateinitKT-15525 Inspection to warn on thread-blocking invocations from coroutinesKT-17004 There is no suggestion to add property to supertypeKT-19668 Inspection "Redundant else in if"KT-20273 Inspection to report a setter of a property with a backing field that doesn't update the backing fieldKT-20626 Inspection for '+= creates a new list under the hood'KT-23691 Warn about var properties with default setter and getter that doesn't reference backing fieldKT-24515 Intention to add an exception under the cursor to @Throws annotationsKT-25171 Inspection: Change indexed access operator on maps to Map.getValueKT-25620 Inspection for functions returning DeferredKT-25718 Add intention to convert SAM lambda to anonymous objectKT-26236 QuickFix for ASSIGN_OPERATOR_AMBIGUITY on mutable collection '+=', '-='KT-26511 Inspection (without highlighting by default) for unlabeled return inside lambdaKT-26653 Intention to replace if-else with x?.let { ... } ?: ...KT-26724 Inspection with a warning for implementation by delegation to a var propertyKT-26836 Add quick fix for type mismatch between signed and unsigned types for constant literalsKT-27007 Intention: add label to return if scope is visually ambiguousKT-27075 Add a quick fix/intention to create expect member for an added actual declarationKT-27445 Add quickfix for compiler warning "DEPRECATED_JAVA_ANNOTATION"KT-28118 Remove empty parentheses for annotation entriesKT-28631 Suggest to remove single lambda argument if its name is equal to itKT-28696 Inspection: detect potentially ambiguous usage of coroutineContextKT-28699 Add "Convert to also" intentionKT-26969 ConvertCallChainIntoSequence quick fix doesn't use sequences all the wayKT-4645 Unexpected behevior of "Replace 'if' with 'when'" intention when called on second or third 'if'KT-5088 "Add else branch" quickfix on when should not add bracesKT-7555 Omit braces when converting 'this' in 'Convert concatenation to template'KT-8820 No "Change type" quick fix inside whenKT-8875 "Remove explicit type" produce red code for extension lambdaKT-12479 IDEA doesn't propose to replace all usages of deprecated annotation when it declared w/o parenthesesKT-13311 IDE marks fun finalize() as unused and says that its effective visibility is privateKT-14555 Strange 'iterate over Nothing' intentionKT-15550 Intention "Add names to call arguments" isn't available if one argument is a generic function callKT-15835 "Leaking 'this' in constructor" for enum classKT-16338 "Leaking 'this' in constructor" of non-final class when using 'this::class.java'KT-20040 Kotlin Gradle script: unused import doesn't become greyKT-20725 Cannot persist excluded methods for inspection "Accessor call that can be replaced with property syntax"KT-21520 "Assignment should be lifted out of 'if'" false positive for arguments of different typesKT-23134 "Remove single lambda parameter" quick fix applied to a lambda parameter with explicit type breaks ::invoke reference on lambdaKT-23512 "Remove redundant receiver" quick fix makes generic function call incompilable when type could be inferred from removed receiver onlyKT-23639 False positive "Unused symbol" for sealed class type parametersKT-23693 Add missing actual members quick fix doesn't work if there is already same-named function with the same signatureKT-23744 "Kotlin library and Gradle plugin versions are different" inspection false positive for non-JVM dependenciesKT-24492 "Call on collection type may be reduced" does not change labels from mapNotNull to mapKT-25536 Use non-const Kotlin 'val' usage in Java code isn't reported on case labels (& assignments)KT-25933 ReplaceCallWithBinaryOperator should not suggest to replace 'equals' involving floating-point typesKT-25953 Meaningless auto properties for Atomic classesKT-25995 "Simplify comparision" should try to apply "Simplify if expression" when necessaryKT-26051 False positive "Redundant visibility modifier" for overridden protected property setter made publicKT-26337 Exception (resource not found) in quick-fix tests in AS32KT-26481 Flaky false positive "Receiver parameter is never used" for local extension functionKT-26571 Too much highlighting from "convert call chain into sequence"KT-26650 False negative "Call chain on collection should be converted into 'Sequence'"" on class implementing IterableKT-26662 Corner cases around 'this' inside "replace if with safe access"KT-26669 "Remove unnecessary parentheses" reports parens of function returned from extension functionKT-26673 "Remove parameter" quick fix keeps unused type parameter referred in type constraintKT-26710 Should not report "implicit 'it' is shadowed" when outer it is not usedKT-26839 Add braces to if statement produces code that is not formatted according to styleKT-26902 Bad quickfix name for "Call on non-null type may be reduced"KT-27016 Replace 'if' with elvis operator w/ interface generates invalid code (breaks type inference)KT-27034 "Redundant SAM constructor" inspection shouldn't make all lambda gray (too much highlighting)KT-27061 False positive "Convert to secondary constructor" with delegationKT-27071 "Add non-null asserted (!!) call" places !! at wrong position with operator get (array indexing)KT-27093 Create actual class from expect class doesn't add all necessary importsKT-27104 False positive "Convert call chain into Sequence" with groupingByKT-27116 "Object literal can be converted to lambda" produces code littered with "return@label"KT-27138 Change visibility intentions are suggested on properties marked with @JvmFieldKT-27139 Add getter intention is suggested for properties marked with @JvmFieldKT-27146 False positive "map.put() can be converted to assignment" on super keyword with LinkedHashMap inheritanceKT-27156 Introduce backing property intention is suggested for property marked with @JvmFieldKT-27157 Convert property to function intention is suggested for property marked with @JvmFieldKT-27173 "Lift return out of ..." should work on any of targeted return keywordsKT-27184 "Replace with safe call" is not suggested for nullable var property that is impossible to smart castKT-27209 "Loop parameter 'it' is unused": unhelpful quickfixKT-27291 "Create" quick fix: "destination directory" field suggests same root and JVM roots for all platformsKT-27354 False positive "Make 'Foo' open" for data class inheritanceKT-27408 "Add braces to 'if' statement" moves end-of-line comment inside an if branchKT-27486 ConvertCallChainIntoSequence quick fix doesn't convert 'unzip' into 'Sequence'KT-27539 False positive Redundant Companion reference when val in companion is effectively shadowed by inherited valKT-27584 False positive "Move lambda argument out of parentheses" when implementing interface by delegationKT-27590 No “Change parameter” quick fix for changing argument type from UInt to IntKT-27619 Inspection "Invalid property key" should check whether reference is soft or notKT-27664 Fix flaky problem in tests "Could not initialize class UnusedSymbolInspection"KT-27699 "Remove redundant spread operator" produces incorrect codeKT-27708 IDE highlights internal constructors used only from Java as unusedKT-27791 Don't suggest Implement as constructor parameters quick fix for actual class declarationKT-27861 RedundantCompanionReference false positive for nested class with name "Companion"KT-27906 SafeCastAndReturn is not reported on code block with unqualified returnKT-27951 False declaration in actual list (same name but not really actual)KT-28047 False positive "Redundant lambda arrow" for lambda returned from when branchKT-28196 KotlinAddImportAction: AWT events are not allowed inside write actionKT-28200 KNPE in TypeUtilsKt.getDataFlowAwareTypesKT-28268 Don't suggest "make abstract" quick fix for inline classesKT-28286 "Unused symbol" inspection: Interface is reported as "class"KT-28341 False positive "Introduce backing property" intention for const valuesKT-28381 Forbid "move property to constructor" for expect classesKT-28382 Forbid "introduce backing property" for expect classesKT-28383 Exception during "move to companion" for expect class memberKT-28443 "Move out of companion object" intention is suggested for @JvmField property inside companion object of interfaceKT-28504 Redundant async inspection: support calls on explicitly given scopeKT-28540 "Replace assert boolean with assert equality" inspection quickfix doesn't add import statementKT-28618 Kotlin: convert anonymous function to lambda expression failed if no space at start of lambda expressionKT-28694 "Assign backing field" quick fix adds empty line before created assignmentKT-28716 KotlinDefaultHighlightingSettingsProvider suppresses inspections in non-kotlin filesKT-28744 val-keyword went missing from constructor of inline class after applying “Create actual class...” intentionKT-28745 val-keyword went missing from constructor of inline class after applying “Create expected class in common module...” intentionKT-24788 Endless exceptions in offline inspectionsKT-26518 Create actual ... quick fix doesn't add a primary constructor call for the actual secondary constructorKT-26893 Multiplatform projects fail to import into Android Studio 3.3, 3.4KT-26957 Merge expect gutter icon, when used for the same lineKT-27295 MPP: Rebuild module / Recompile source does nothing for Native with Delegate to gradle = YesKT-27296 MPP: Rebuild module / Recompile source does nothing for Common with Delegate to gradle = YesKT-27335 New multiplatform wizard: mobile library is generated with failed testKT-27595 KNPE on attempt to generate equals(), hashCode(), toString() for expect classKT-22637 Go to actual declarations for enum values should choose correct value if they are written in one lineKT-27494 Create tooling tests for new-multiplatformKT-28206 Go to implementations on expect enum shows not only enum classes, but also all membersKT-28398 Broken navigation to actual declaration of println() in non-gradle projectKT-26210 IOE “Cannot create file” on creating new file with existing filename by pasting a code in Project viewKT-27903 Can create file with empty name without any warningKT-29285 Starting REPL in Gradle project: Will compile into IDEA's out folder which then shadows Gradle's compile outputKT-23603 Add the support for find usages/refactoring of the buildSrc sources in gradle kotlin DSL build scriptsKT-26696 Copy, Move: "Destination directory" field does not allow to choose a path from non-JVM moduleKT-28408 "Extract interface" action should not show private propertiesKT-28476 Extract interface / super class on non-JVM class throws KNPEKT-23523 Filter out fake gradle modules from checkbox in Scratch file panelKT-25032 Scratch: IDEA hangs/freezes on code that never returns (infinite loops)KT-26271 Scratches for Kotlin do not work when clicking "Run Scratch File" buttonKT-26332 Fix classpath intention in Kotlin scratch file in Java only project doesn't do anythingKT-27628 Scratch blocks AWT Queue threadKT-28045 'Run kotlin scratch' is shown for jest testsKT-24465 Provide a UI to manage script definitionsKT-24466 Add warning when there are multiple script definitions for one scriptKT-25818 IDE Scripting Console files shouldn't have scratch panelKT-26331 Please extract ScriptDefinitionContributor/KotlinScriptDefinition from kotlin-plugin.jar to separate jarKT-27669 Consider moving expensive tasks out of the UI threadKT-27743 Do not start multiple background threads loading dependencies for different scriptsKT-27817 Implement a lightweight EP in a separate public jar for supplying script definitions to IDEAKT-27960 Add capability to import one Script to anotherKT-28046 "Reload script dependencies on file change" option is missing after project restartKT-27977 Missing 'run' gutter on a test method of an abstract classKT-28080 Wrong run configuration created from context for test method in abstract classKT-27361 Support NamedConstructor in idl2kKT-28786 Float values initialized incorrectly while translating from IDLKT-28821 Kotlin/JS missing ClipboardEvent definitionsKT-28864 Better support for TrackEvent, MediaStreamTrackEvent and RTCTrackEvent in idlKT-27611 Calling a suspending function of a JS library causes "Uncaught ReferenceError: CoroutineImpl is not defined"KT-28207 Finally block loops forever for specific code shapeKT-28215 JS: inline suspend function not usable in non-inlined formKT-29003 KotlinJS: Size of String in stdlib is limited if the the Constructor String(chars: CharArray) gets usedKT-18398 Provide a way for libraries to avoid mixing Kotlin 1.0 and 1.1 dependencies in end user projectsKT-27919 Publish modularized artifacts under 'modular' classifierKT-27251 Do not use Stack in FileTreeWalk iterator implementationKT-12473 KotlinJS - comparator returning 0 changes orderKT-20743 Use strongly typed events in Kotlin2js DOM APIKT-20865 Retrieving groups by name is not supported on Java 9 even with kotlin-stdlib-jre8 in the classpathKT-23932 add "PointerEvent" for kotlin-stdlib-jsKT-24336 Kotlin/JS missing SVGMaskElement interfaceKT-25371 Support unsigned integers in kotlinx-metadata-jvmKT-27629 kotlin.test BeforeTest/AfterTest annotation mapping for TestNGKT-28091 Provide correct AbstractMutableCollections declarations in stdlib-commonKT-28251 Stdlib: Deprecated ReplaceWith kotlin.math.log replacement instead of kotlin.math.lnKT-28488 Add clarification for COROUTINES_SUSPENDED documentationKT-28572 readLine() stumbles at surrogate pairsKT-29187 JS toTypedArray returns array of invalid type for LongArray and BooleanArrayKT-26765 Support calling constructors with inline classes in the signature in reflectionKT-27585 Flaky IllegalPropertyDelegateAccessException: Cannot obtain the delegate of a non-accessible property. Use "isAccessible = true" to make the property accessibleKT-27598 "KotlinReflectionInternalError" when using callBy on constructor that has inline class parametersKT-27913 ReflectJvmMapping.getKotlinFunction(ctor) works incorrectly with types containing variables of inline classKT-27226 Argfiles: An empty argument in quotes with a whitespace or a newline after it interrupts further reading of argumentsKT-27430 [Experimental API] Report warning instead of error if non-marker is used in -Xuse-experimental/-XexperimentalKT-27626 -Xmodule-path does not work in Gradle project with Java 9KT-27709 Using an experimental API that does not exist should warn, not errorKT-27775 Re-enable directories passed as <sources> in -Xbuild-fileKT-27930 Do not use toURI in ModuleVisibilityUtilsKt.isContainedByCompiledPartOfOurModule if possibleKT-28180 Backslash-separated file paths in argfiles do not work on WindowsKT-28974 Serialization bug in CommonToolArguments, affecting MPP project data serializationKT-24997 Pass arguments to Kapt in human-readable formatKT-24998 Introduce separate command line tool specifically for Kapt in order to improve UXKT-25128 ABI jar generation in the CLI compiler for Bazel like build systems.KT-26963 Warn user that a custom platform-agnostic source set wouldn't be included into build unless it is required for other source setsKT-27394 Add kotlinOptions in compilations of the new MPP modelKT-27535 Implement AARs building and publishing in new MPPKT-27685 In new MPP, expose a compilation's default source set via DSLKT-28155 Add ability to run tasks in parallel within projectKT-28842 Enable JS IC by defaultKT-24530 Enable compile avoidance for kaptKotlin tasksKT-28037 In-process Kotlin compiler leaks thread local valuesKT-26065 Kotlin Gradle plugin resolves dependencies at configuration timeKT-26389 Support Gradle Kotlin DSL in projects with the kotlin-multiplatform pluginKT-26663 Gradle dependency DSL features missing for the new MPP dependenciesKT-26808 Deprecation Warning Gradle 5 - "DefaultSourceDirectorySet constructor has been deprecated"KT-26978 Gradle verification fails on DiscoverScriptExtensionsTaskKT-27682 Kotlin MPP DSL: a target is missing the attributes { ... } function, only the attributes property is available.KT-27950 Gradle 5.0-rc1: "Compilation with Kotlin compile daemon was not successful"KT-28355 Gradle Kotlin plugin publishes "api" dependencies with runtime scopeKT-28363 Enable resources processing for Kotlin/JS target in multiplatform projectsKT-28469 Gradle Plugin: Task DiscoverScriptExtensionsTask is never up-to-dateKT-28482 Always rewrite the MPP dependencies in POMs, even when publishing with Gradle metadataKT-28520 MPP plugin can't be applied altogether with the "maven-publish" plugin in a Gradle 5 buildKT-28635 fromPreset() in MPP Gradle plugin DSL is hard to use from Gradle Kotlin DSL scriptsKT-28749 Expose allKotlinSourceSets in KotlinCompilationKT-28795 The localToProject attribute is not properly disambiguated with Gradle 4.10.2+KT-28836 Kotlin compiler logs from Gradle Kotlin Plugin aren't captured by GradleKT-29058 Gradle Plugin: Multiplatform project with maven-publish plugin does not use project group for "metadata" artifact POMKT-26073 Irrelevant "create extra commit with java->kt rename"KT-26980 JPS Native warning is duplicated for test source setsKT-27285 MPP: invalid common -> platform dependency: JPS fails with Throwable "Cannot initialize Kotlin context: Cyclically dependent modules" at KotlinChunk.<init>()KT-27622 JPS, JS: Resources marked as "kotlin-resource" are not copied to the out folder in a Kotlin-js projectKT-28095 JPS: support -Xcommon-sources for multiplatform projects (JS)KT-28316 Report Native is not yet supported in IDEA internal build system on JPS build once per project/multiplatform moduleKT-28527 JPS: Serialization plugin not loaded in ktorKT-28900 With "Keep compiler process alive between invocations = No" (disabled daemon) JPS rebuild fails with SCE: "Provider AndroidCommandLineProcessor not a subtype" at PluginCliParser.processPluginOptions()KT-27382 Embeddable version of scripting support (KEEP 75)KT-27497 kotlin script - No class roots are found in the JDK pathKT-29293 Script compilation - standard libs are not added to the dependenciesKT-29301 Some ivy resolvers are proguarded out of the kotlin-main-ktsKT-29319 scripts default jvmTarget causes inlining problems - default should be 1.8KT-28024 Kapt: Add option for printing timings for individual annotation processorsKT-28025 Detect memory leaks in annotation processorsKT-28852 Cache classloaders for tools.jar and kapt in Gradle workersKT-24368 Kapt: Do not include compile classpath entries in the annotation processing classpathKT-25756 Investigate file descriptors leaks in kaptKT-26145 Using kapt without the kotlin-kapt plugin should throw a build errorKT-26304 Build fails with "cannot find symbol" using gRPC with dagger; stub compilation fails to find classes generated by kaptKT-26725 Kapt does not handle androidx.annotation.RecentlyNullable correctlyKT-26817 kapt 1.2.60+ ignores .java files that are symlinksKT-27126 kapt: class implementing List<T> generates bad stubKT-27188 kapt Gradle plugin fails in Java 10+ ("Cannot find tools.jar")KT-27334 [Kapt] Stub generator uses constant value in method annotation instead of constant name.KT-27404 Kapt does not call annotation processors on custom (e.g., androidTest) source sets if all dependencies are inherited from the main kapt configurationKT-27487 Previous value is passed to annotation parameter using annotation processingKT-27711 kapt: ArrayIndexOutOfBoundsException: 0KT-27910 Kapt lazy stub without explicit type that initializes an object expression breaks stubbingThe release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.
Please note that Kotlin 1.3.11 and its plugin are only compatible with AS 3.2.1, 3.3 RC2+ and 3.4 C6+
KT-28097 AbstractMethodError for @JvmSuppressWildcards annotation used with coroutinesKT-28225 Report a warning when comparing incompatible enumsKT-28389 MPP IDE import does not recognize a dependency from a subproject to the root projectKT-28445 "Redundant async" inspection does not work with release coroutinesKT-27632 MPP IDE commonMain cannot see other commonMain types transitively which are exposed through a middle multiplatform moduleKT-27946 Late initialization based on contracts breaks Kotlin/JS in 1.3.0KT-27500 MPP: Native: .module dependency is reported as error in the IDE after importThis release also includes the fixes and improvements from the previous releases.
The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.
KT-27758 Kotlin 1.3 breaks compilation of calling of function named 'contract' with block as a last parameterKT-27895 Kotlin 1.3.0 broken runtime annotation issueKT-27540 2018.3 and 2019.1 Debugger: Evaluating anything fails with KNPE in LabelNormalizationMethodTransformerKT-27833 Evaluate exception in 183/191 with asm-7.0-beta1/'asm-7.0'KT-27965 Sequence debugger does not work in Android StudioKT-27980 Kotlin sequence debugger throws IDE exception in IDEA 183KT-27265 Unresolved reference in IDE on calling JVM source set members of a multiplatform project with Android target from a plain Kotlin/JVM moduleKT-27849 IntelliJ: Wrong scope of JVM platform MPP dependencyKT-26481 Flaky false positive "Receiver parameter is never used" for local extension functionKT-27357 Function with inline class type value parameters is marked as unused by IDEKT-27434 False positive "Unused symbol" inspection for functions and secondary constructors of inline classesKT-27945 Quick-fix whitespace bug in KtPrimaryConstructor.addAnnotationEntry()KT-27746 Scratch: "Cannot pop operand off an empty stack" in a new scratch fileKT-27371 Common tests can not be launched from gutter in MPP Android/iOS projectKT-27878 Spring: "AssertionError: Non-primitive type name passed: void"KT-27160 Kotlin Gradle plugin 1.3 resolves script configurations during project evaluationKT-27803 CInterop input configuration has 'java-api' as a Usage attribute value in new MPPKT-27984 Kotlin Gradle Plugin: Circular dependencyKT-26489 JPS: support -Xcommon-sources for multiplatform projects (JVM)KT-27037 Incremental compilation failed after update to 1.3.0-rc-60KT-27792 Incremental compilation failed with NullPointerException in KotlinCompileContext.markChunkForRebuildBeforeBuildKT-27126 kapt: class implementing List<T> generates bad stubThis release also includes the fixes and improvements from the previous releases.
KT-25429 Replace update channel in IDE pluginKT-27793 kotlinx.android.synthetic is unresolved on project reopeningKT-27619 Inspection "Invalid property key" should check whether reference is soft or notThis release also includes the fixes and improvements from the previous releases.
Nothing published for this version
Nothing published for this version
KT-26806 Defining constants using kotlin.math is broken in 1.2.70KT-26399 Kotlin Migration: NPE at KotlinMigrationProjectComponent$onImportFinished$1.run()KT-26794 Bad version detection during migration in Android Studio 3.2KT-26823 Fix deadlock in databinding with AndroidX which led to Android Studio hangingKT-26889 Don't show migration dialog if no actual migrations are availableKT-25177 Report asDynamic on dynamic type as a warningKT-25454 Extract function: make default visibility privateKT-26466 Uncaught ReferenceError: println is not definedKT-26208 inspectClassesForKotlinIC slows down continuous mode in GradleKT-26929 Kotlin Reflect and Proguard: can’t find referenced class kotlin.annotations.jvm.ReadOnly/MutableThis release also includes the fixes and improvements from the previous 1.2.70 release.
KT-13860 Avoid creating KtImportDirective PSI elements for default imports in LazyImportScopeKT-22201 Generate nullability annotations for data class toString and equals methods.KT-23870 SAM adapter method returns null-values for "genericParameterTypes"KT-24597 IDE doesn't report missing constructor on inheritance of an expected class in common moduleKT-25120 RequireKotlin on nested class and its members is not loaded correctlyKT-25193 Names of parameters from Java interface methods implemented by delegation are lostKT-25405 Mismatching descriptor type parameters on inner typesKT-25604 Disable callable references to exprerimental suspend functionsKT-25665 Add a warning for annotations which target non-existent accessorsKT-25894 Do not generate body for functions from Any in light class builder modeKT-20772 Incorrect smart cast on enum membersKT-24657 Compiler performance issues with big filesKT-25745 Do not report warning about annotations on non-existing accessors for JvmStatic propertiesKT-25746 Improve message for warning about annotations that have target to non-existing accessorsKT-25810 New Inference: Overload resolution ambiguity on method 'provideDelegate(Nothing?, KProperty<*>)' when there's more than one provideDelegate operator in scopeKT-25973 Report metadata version mismatch upon discovering a .kotlin_module file in the dependencies with an incompatible metadata versionKT-22281 JVM: Incorrect comparison of Double and Float when types are derived from smart-castsKT-22649 Compiler: wrong code generated / Couldn't transform method node - using inline extension property inside lambdaKT-18301 kotlin needs crazy amount of memoryKT-23668 Methods with internal visibility have different mangling names in IDE and in compilerKT-24892 please remove usages of com.intellij.util.containers.ConcurrentFactoryMap#ConcurrentFactoryMap deprecated long agoKT-25144 Quick fix “Change signature” changes class of argument when applied for descendant classes with enabled -Xnew-inference optionKT-25356 Update Gradle Kotlin-DSL icon according to new IDEA 2018.2 icons styleKT-20056 TCE on creating object of an anonymous class in Kotlin scriptKT-25092 SourcePsi should be physical leaf element but got OPERATION_REFERENCEKT-25249 Uast operates "Unit" type instead of "void"KT-25255 Preferences | Languages & Frameworks | Kotlin Updates: show currently installed versionKT-25297 Inconsistency in KotlinULambdaExpression and KotlinLocalFunctionULambdaExpressionKT-25515 Add/remove analysis-related compiler setting does not update IDE project model immediatelyKT-25524 UAST: proper resolve for function variable callKT-25640 "Configure Kotlin" action changes values of language and API version in project settingsKT-25147 Conditional breakpoints doesn't work in common code of MPPKT-25152 MPP debug doesn't navigate to common code if there are same named files in common and platform partsKT-22732 TestNG runner is always used for TestNG tests even when Use Gradle runner is selectedKT-25913 Honor 'store generated project files externally option' for Kotlin facets imported from GradleKT-25955 Support expect/actual in new MPP imported into IDEAKT-6633 Inspection to detect unnecessary "with" callsKT-25146 Add quick-fix for default parameter value removalKT-7675 Create inspection to replace if with letKT-13515 Add intention to replace '?.let' with null checkKT-13854 Need intention actions: to convert property with getter to initializerKT-15476 Inspection to convert non-lazy chains of collection functions into sequencesKT-22068 Force usage of “it” in .forEach{} callsKT-23445 Inspection and quickfix to replace assertTrue(a == b) with assertEquals(a, b)KT-25270 "return@foo" outside of lambda should have quickfix to remove "@foo" labelKT-11154 Spell checking inspection is not suppressableKT-18681 "Replace 'if' with 'when'" generates unnecessary else blockKT-24001 "Suspicious combination of == and ===" false positiveKT-24385 Convert lambda to reference refactor produces red code with companion objectKT-24694 Move lambda out of parentheses should not be applied for multiple functional parametersKT-25089 False-positive "Call chain on collection type can be simplified" for map and joinToString on a HashMapKT-25169 Impossible to suppress UAST/JVM inspectionsKT-25321 Safe delete of a class property implementing constructor parameter at the platform side doesn't remove all the related declarationsKT-25539 Make class open quick fix doesn't update all the related implementations of a multiplatform classKT-25608 Confusing "Redundant override" inspection messageKT-16422 Replace lambda with method reference inspections failsKT-21999 Convert lambda to reference adds this with incorrect labelKT-23467 False positive suspicious callable reference on scoping function called on another lambdaKT-25044 "Implement member" quick-fix should not generate 'actual' modifier with expect declaration in interface onlyKT-25579 Redundant semicolon erroneously reported during local var modifier ambiguityKT-25633 “Add kotlin-XXX.jar to the classpath” quick fix adds dependency with invalid version in Gradle-based projectsKT-25739 "Convert to run" / "Convert to with" intentions incorrectly process references to Java static membersKT-25928 "Let extend" quick fix is suggested in case of nullable/non-null TYPE_MISMATCH collisionKT-26042 False positive "Remove redundant '.let' call" for lambda with destructured argumentsKT-22815 Update quick documentationKT-22648 Quick Doc popup: break (long?) declarations into several linesKT-25129 Idea freezes when Kotlin plugin tries to determine if jar is js lib in jvm moduleKT-25317 Go to actual declaration keyboard shortcut doesn't work for expect object, showing "No implementations found" messageKT-25492 Find usages: keep Expected functions option state while searching for usages of a regular functionKT-25498 Find Usages doesn't show Supertype usages of actual declarations with constructorKT-22823 Text pasted into package is parsed as Kotlin before JavaKT-22072 "Convert MutableMap.put to assignment" should not be applicable when put is used as expressionKT-23590 Incorrect conflict warning "Internal function will not be accessible" when moving class from jvm to common moduleKT-23594 Incorrect conflict warning about IllegalStateException when moving class from jvm to common moduleKT-23772 MPP: Refactor / Rename class does not update name of file containing related expect/actual classKT-23914 Safe search false positives during moves between common and actual modulesKT-25326 Refactor/Safe Delete doesn't report actual object usagesKT-25438 Refactor/Safe delete of a multiplatform companion object: usage is not reportedKT-25857 Refactoring → Move moves whole file in case of moving class from Kotlin scriptKT-25858 Refactoring → Move can be called only for class declarations in Kotlin scriptKT-25814 IDE scripting console -> kotlin (JSR-223) - compilation errors - unresolved IDEA classesKT-25822 jvmTarget from the script compiler options is ignored in the IDEKT-23368 IDE: Build: JPS errors are reported for valid non-multiplatform module depending on multiplatform oneKT-25595 Rename Kotlin-specific "Protractor" run configuration to distinguish it from the one provided by NodeJS pluginKT-19309 Spring JPA Repository IntelliJ tooling with KotlinKT-26228 NoClassDefFoundError: org/jetbrains/kotlin/idea/run/KotlinTestNgConfigurationProducer on running a JUnit test with TestNG plugin disabledKT-25541 Incorrect parameter names in reflection for inner class constructor from Java class compiled with "-parameters"KT-21910 Add -Xfriend-paths compiler argument to support internal visibility checks in production/test sources from external build systemsKT-25554 Do not report warnings when -XXLanguage was used to turn on deprecationKT-25196 Optional expected annotation is visible in platforms where it doesn't have actualKT-25540 JPS JS IC does not recompile usages from other modules when package is differentKT-25396 KAPT Error: Unknown option: infoAsWarningsKT-26211 Kotlin plugin 1.2.60+ breaks IDEA source/resource/test roots in a Maven project with KaptKT-25025 Inter-project IC for JS in GradleKT-25455 Gradle IC: when class signature is changed its indirect subclasses in different module are not recompiledKT-25998 Build process starts compiling w/o any changes (on release version)KT-25977 Can not run a Kotlin testKT-26072 MPP compilation issueKT-26113 Build takes around 20 seconds in already fully built IDEA projectKT-26142 update maven-central remote repository urlKT-26528 ISE “To save disabled cache status [delete] should be called (this behavior is kept for compatibility)” on compiling project with enabled IC in MavenKT-22053 JS: Secondary constructor of Throwable inheritor doesn't call to primary oneKT-26064 JS inliner calls wrong constructor in incremental buildKT-26117 JS runtime error: ArrayList_init instead of ArrayList_init_0KT-18067 KotlinJS - String.compareTo(other: String, ignoreCase: Boolean = false): IntKT-19507 Using @JvmName from stdlib-common fails to compile in JS module.KT-19508 Add @JsName to stdlib-common for controlling JS implementationKT-24478 Annotate relevant standard library annotations with @OptionalExpectationKT-25980 JvmSynthetic annotation has no description in the docsThis release also includes the fixes and improvements from the previous 1.2.61 release.
KT-25622 IDE support for RecentlyNullable/RecentlyNonNullKT-26036 Kotlin 1.2.60 LightAnnotations and LombokKT-20363 No "Run" icon on the left for tests in common part of a multi-platform projectKT-25839 Parcelize generates infinite recursive loopKT-26095 Kotlin facet UI, JS: "Enable incremental compilation (experimental)" should be visible only in project settingKT-24714 java.lang.IllegalStateException: The provided plugin org.jetbrains.kotlin.kapt3.Kapt3ComponentRegistrar is not compatible with this version of compiler