-
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
No matching variant of project :someModule was found #728
Comments
Hi, is your project closed source? If so, we need more information.
|
@shanshin Yes closed source unfortunately, but I can share more details.
All other modules such as Plugins Used AGP - 8.8.0 as said this works fine on Kover 0.8.3, only breaks when switching to 0.9.0+ |
Very interesting. As I see from the configuration, Please try to remove Kover plugin from the project and rebuild it. |
@shanshin Yes, it's strange.
Entire Project search: ![]() |
To confirm incase I read your comment wrong, I tried removing Let me investigate our side, I don't understand what's happening now! |
Fixed, Sorry it was our issue. You can't bring an Android Module into a JVM Module. Removing the It is strange how Feel free to close this issue. Thanks for the pointers. |
This is an unpleasant feature of Gradle. When a dependency is searched for, all artifacts with an intersecting set of attributes are searched. Thus, for It was in order for Kover not to mask dependency issues that these changes were made. |
Describe the bug
Unable to sync Android project after upgrading to 0.9.0/0.9.1, is working fine with current setup on 0.8.3
Errors
Expected behavior
Project can sync after upgrading kover from 0.8.3 -> 0.9.1
Reproducer
I believe it's related to this code change in 0.9.0 https://github.com/Kotlin/kotlinx-kover/pull/680/files
Environment
The text was updated successfully, but these errors were encountered: