Skip to content

dokka versioning plugin support for multiple versions across modules in multi-module project #3050

Open
@jhdcruz

Description

Question

Does dokka versioning plugin support multiple versions across modules? (multi-module project)
or it only works with a single version such as the version declared at the root build.gradle?

Assuming I have the ff. multi-module project:

| - build-logic/
| - module1/
| --- gradle.properties     # defines version 1.0.0
| --- ...
| - module2/
| --- gradle.properties     # defines version 2.0.0
| --- ...
| - module1/
| --- gradle.properties     # defines version 3.0.0
| --- ...

Installation

  • Operating system: NA
  • Build tool: Gradle v8.1.1
  • Dokka version: 1.8.20

Metadata

Assignees

No one assigned

    Labels

    enhancementAn issue for a feature or an overall improvementplugin: versioningAn issue/PR related to Dokka's versioning plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions