Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kotlin/kotlinx-kover
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: Kotlin/kotlinx-kover
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.2
Choose a head ref
  • 5 commits
  • 34 files changed
  • 2 contributors

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    49fe12a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    7c9dd3c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Disable caching for KoverAgentJarTask

    There are two cases where this task works:
    - for the Kover tool it just copies the jar file from dependencies to the build directory
    - for the JaCoCo tool it unzips the file from dependency and copies its content to the build directory
    
    For both these cases using build cache is uneffective, since local copying and uzipping are fast itself. But using build cache inflates it, and it runs slower because the build cache performs some number of additional calculations and archiving.
    
    Fixes #748
    PR #754
    shanshin authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    43b1af3 View commit details
    Browse the repository at this point in the history
  2. Added support for KMP Android library plugin

    `com.android.kotlin.multiplatform.library` Gradle plugin was recently added.
    Support for a new type of compilations has been added: `com.android.build.api.variant.impl.KotlinMultiplatformAndroidLibraryTargetImpl`.
    
    Due to the limitations of the Gradle API, it has not yet been possible to implement a reliable way to get javac details for this plugin.
    
    Also, the Gradle version is upgraded to `8.13`.
    
    Fixes #747
    PR #755
    shanshin authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    81ab639 View commit details
    Browse the repository at this point in the history
  3. Release 0.9.2

    PR #757
    shanshin authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    1d26c34 View commit details
    Browse the repository at this point in the history
Loading