-
Notifications
You must be signed in to change notification settings - Fork 49
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
chore: update kotlin to 1.8.22; kotlinx.coroutines to 1.7.3 #1007
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.8.22 is not available internally (latest is 1.8.21). Will that affect internal usage of the SDK?
Looking at the release notes I don't think so. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -86,28 +86,6 @@ subprojects { | |||
} | |||
} | |||
|
|||
task<org.jetbrains.kotlin.gradle.testing.internal.KotlinTestReport>("rootAllTest") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Kotlin Gradle Plugin developer here.
Can you guys confirm that you don't need this code anymore?
We have this bug that we want to close as "Won't Fix". But instead we want to improve UX here.
Would you be so kind sharing your Use Case?
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for reaching out, the code you are commenting on was deleted in this PR almost 1 year ago, and we never added it back, so it's safe to say we don't need it anymore.
Issue #
N/A
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.