-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upgraded kotlin to 1.9.20 #556
Conversation
### WHat's done: - upgraded kotlin - removed actual\expected class - added required OptIn It handles of #554
save-common/src/nativeMain/kotlin/com/saveourtool/save/core/utils/PlatformUtils.kt
Fixed
Show fixed
Hide fixed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #556 +/- ##
=========================================
Coverage 48.07% 48.07%
Complexity 163 163
=========================================
Files 53 53
Lines 1893 1893
Branches 316 313 -3
=========================================
Hits 910 910
Misses 853 853
Partials 130 130
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
save-common/src/nativeMain/kotlin/com/saveourtool/save/core/utils/ProcessBuilderInternal.kt
Fixed
Show fixed
Hide fixed
save-common/src/jvmMain/kotlin/com/saveourtool/save/core/utils/ProcessBuilderInternal.kt
Fixed
Show fixed
Hide fixed
save-common/src/commonMain/kotlin/com/saveourtool/save/core/utils/ProcessBuilder.kt
Fixed
Show fixed
Hide fixed
save-common/src/jsMain/kotlin/com/saveourtool/save/core/utils/ProcessBuilder.kt
Show resolved
Hide resolved
save-cli/src/nativeMain/kotlin/com/saveourtool/save/cli/logging/Logger.kt
Fixed
Show fixed
Hide fixed
buildSrc/src/main/kotlin/com/saveourtool/save/buildutils/kotlin-library.gradle.kts
Show resolved
Hide resolved
buildSrc/src/main/kotlin/com/saveourtool/save/buildutils/kotlin-library.gradle.kts
Show resolved
Hide resolved
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.
Looks like you missed my comment. We do not have time for this now. Please focus on the priorities.
#554 (review)
please block this PR too |
It's done already, I thought. Why block if it's done already? |
Because it will required to upgrade in |
What's done:
nonJs
targetIt handles of #554
It closes #555