Skip to content

Create an interface for Kover tasks #338

@mgroth0

Description

@mgroth0

I am new to this plugin and I wanted to make certain tasks depend on Kover tasks. However, KoverHtmlTask and such are internal. This would be fine as long a superclass or interface were made public. But even AbstractKoverReportTask is internal. There is no straightforward way to do task.dependsOn(tasks.withType<KoverHtmlTask>()).

There are a couple of simple solutions. One is that you can make these tasks public and make the constructor internal. Another is that you can create a public interface that they extend from.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions