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

Manage Kotlin plugins in the catalog #10610

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Manage Kotlin plugins in the catalog #10610

merged 1 commit into from
Mar 14, 2024

Conversation

timyates
Copy link
Member

With the build plugin 6.7.0 we can add managed plugins to the catalog, and these can be used in downstream modules.

This means we can stop defining the version of Kotlin in most modules, and fight to keep them all updated, and instead use:

alias(mn.plugins.kotlin.jvm)

or

alias(mn.plugins.ksp)

With the build plugin 6.7.0 we can add managed plugins to the catalog, and these can be used in downstream modules.

This means we can stop defining the version of Kotlin in most modules, and fight to keep them all updated, and instead use:

```
alias(mn.plugins.kotlin.jvm)
```

or

```
alias(mn.plugins.ksp)
```
@timyates timyates added the relates-to: build label for issues related to the build file or CI label Mar 14, 2024
@timyates timyates requested review from melix and sdelamo March 14, 2024 10:37
@timyates timyates self-assigned this Mar 14, 2024
Copy link

sonarcloud bot commented Mar 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@graemerocher
Copy link
Contributor

do these not belong in the Kotlin module?

@melix
Copy link
Contributor

melix commented Mar 14, 2024

That's the same problem as with Groovy, this would create a circular dependency.

@sdelamo sdelamo merged commit 2c3ceb1 into 4.4.x Mar 14, 2024
15 checks passed
@sdelamo sdelamo deleted the managed-kotlin-plugins branch March 14, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relates-to: build label for issues related to the build file or CI
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants