-
Notifications
You must be signed in to change notification settings - Fork 454
Open
Labels
enhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementfeedback: Kotlin libsFeedback from Kotlin's internal librariesFeedback from Kotlin's internal librariesplugin-apiEverything related to Dokka's plugin APIEverything related to Dokka's plugin API
Description
We already have a configuration via ConfigurableBlock
, e.g. DokkaBaseConfiguration.
But for experimental features this approach can have disadvantages:
- Configuration of such features is not needed for regular users.
- Too long of a deprecation lifecycle of public API when it is used in the configuration of runners.
Extra options can look like flags, e.g. -XX
flags or free arguments in KGP.
Currently, we do not know another case of using such options. This issue might help to explore more cases.
Metadata
Metadata
Assignees
Labels
enhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementfeedback: Kotlin libsFeedback from Kotlin's internal librariesFeedback from Kotlin's internal librariesplugin-apiEverything related to Dokka's plugin APIEverything related to Dokka's plugin API