Skip to content

Improving CliOption implementation #92

Closed
@ForteScarlet

Description

@ForteScarlet

Previously, CliOption was coupled with the Kotlin plugin module, which led to the Gradle Plugin also referencing the Kotlin plugin module, and thus the Kotlin Compiler's dependencies, when it wanted to reuse the content.

Before #65 was changed, this issue was not exposed. However, after it was changed, this issue led to #90.

So: consider a standalone CliOption that can be reused but doesn't lead to propagation of Kotlin compiler dependencies.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions