aboutsummaryrefslogtreecommitdiff
path: root/runners
AgeCommit message (Collapse)Author
2020-01-29Remove stack overflow errorMartin Bonnin
See https://github.com/Kotlin/dokka/issues/512#issuecomment-539737596
2020-01-29Update kotlin compiler version to 1.3.61Kamil Doległo
2020-01-08Fix linking to stdlib with Maven and CLIKamil 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-24Use a different method for classpath extraction from Android taskKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/549
2019-12-18Make key methods of plugin and task protected openKamil Doległo
Addresses https://github.com/Kotlin/dokka/issues/534
2019-11-28Provide an error message when no pass config is presentKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/511
2019-11-28Fix package suppressionKamil 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-28Add better error message when fatjar cannot be resolvedKamil Doległo
2019-11-28Fix the testsKamil Doległo
2019-11-28Fix not skipping empty packages by defaultKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/510
2019-11-28Use builder when creating external link configurationKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/514
2019-11-28Resolved problems with android multiflavors documentation shadowing (#527)BarkingBad
2019-11-28Refactor configuration extractionKamil Doległo
2019-10-03Fix the testsKamil Doległo
2019-09-19Downgrade kotlinx-cli version because of an issue with artifact resolutionKamil Doległo
2019-09-18Add androidVariant selection for single-platformKamil Doległo
2019-09-18Quick fix for Android config extractionKamil Doległo
2019-09-18Fix for Android classpath bugKamil Doległo
2019-09-15Add merging samples and includes from global configKamil Doległo
2019-09-15Fix a bug with non-native AndroidKamil Doległo
2019-09-09Fix the testKamil Doległo
2019-09-09Add a test for multiplatform and kotlinTasksKamil Doległo
2019-09-04Fix kotlinTasks and subProjectsKamil Doległo
2019-08-23Fix for platformsKamil Doległo
2019-08-23Add diagnostic info to Gradle platforms and create a top-level configKamil Doległo
2019-08-22Merge Android plugin into Gradle pluginKamil Doległo
2019-08-14Fix CLI arguments, bump CLI library versionKamil Doległo
2019-08-13Fix typo in CLIKamil Doległo
2019-08-08Fix Android compilation nameKamil Doległo
2019-08-06Remove TODOsKamil Doległo
2019-08-05Fix nested annotation and perPackageOptions bugsKamil Doległo
2019-08-05Move kotlinTasks, update README, minor refactoringKamil Doległo
2019-08-05Cleanup, update READMEKamil Doległo
2019-07-03Fix bug with common platform sourceSetsKamil Doległo
2019-07-01Fix bug with nonexistent file on nativeKamil Doległo
2019-06-28Add error message when sources from kotlin tasks cannot be extractedKamil Doległo
2019-06-21Add configuration of Dokka with closure in Gradle Kotlin DSLKamil Doległo
2019-06-18Fix Gradle Incremental Build bug on 2.14.1Kamil Doległo
2019-06-18Fix NotSerializableExceptionKamil Doległo
2019-06-17Change log messageKamil Doległo
2019-06-14refactoringKrystianUjma
2019-06-13Fix for Gradle incremental buildsKamil Doległo
2019-06-12Fix for ArtifactResolveException bug in Gradle for AndroidKamil Doległo
2019-06-11Fix Gradle typeSafeConfiguration testKamil Doległo
2019-06-11Fix for bug in #5aace9Kamil Doległo
2019-06-06Fix some bugsKamil Doległo
2019-06-05Bugfix for duplicate source rootsKamil Doległo
2019-06-05Implement configuration avoidanceKamil Doległo
2019-06-05#462 - add dokkaRuntime support for multiple dokka tasksKrystianUjma
2019-05-31Merge branch 'dokka-runtime-multiple-dokka-tasks' into multiplatform-supportKrystianUjma