We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Plugin is not available on Maven Central since 0.6.1
Expected behavior Plugin latest available version on Maven Central should be 0.7.4
https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kover https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kover
Also, I was able to find it here: https://mvnrepository.com/artifact/org.jetbrains.kotlinx.kover/org.jetbrains.kotlinx.kover.gradle.plugin/0.7.5
However, as you can read, this is not org.jetbrains.kotlinx:kover but org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin.
org.jetbrains.kotlinx:kover
org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin
So or the readme is wrong, or it is uploaded to the wrong place.
I hope this helps.
The text was updated successfully, but these errors were encountered:
Hi, version 0.7.5 already published to Maven Central, however, the artifact name has been changed.
0.7.5
You may find the latest versions by the corresponding name https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kover-gradle-plugin
Please note that if you are using the legacy plugin application, then in apply you should specify org.jetbrains.kotlinx.kover
org.jetbrains.kotlinx.kover
Sorry, something went wrong.
Thank you for the update.
Finally, I did not find the good settings. Don't know what I copy-pasted. It is working now.
Once again, thank you.
shanshin
No branches or pull requests
Describe the bug
Plugin is not available on Maven Central since 0.6.1
Expected behavior
Plugin latest available version on Maven Central should be 0.7.4
https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kover
https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kover
Also, I was able to find it here:
https://mvnrepository.com/artifact/org.jetbrains.kotlinx.kover/org.jetbrains.kotlinx.kover.gradle.plugin/0.7.5
However, as you can read, this is not
org.jetbrains.kotlinx:kover
butorg.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin
.So or the readme is wrong, or it is uploaded to the wrong place.
I hope this helps.
The text was updated successfully, but these errors were encountered: