Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps kotlin_version from 1.3.50 to 1.3.61.

Updates kotlin-gradle-plugin from 1.3.50 to 1.3.61

Release notes

Sourced from kotlin-gradle-plugin's releases.

Kotlin 1.3.60 EAP 3

CHANGELOG

1.3.60 EAP 3

Compiler

  • KT-18541 Prohibit "tailrec" modifier on open functions
  • KT-19844 Do not render type annotations on symbols rendered in diagnostic messages
  • KT-24913 KotlinFrontEndException with local class in init of generic class
  • KT-31540 Change initialization order of default values for tail recursive optimized functions

IDE

  • KT-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/object
  • KT-34042 "Error loading Kotlin facets. Kotlin facets are not allowed in Kotlin/Native Module" in 192 IDEA
  • KT-34237 MPP with Android target: common* source sets are not shown as source roots in IDE

IDE. Debugger

  • KT-11395 Breakpoint inside lambda argument of InlineOnly function doesn't work

IDE. Gradle

  • KT-32960 KotlinMPPGradleModelBuilder takes a long time to process when syncing non-MPP project with IDE
  • KT-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"

IDE. Inspections and Intentions

  • KT-32965 False positive "Redundant qualifier name" with nested enum member call
  • KT-33597 False positive "Redundant qualifier name" with class property initialized with same-named object property
  • KT-33991 False positive "Redundant qualifier name" with enum member function call
  • KT-34113 False positive "Redundant qualifier name" with Enum.values() from a different Enum

IDE. Run Configurations

  • KT-34366 Implement gutters for running tests (multi-platform projects)

Libraries

  • KT-33864 Read from pseudo-file system is empty

Tools. CLI

  • KT-24966 Classloader problems when running basic kafka example with kotlin and kotlinc

Tools. Gradle

  • KT-33980 Read the granular source sets metadata flag value once and cache it for the current Gradle build
... (truncated)
Changelog

Sourced from kotlin-gradle-plugin's changelog.

CHANGELOG

Commits

Updates kotlin-stdlib-jdk7 from 1.3.50 to 1.3.61

Release notes

Sourced from kotlin-stdlib-jdk7's releases.

Kotlin 1.3.60 EAP 3

CHANGELOG

1.3.60 EAP 3

Compiler

  • KT-18541 Prohibit "tailrec" modifier on open functions
  • KT-19844 Do not render type annotations on symbols rendered in diagnostic messages
  • KT-24913 KotlinFrontEndException with local class in init of generic class
  • KT-31540 Change initialization order of default values for tail recursive optimized functions

IDE

  • KT-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/object
  • KT-34042 "Error loading Kotlin facets. Kotlin facets are not allowed in Kotlin/Native Module" in 192 IDEA
  • KT-34237 MPP with Android target: common* source sets are not shown as source roots in IDE

IDE. Debugger

  • KT-11395 Breakpoint inside lambda argument of InlineOnly function doesn't work

IDE. Gradle

  • KT-32960 KotlinMPPGradleModelBuilder takes a long time to process when syncing non-MPP project with IDE
  • KT-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"

IDE. Inspections and Intentions

  • KT-32965 False positive "Redundant qualifier name" with nested enum member call
  • KT-33597 False positive "Redundant qualifier name" with class property initialized with same-named object property
  • KT-33991 False positive "Redundant qualifier name" with enum member function call
  • KT-34113 False positive "Redundant qualifier name" with Enum.values() from a different Enum

IDE. Run Configurations

  • KT-34366 Implement gutters for running tests (multi-platform projects)

Libraries

  • KT-33864 Read from pseudo-file system is empty

Tools. CLI

  • KT-24966 Classloader problems when running basic kafka example with kotlin and kotlinc

Tools. Gradle

  • KT-33980 Read the granular source sets metadata flag value once and cache it for the current Gradle build
... (truncated)
Changelog

Sourced from kotlin-stdlib-jdk7's changelog.

CHANGELOG

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `kotlin_version` from 1.3.50 to 1.3.61.

Updates `kotlin-gradle-plugin` from 1.3.50 to 1.3.61
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-stdlib-jdk7` from 1.3.50 to 1.3.61
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant