The release contents the JVM version of the Kotlin compiler, and also the Kotlin/Native compiler for the supported platforms: Linux, macOS and Windows.
Changelog
Compiler
New Features
KT-7745 Support named arguments in their own position even if the result appears as mixed
KT-32415 Type mismatch on argument of super constructor of inner class call
KT-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 type
KT-32415 Type mismatch on argument of super constructor of inner class call
KT-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 type
KT-32456 New type inference: "IllegalStateException: Error type encountered" when adding emptyList to mutableList
KT-32499 Kotlin/JS 1.3.40 - new type inference with toTypedArray() failure
KT-32742 Gradle/JS "Unresolved Reference" when accessing setting field of Dynamic object w/ React
KT-32818 Type inference failed with elvis operator
KT-32862 New type inference: Compilation error "IllegalArgumentException: ClassicTypeSystemContextForCS couldn't handle" with overloaded generic extension function reference passed as parameter
The release contents the JVM version of the Kotlin compiler, and also the Kotlin/Native compiler for the supported platforms: Linux, macOS and Windows.
Changelog
Compiler
New Features
KT-7745 Support named arguments in their own position even if the result appears as mixed
KT-32415 Type mismatch on argument of super constructor of inner class call
KT-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 type
KT-32415 Type mismatch on argument of super constructor of inner class call
KT-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 type
KT-32456 New type inference: "IllegalStateException: Error type encountered" when adding emptyList to mutableList
KT-32499 Kotlin/JS 1.3.40 - new type inference with toTypedArray() failure
KT-32742 Gradle/JS "Unresolved Reference" when accessing setting field of Dynamic object w/ React
KT-32818 Type inference failed with elvis operator
KT-32862 New type inference: Compilation error "IllegalArgumentException: ClassicTypeSystemContextForCS couldn't handle" with overloaded generic extension function reference passed as parameter
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](https://app.dependabot.com):
- 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.61 to 1.3.70. Updateskotlin-gradle-plugin
from 1.3.61 to 1.3.70Release notes
Sourced from kotlin-gradle-plugin's releases.
Changelog
Sourced from kotlin-gradle-plugin's changelog.
Commits
5d9e053
Update ChangeLog.mdbfb4864
Update K/Nfacddfc
ExperimentalFixesFactory:OptIn
shouldn't be added for old version9922e74
.gradle.kts: fix freezes by avoiding fs walking0cf79f8
[Gradle, JS] Fix timeout for debug0f22b3c
Tests: fix some tests in formatter for ASead89cb
Formatter: fix indent after trailing comma in callsf5528bc
Formatter: shouldn't format property chainse7d1dac
Remove accidentally committed dependency on kotlin-gradle-testing.xmlffc3d7f
[JS DCE] Add an ability to define overwriting strategy when copying dependenc...Updates
kotlin-stdlib-jdk8
from 1.3.61 to 1.3.70Release notes
Sourced from kotlin-stdlib-jdk8's releases.
Changelog
Sourced from kotlin-stdlib-jdk8's changelog.
Commits
5d9e053
Update ChangeLog.mdbfb4864
Update K/Nfacddfc
ExperimentalFixesFactory:OptIn
shouldn't be added for old version9922e74
.gradle.kts: fix freezes by avoiding fs walking0cf79f8
[Gradle, JS] Fix timeout for debug0f22b3c
Tests: fix some tests in formatter for ASead89cb
Formatter: fix indent after trailing comma in callsf5528bc
Formatter: shouldn't format property chainse7d1dac
Remove accidentally committed dependency on kotlin-gradle-testing.xmlffc3d7f
[JS DCE] Add an ability to define overwriting strategy when copying dependenc...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](https://app.dependabot.com): - 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)