Skip to content

Commit 283f6cf

Browse files
authored
Merge pull request #1149 from mikepenz/fix/1148
Fix documentation for `outputPath`
2 parents 61f61ae + 4b51360 commit 283f6cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesExtension.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,13 +411,12 @@ abstract class CollectorConfig @Inject constructor() {
411411
abstract class ExportConfig @Inject constructor() {
412412

413413
/**
414-
* The path to the directory where the generated meta data file will be stored.
414+
* The full path (file path, including file name) at which the generated metadata file will be stored.
415415
*
416416
* This path is relative to the modules project directory.
417417
*
418-
* Adjusts the output file name for the generated meta data file.
419-
* Adjusting the file name will break the automatic discovery for supported platforms.
420-
* Ensure to use the respective APIs of the core module.
418+
* This setting specifies both the path and file name for the generated metadata file.
419+
* Adjusting this will break the automatic discovery for supported platforms (Android).
421420
*
422421
* This can also be overwritten with the `-PaboutLibraries.outputPath` command line argument.
423422
*

0 commit comments

Comments
 (0)