Closed
Description
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.