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

Fix common source sets not propogated #3814

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

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

Commits on Sep 23, 2024

  1. Add some kdoc

    adam-enko committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fc6319b View commit details
    Browse the repository at this point in the history
  2. refine test

    adam-enko committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1482ecf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    1522d04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e45e4d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

    adam-enko committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a639d51 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge branch 'master' into adam/feat/KT-70336/pass-common-src-to-depe…

    …ndents
    
    # Conflicts:
    #	dokka-runners/dokka-gradle-plugin/src/main/kotlin/internal/uriUtils.kt
    adam-enko committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    148f821 View commit details
    Browse the repository at this point in the history
  2. Fix issues in KotlinAdapter

    - Filter out legacy KMP metadata compilations (they were retained to support Dokka v1).
    - Fetch both `jar` and `android-classes-jar` from AGP (probably not necessary, but why not?)
    - Only use `compilation.compileDependencyFiles` in non-AGP projects.
    - Add more docs
    adam-enko committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b39e793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad6a532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    169a859 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c8605d View commit details
    Browse the repository at this point in the history
  6. Add 'Dokka' to warn message

    adam-enko committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    586d603 View commit details
    Browse the repository at this point in the history
  7. remove analysis platform convention, otherwise it overrides the conve…

    …ntion set in KotlinAdapter
    adam-enko committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f80f5b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ead23da View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. IT Android with DGPv2

    - implement new JUnit extension to help set up and re-run DGP integration tests with different versions
    adam-enko committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a3919ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22cd3d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Tidy DokkaGradlePluginTestExtension, split up file into separate clas…

    …ses, tidy Android projects, fix suppress/analysisPlatform defaults.
    adam-enko committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e895ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    651cdf8 View commit details
    Browse the repository at this point in the history
  3. run tests with Java 17

    adam-enko committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    91ee7d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge branch 'master' into adam/feat/KT-70336/pass-common-src-to-depe…

    …ndents
    
    # Conflicts:
    #	.gitattributes
    #	build.gradle.kts
    #	dokka-integration-tests/gradle/build.gradle.kts
    #	dokka-runners/dokka-gradle-plugin/src/main/kotlin/tasks/DokkaGenerateTask.kt
    #	dokka-runners/dokka-gradle-plugin/src/testFixtures/kotlin/GradleTestKitUtils.kt
    #	dokka-runners/dokka-gradle-plugin/src/testFixtures/kotlin/fileTree.kt
    adam-enko committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cb7e331 View commit details
    Browse the repository at this point in the history
  2. tidy after merge

    adam-enko committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7fe86c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c65a390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    718cc3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a4239a View commit details
    Browse the repository at this point in the history
  6. update WithGradleProperties to be a repeatable annotation (easier t…

    …o work with and reason about), and update assertions in Android tests
    adam-enko committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b87bab1 View commit details
    Browse the repository at this point in the history