OpenAPITools / OpenAPITools/openapi-generator
[REQ] kotlin multiplatform - support newer kotlin version
Open
Nobody has claimed this yet.
Enhancement: Feature
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Currently library versions are
- Platform: Kotlin multiplatform.
- Kotlin version: 1.3.50
- HTTP client: Ktor 1.2.4.
- JSON processing: Kotlinx Serialization: 0.12.0.
It should be nice to address those library versions:
- Platform: Kotlin multiplatform.
- Kotlin version: 1.3.61
- HTTP client: Ktor 1.3.2.
- JSON processing: Kotlinx Serialization: 0.20.0.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Kotlin Multiplatform generator templates and the declarations for Kotlin, Ktor, and Kotlinx Serialization versions. Update those declarations to the versions listed in the issue, then verify that a generated Kotlin Multiplatform project builds and its existing tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100