Age | Commit message (Collapse) | Author |
|
The issue was fixed in Gradle 7.6
|
|
|
|
|
|
|
|
Update code to use idiomatic Gradle API
|
|
|
|
|
|
|
|
|
|
* Change warning level as requested https://github.com/Kotlin/dokka/pull/2806#pullrequestreview-1278096135
* Change the group of deprecated tasks to "deprecated" according to conversation https://github.com/Kotlin/dokka/pull/2806/files#r1093042654
* Use lazy resolution of tasks and explicit test for deprecation.
|
|
|
|
|
|
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
|
|
|
|
|
|
|
|
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
|
|
* Introduce `extraOptions`
* Make 'SinceKotlin' option
* Display 'SinceKotlin' everywhere
* Dump API
* Fix CLI bug
* Show custom tags in property brief
* Show custom tags in extension brief
* Show `SinceKotlin` for TypeAlias
* Fix `stdlib.diff`
* Add a test
* Display doc for actual typealias
* Propagate SinceKotlin
* Refactor
* Refactor in `SinceKotlinTransformer`
* Revert "Introduce `extraOptions`"
This reverts commit b83fdf5da31a97e2ae037f46a735d34a2f84d2ec.
* Revert "Make 'SinceKotlin' option"
This reverts commit 69f4641d1776f3a4bcd361919212c2de7fa2364e.
* Introduce `dokka.SinceKotlin` system property instead of extra arg
* Fix API
* Fix tests
* Rename
* Spread on extensions
* Put doc and rename prop
|
|
|
|
* Fix OOME: Metaspace
* Add stress test
* Run sample analysis from `Dispatchers.Default`
|
|
|
|
|
|
* Extract classpath from `KotlinSharedNativeCompilation` as well
* Enhance mpp integration test
* Enable HMPP for old Kotlin in integration test
* Add comments
|
|
|
|
|
|
|
|
|
|
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731
* Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf
* `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6
* `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated
* `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A-
* Make `clean` independent from `setupMaven`
* Set up JDK classpath roots explicitly
because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246
* Add JPS model and faxml dependencies
* Fix test
* Exclude compiler from buildscript in integration test
* Exclude `com.intellij` package from compiler
* Update kotlin version in integration tests
|
|
* Remove unused jackson-annotations dependency
* Remove redundant `kotlin-reflect` dependency constraint
kotlin-reflect is provided as part of the Gradle API at compile & runtime.
* Remove redundant dependencies on gradleApi
This dependency is added to the "api" configuration by java-gradle-plugin,
so is already available in all compile & runtime classpaths.
|
|
|
|
* Enable stricter validation for cacheable tasks
* Address Gradle plugin strict validation violations
|
|
|
|
|
|
* Enable warnings as errors and fix all warnings
* Enable skip-metadata-version-check compiler setting
|
|
See https://github.com/Kotlin/dokka/issues/2457
|
|
* Fix missing external docs for some AndroidX libraries
Closes #2455
|
|
|
|
Bumps [kotlinx-cli-jvm](https://github.com/Kotlin/kotlinx-cli) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/Kotlin/kotlinx-cli/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx-cli/compare/v0.3.3...v0.3.4)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-cli-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
* Bump binary-compatibility-validator to 0.8.0
|
|
|
|
|
|
|
|
* Update kotlinx.coroutines to 1.6.0
* Shutdown common coroutines dispatchers after each module pass
* Don't finalize coroutines in unit tests
Co-authored-by: Mikhail Zarechenskiy <mikhail.zarechenskiy@jetbrains.com>
|
|
Bumps com.gradle.plugin-publish from 0.12.0 to 0.20.0.
---
updated-dependencies:
- dependency-name: com.gradle.plugin-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
* Add global settings to JSON dokka cli input
* Apply requested changes
* Move initialization of global arguments to extension function in core module
|
|
* Introduce `documentedVisibilities` setting
* Remove hardcoded doc generation for Visibility.PUBLIC, correct tests
* Add maven, gradle and cli integration tests for documentedVisibilities
* Fix maven plugin configuration overriding the default value
* Remove test debug prints
* Correct an inconsistency with default values and leave a comment of intentions
* Add a test for visibility of private setter
|
|
* Bump Kotlin to 1.6.0-RC2
* Fix Gradle bug in test configuration
|
|
Bumps [kotlinx-cli-jvm](https://github.com/Kotlin/kotlinx-cli) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/Kotlin/kotlinx-cli/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx-cli/compare/v0.3.2...v0.3.3)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-cli-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
|