Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Kotlin to 1.7.0-RC #2508

Merged
merged 16 commits into from May 31, 2022
Merged

Bump Kotlin to 1.7.0-RC #2508

merged 16 commits into from May 31, 2022

Conversation

vmishenev
Copy link
Member

No description provided.

Changes:
* `UnresolvedType` is replaced with `ErrorType` in JetBrains/kotlin@b5933c7
*  Support `sig` files in JetBrains/kotlin@22b3688
* `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in JetBrains/intellij-community@e4af6f9
* `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated
@vmishenev vmishenev force-pushed the bump-kt-1.7.0-RC branch 5 times, most recently from 0ada8fd to f6135a1 Compare May 25, 2022 12:02
@vmishenev vmishenev marked this pull request as ready for review May 26, 2022 16:01
@@ -534,7 +534,7 @@ private class DokkaDescriptorVisitor(
parameter(index, desc, DRIWithPlatformInfo(dri, actual))
},
sources = actual,
expectPresentInSet = sourceSet.takeIf { isExpect },
expectPresentInSet = if(isExpect) sourceSet else null,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this can be https://youtrack.jetbrains.com/issue/KT-52561 that is fixed in JetBrains/kotlin@c526ed7 (Kotlin 1.7.0)

Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done! 👍

@vmishenev vmishenev merged commit 73f78dc into master May 31, 2022
@vmishenev vmishenev deleted the bump-kt-1.7.0-RC branch May 31, 2022 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kotlin-analysis-intellij-1.6.21.jar is bundled with log4j 1.2
2 participants