Sergey Shanshin
Sergey Shanshin
Hi, at the moment there is no special integration with CircleCI. Do you need to display the percentage of code coverage? Will the option suit you if the percentage of...
Added simple tests for minimal and major versions in https://github.com/Kotlin/binary-compatibility-validator/blob/18cd0df801cde896675b0a4b6fdf082e3eef33f7/src/functionalTest/kotlin/kotlinx/validation/test/GradleCompatibilityTest.kt#L15
Hi, we will try to investigate this problem soon
@buehlerjochen, @wtlgo try to add this rule to your ProGuard rules file ``` -keepclassmembers public class **$$serializer { private ** descriptor; } ```
Related issue in ProGuard https://github.com/Guardsquare/proguard/issues/415
@turkcankeskin, hi, does switching to JaCoCo in Kover help you? It is possible to use the JaCoCo reporter in Kover plugin right now.
> The famous issue of "exclude code marked with an annotation other than *Generated*" comes to mind. In our case, coverage percentage drops from the high 60s to around 8%...
> Is there really any technical restriction why this shouldn't be working? The limitation seems to be quite arbitrary... This is technical limitation due to the features of the compiler....
As part of [the migration of separate BCV functionality to Kotlin Gradle Plugin](https://youtrack.jetbrains.com/issue/KT-71098/Migrate-Binary-Compatibility-Validator-to-Kotlin-Gradle-Plugin), the addition of new features to a separate plugin has been discontinued. Using the dependency described in...