Skip to content
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

Prepare for migration to KGP 2.1.0 #3855

Open
whyoleg opened this issue Oct 11, 2024 · 0 comments · May be fixed by #3896
Open

Prepare for migration to KGP 2.1.0 #3855

whyoleg opened this issue Oct 11, 2024 · 0 comments · May be fixed by #3896
Assignees
Labels
enhancement An issue for a feature or an overall improvement
Milestone

Comments

@whyoleg
Copy link
Collaborator

whyoleg commented Oct 11, 2024

Kotlin 2.1.0 will drop support for language version 1.4 and 1.5. But we need need to use older api/language version so that DGP will be compatible with Gradle 7.6.
To be able to migrate DGP (and dependent modules) to it, we will need to use fixed compiler version for compiling which still supports old language versions (e.g 2.0.20).
Similar changes were already implemented in kotlinx-benchmark.

@whyoleg whyoleg added the enhancement An issue for a feature or an overall improvement label Oct 11, 2024
@whyoleg whyoleg added this to the Dokka 2.1.0 milestone Oct 11, 2024
@whyoleg whyoleg self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant