Update dependencies (Kotlin 2.3.20)#617
Draft
Au6ojlut wants to merge 1 commit into
Draft
Conversation
- Kotlin: 1.9.23 -> 2.3.20 - KSP: 1.9.23-1.0.20 -> 2.3.7 - Kotlinpoet KSP: 1.11.0-> 2.3.0 - Ktlint: 0.50.0 -> 1.8.0 - Dokka: 1.9.20 -> 2.2.0 - Moditect: 1.0.0.RC1 -> 1.3.0.Final - com.github.tschuchortdev:kotlin-compile-testing:1.5.0 -> dev.zacsweers.kctfork:ksp:0.12.1 (fork with KSP2 support) - Jackson: 2.12.3 -> 2.21.2 Build snapshot version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update core dependencies to align with Kotlin 2.1+ requirements. Current versions are not compatible with newer Kotlin releases.
Dependency updates
Context
Thanks for maintaining this project.
This is an initial commit toward a future 5.0.0 release. The version bump is not only due to Kotlin compatibility, but also upcoming structural and functional changes.
Planned changes (follow-up PRs)
Expand KSP-based logic:
Example:
simple ConstructorFunctionGenerator
Example:
Move Undefined with Unsafe usage to separate module. PseudoConstructorFunctionGenerator remains available but requires this new module. Compile time error will occur if the module is not present on the classpath.
Notes
This PR is intentionally limited to dependency alignment as a baseline for further work.
Additional changes will follow in subsequent commits/PRs.
Please do not release a new version based on this commit yet. More breaking and structural changes are planned before 5.0.0 is finalized.