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

Initial implementation of KSP 2 Gradle plugin #1446

Merged
merged 3 commits into from
Jul 20, 2023

Commits on Jul 20, 2023

  1. Fix dependencies

    Although gradle-plugin/ and compiler-plugin/ depend on KGP and Kotlin
    compiler, they are always loaded and should not pull the dependencies
    actively.
    ting-yuan committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c2e2216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d180a View commit details
    Browse the repository at this point in the history
  3. Initial implementation of KSP 2 Gradle plugin

    It can be switched on by setting the gradle property ksp.useK2=true
    ting-yuan committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ab1606b View commit details
    Browse the repository at this point in the history