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

Conversation

adam-enko
Copy link
Member

WIP

Fix KT-70855

@adam-enko adam-enko added the runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin label Sep 19, 2024
@adam-enko adam-enko self-assigned this Sep 19, 2024
…ndents

# Conflicts:
#	dokka-runners/dokka-gradle-plugin/src/main/kotlin/internal/uriUtils.kt
- 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
- implement new JUnit extension to help set up and re-run DGP integration tests with different versions
…ses, tidy Android projects, fix suppress/analysisPlatform defaults.
adam-enko added a commit that referenced this pull request Oct 31, 2024
`fileTree.kt` contains a utility for logging pretty file trees, which is useful in providing human-readable context for test failures.

This PR updates the utility to only use NIO Path, rather than the older `java.io.File`.

This change was split off from #3814 to make the PR smaller
adam-enko added a commit that referenced this pull request Oct 31, 2024
`fileTree.kt` contains a utility for logging pretty file trees, which is useful in providing human-readable context for test failures.

This PR updates the utility to only use NIO Path, rather than the older `java.io.File`.

This change was split off from #3814 to make the PR smaller
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant