Skip to content

Upgrade to Kotlin 1.6.10 #10350

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

Closed
marcusdacoregio opened this issue Oct 6, 2021 · 1 comment
Closed

Upgrade to Kotlin 1.6.10 #10350

marcusdacoregio opened this issue Oct 6, 2021 · 1 comment
Assignees
Labels
type: dependency-upgrade A dependency upgrade
Milestone

Comments

@marcusdacoregio
Copy link
Contributor

Related spring-projects/spring-framework#27413

@marcusdacoregio marcusdacoregio added the type: dependency-upgrade A dependency upgrade label Oct 6, 2021
@marcusdacoregio marcusdacoregio added this to the 6.x milestone Oct 6, 2021
@marcusdacoregio marcusdacoregio self-assigned this Oct 6, 2021
@marcusdacoregio
Copy link
Contributor Author

@marcusdacoregio marcusdacoregio changed the title Upgrade to Kotlin 1.6 Upgrade to Kotlin 1.6.10 Jan 12, 2022
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Jan 13, 2022
The kotlin-gradle-plugin is changing some configuration's properties from configurations that has the same prefix as the sourceSet.
It is enforcing the canBeResolved property to false. See https://youtrack.jetbrains.com/issue/KT-50748.
This commits changes the suffix to compile -> compileClasspath, runtime -> runtimeClasspath to workaround this issue.

Issue spring-projectsgh-10350
sjohnr pushed a commit that referenced this issue Jan 14, 2022
The kotlin-gradle-plugin is changing some configuration's properties from configurations that has the same prefix as the sourceSet.
It is enforcing the canBeResolved property to false. See https://youtrack.jetbrains.com/issue/KT-50748.
This commits changes the suffix to compile -> compileClasspath, runtime -> runtimeClasspath to workaround this issue.

Issue gh-10350
@rwinch rwinch modified the milestones: 6.0.x, 6.0.0-M7 Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

2 participants