Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-29 | Remove stack overflow error | Martin Bonnin | |
See https://github.com/Kotlin/dokka/issues/512#issuecomment-539737596 | |||
2020-01-29 | Update kotlin compiler version to 1.3.61 | Kamil Doległo | |
2020-01-08 | Fix linking to stdlib with Maven and CLI | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/551 by adding default links in each runner. This should probably be done in one place later on, but I don't see a good place to do it. We can't add it in DokkaGenerator without copying the whole configuration to some default implementation and we can't do it in ExternalDocumentationLinkResolver without redoing it in PackageProvider | |||
2019-12-24 | Use a different method for classpath extraction from Android task | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/549 | |||
2019-12-18 | Make key methods of plugin and task protected open | Kamil Doległo | |
Addresses https://github.com/Kotlin/dokka/issues/534 | |||
2019-11-28 | Provide an error message when no pass config is present | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/511 | |||
2019-11-28 | Fix package suppression | Kamil Doległo | |
Package suppression depended on the order of `perPackageOption`s. That should not be the case. Fixes https://github.com/Kotlin/dokka/issues/521 | |||
2019-11-28 | Add better error message when fatjar cannot be resolved | Kamil Doległo | |
2019-11-28 | Fix the tests | Kamil Doległo | |
2019-11-28 | Fix not skipping empty packages by default | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/510 | |||
2019-11-28 | Use builder when creating external link configuration | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/514 | |||
2019-11-28 | Resolved problems with android multiflavors documentation shadowing (#527) | BarkingBad | |
2019-11-28 | Refactor configuration extraction | Kamil Doległo | |
2019-10-03 | Fix the tests | Kamil Doległo | |
2019-09-19 | Downgrade kotlinx-cli version because of an issue with artifact resolution | Kamil Doległo | |
2019-09-18 | Add androidVariant selection for single-platform | Kamil Doległo | |
2019-09-18 | Quick fix for Android config extraction | Kamil Doległo | |
2019-09-18 | Fix for Android classpath bug | Kamil Doległo | |
2019-09-15 | Add merging samples and includes from global config | Kamil Doległo | |
2019-09-15 | Fix a bug with non-native Android | Kamil Doległo | |
2019-09-09 | Fix the test | Kamil Doległo | |
2019-09-09 | Add a test for multiplatform and kotlinTasks | Kamil Doległo | |
2019-09-04 | Fix kotlinTasks and subProjects | Kamil Doległo | |
2019-08-23 | Fix for platforms | Kamil Doległo | |
2019-08-23 | Add diagnostic info to Gradle platforms and create a top-level config | Kamil Doległo | |
2019-08-22 | Merge Android plugin into Gradle plugin | Kamil Doległo | |
2019-08-14 | Fix CLI arguments, bump CLI library version | Kamil Doległo | |
2019-08-13 | Fix typo in CLI | Kamil Doległo | |
2019-08-08 | Fix Android compilation name | Kamil Doległo | |
2019-08-06 | Remove TODOs | Kamil Doległo | |
2019-08-05 | Fix nested annotation and perPackageOptions bugs | Kamil Doległo | |
2019-08-05 | Move kotlinTasks, update README, minor refactoring | Kamil Doległo | |
2019-08-05 | Cleanup, update README | Kamil Doległo | |
2019-07-03 | Fix bug with common platform sourceSets | Kamil Doległo | |
2019-07-01 | Fix bug with nonexistent file on native | Kamil Doległo | |
2019-06-28 | Add error message when sources from kotlin tasks cannot be extracted | Kamil Doległo | |
2019-06-21 | Add configuration of Dokka with closure in Gradle Kotlin DSL | Kamil Doległo | |
2019-06-18 | Fix Gradle Incremental Build bug on 2.14.1 | Kamil Doległo | |
2019-06-18 | Fix NotSerializableException | Kamil Doległo | |
2019-06-17 | Change log message | Kamil Doległo | |
2019-06-14 | refactoring | KrystianUjma | |
2019-06-13 | Fix for Gradle incremental builds | Kamil Doległo | |
2019-06-12 | Fix for ArtifactResolveException bug in Gradle for Android | Kamil Doległo | |
2019-06-11 | Fix Gradle typeSafeConfiguration test | Kamil Doległo | |
2019-06-11 | Fix for bug in #5aace9 | Kamil Doległo | |
2019-06-06 | Fix some bugs | Kamil Doległo | |
2019-06-05 | Bugfix for duplicate source roots | Kamil Doległo | |
2019-06-05 | Implement configuration avoidance | Kamil Doległo | |
2019-06-05 | #462 - add dokkaRuntime support for multiple dokka tasks | KrystianUjma | |
2019-05-31 | Merge branch 'dokka-runtime-multiple-dokka-tasks' into multiplatform-support | KrystianUjma | |