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

Improve Multiplatform Support With Source Set-Based Configuration #1021

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

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    e0f75e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Reformat for ktlint

    OliverO2 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1297b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf4738 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    f5fd95d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f416f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Optionally use source set dependencies instead of task dependencies

    These can be enabled via setting the Gradle property
    'ksp.sourceSetDependencies.enabled=true'. They are enabled by
    default for 'ksp.multiplatform.enabled=true'.
    OliverO2 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    91fbc76 View commit details
    Browse the repository at this point in the history