-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error trying to generate a single report using the newest beta version (0.8.0-Beta) #570
Comments
Hi,
*an String array is expected, not a list |
looks better, but for some reason doesn't find the variant I'm looking for:
even passing two variants, is it searching for only one? removing the variant block (just to see what happens) gives me the same error over many modules:
|
is Android build variant
|
that worked, amazing! thank you for the support! |
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
Previous versions of the functions `KoverVariantCreateConfig.add` and `KoverVariantCreateConfig.addWithDependencies` had vararg parameters, this is not always convenient if the List is presented when or Groovy is used. Relates #570 PR #579 Co-authored-by: Leonid Startsev <[email protected]>
Describe the bug
I'm trying to use the latest Kover version since it has some great improvements around the single report approach and I'm facing this weird error when I'm trying to add a variant. Is that something inside the library or I might be missing some kind of configuration?
Errors
Code
I'm applying the plugin to my build.gradle file
and setting the config:
Environment
The text was updated successfully, but these errors were encountered: