File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -411,13 +411,12 @@ abstract class CollectorConfig @Inject constructor() {
411
411
abstract class ExportConfig @Inject constructor() {
412
412
413
413
/* *
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.
415
415
*
416
416
* This path is relative to the modules project directory.
417
417
*
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).
421
420
*
422
421
* This can also be overwritten with the `-PaboutLibraries.outputPath` command line argument.
423
422
*
You can’t perform that action at this time.
0 commit comments