JetBrains/kotlin
JetBrains/kotlin
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 2/20/2020
Pre-ReleasePre-releaseKT-31411 Support mode of compiler where it analyses source-set as platform one, but produces only metadata for that specific source-setKT-32372 Type inference errors in IDEKT-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-36297 NI: ClassNotFoundException: compiler emits reference to nonexisting class for code with nested inline lambdasKT-36719 Enable new inference in IDE since 1.3.70KT-33820 Stop using com.intellij.codeInsight.AnnotationUtil#isJetbrainsAnnotationKT-33846 Stop using com.intellij.openapi.vfs.newvfs.BulkFileListener.AdapterKT-36306 Code completion inlines content of FQN class if completion called in stringKT-16277 Can't set breakpoint for object constructionKT-33771 False positive "Redundant Companion reference" with Java synthetic property and same-named object propertyKT-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-24122 Long pauses with "removing redundant imports" dialog on rename refactoring for IDEA Kotlin PluginKT-32514 Moving file in with 'search for references' inlines contents in referred source codeKT-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-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-35038 Running a test in a multi-module MPP project via IntelliJ Idea gutter action produces incorrect Gradle Run configurationKT-7657 scan functions for Sequences and IterableKT-33761 reduceOrNull: reduce that doesn't throw on empty inputKT-36714 [Gradle, JS] Webpack output doesn't consider Kotlin/JS exports (library mode)KT-36469 Dependencies with compileOnly scope are not visible in Gradle build of MPP with source set hierarchies supportrelease notes
Published 2/20/2020
Pre-ReleasePre-releaseKT-31411 Support mode of compiler where it analyses source-set as platform one, but produces only metadata for that specific source-setKT-32372 Type inference errors in IDEKT-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-36297 NI: ClassNotFoundException: compiler emits reference to nonexisting class for code with nested inline lambdasKT-36719 Enable new inference in IDE since 1.3.70KT-33820 Stop using com.intellij.codeInsight.AnnotationUtil#isJetbrainsAnnotationKT-33846 Stop using com.intellij.openapi.vfs.newvfs.BulkFileListener.AdapterKT-36306 Code completion inlines content of FQN class if completion called in stringKT-16277 Can't set breakpoint for object constructionKT-33771 False positive "Redundant Companion reference" with Java synthetic property and same-named object propertyKT-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-24122 Long pauses with "removing redundant imports" dialog on rename refactoring for IDEA Kotlin PluginKT-32514 Moving file in with 'search for references' inlines contents in referred source codeKT-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-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-35038 Running a test in a multi-module MPP project via IntelliJ Idea gutter action produces incorrect Gradle Run configurationKT-7657 scan functions for Sequences and IterableKT-33761 reduceOrNull: reduce that doesn't throw on empty inputKT-36714 [Gradle, JS] Webpack output doesn't consider Kotlin/JS exports (library mode)KT-36469 Dependencies with compileOnly scope are not visible in Gradle build of MPP with source set hierarchies supportThe Kotlin Programming Language.