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

Support running KSP via KotlinCompilerRunner #1119

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2022

  1. Support running KSP via KotlinCompilerRunner

    which is based on KGP's GradleCompilerRunnerWithWorker.
    
    Also refactored the code to allow selection between the old and new
    ways to create KSP tasks and call the compiler.
    ting-yuan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b8cab8b View commit details
    Browse the repository at this point in the history
  2. Fix test for build cache.

    ting-yuan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    50c93b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd52324 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c99bcb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6566ca1 View commit details
    Browse the repository at this point in the history
  6. Introduce KotlinCompilerArguments

    and target specific subclasses. This is a simplified version of the
    CommonCompilerArguments family.
    ting-yuan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    a2a7d15 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    e73051e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45354a7 View commit details
    Browse the repository at this point in the history