Kotlin / kotlinx-kover

Apache License 2.0
1.25k stars 46 forks source link

Added overload for functions of KoverVariantCreateConfig #579

Closed shanshin closed 1 month ago

shanshin commented 1 month ago

Previous versions of the functions had vararg parameters, this is not always convenient if the List is presented when or Groovy is used.

Relates #570