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

Commits on Mar 14, 2024

  1. Manage Kotlin plugins in the catalog

    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 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    47aa78a View commit details
    Browse the repository at this point in the history