-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Update Kotlin dependencies - use latest Kotlin and Ktor versions #12949
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
Update Kotlin dependencies - use latest Kotlin and Ktor versions #12949
Conversation
0950de6
to
c8b84c4
Compare
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 @Marek00Malik, first of all, thanks for creating this PR.
Did you test if the dependency update didn't break anything?
Thanks
modules/openapi-generator/src/main/resources/kotlin-client/build.gradle.mustache
Outdated
Show resolved
Hide resolved
@@ -1,183 +0,0 @@ | |||
# coding: utf-8 |
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.
@Marek00Malik could you please revert this file?
@@ -1,11 +0,0 @@ | |||
# Client |
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.
@Marek00Malik could you please revert this file?
@@ -1,39 +0,0 @@ | |||
<?php |
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.
@Marek00Malik could you please revert this file?
@Marek00Malik thanks for the PR but I would suggest you file a new file base on the latest master and target the master instead. PM me via Slack if you need any help on that. Thank. you. |
Sure, on it. Thanks for the comments @4brunu I will push the fixes on the new PR |
According to #11994, this change is updating Kotlin client dependencies, Kotlin version and what version of Ktor is used (2.0.3).
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
(6.1.0) (minor release - breaking changes with fallbacks),7.0.x
(breaking changes without fallbacks)