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: morisil/kotlin-multiplatform-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: petertrr/kotlin-multiplatform-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 16 files changed
  • 3 contributors

Commits on Jan 31, 2025

  1. Configuration menu
    Copy the full SHA
    af85ee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5b1adf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8633e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fc39a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b30431f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. chore(deps): update Kotlin to 2.1.20 (petertrr#120)

    Co-authored-by: Peter Trifanov <[email protected]>
    renovate[bot] and petertrr authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    0d8025b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. build: Clean up the K2 build config (petertrr#135)

    - Set LV `KotlinVersion.KOTLIN_2_1`: this means we're effectively
    compiling with K2
    - Set `JvmTarget.JVM_1_8`: no real reason to bump it to 11 imo, but in
    case let me know the rationale
    - Enabled all the native targets by using
    `kotlin.native.enableKlibsCrossCompilation`
    lppedd authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    c611999 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. build: Refactor release job to build all artifacts in a single enviro…

    …nment (petertrr#139)
    
    * Run release workflow on a single Linux machine
    * Remove condition for overlapping publications
    * Update RELEASING.md
    
    Closes petertrr#116
    petertrr authored May 6, 2025
    Configuration menu
    Copy the full SHA
    aea4cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a328e9a View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency io.github.gradle-nexus:publish-plugin …

    …to v2 (petertrr#119)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [io.github.gradle-nexus:publish-plugin](https://redirect.github.com/gradle-nexus/publish-plugin)
    | `1.3.0` -> `2.0.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.gradle-nexus:publish-plugin/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.gradle-nexus:publish-plugin/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.gradle-nexus:publish-plugin/1.3.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.gradle-nexus:publish-plugin/1.3.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>gradle-nexus/publish-plugin
    (io.github.gradle-nexus:publish-plugin)</summary>
    
    ###
    [`v2.0.0`](https://redirect.github.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0):
    2.0.0 - publishing with Ivy + sensible Gradle 8.x compatibility
    
    #### Notable changes in 2.0
    
    - support publishing with Ivy -
    [#&#8203;222](https://redirect.github.com/gradle-nexus/publish-plugin/pull/222)
    - add `closeStagingRepositories` and `releaseStagingRepositories`
    summary tasks -
    [#&#8203;236](https://redirect.github.com/gradle-nexus/publish-plugin/issues/236)
    - deprecate build support for Java 8 (build target still set to 8, but
    building with JDK <11 might fail) -
    [#&#8203;171](https://redirect.github.com/gradle-nexus/publish-plugin/issues/171)
    -   improve support for build cache and compatibility with Gradle 8.x
    - last, but not least - new team member -
    [@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob) - welcome
    aboard!
    
    ##### Backward incompatible changes
    
    - `closeAndReleaseStagingRepository` has been renamed to
    `closeAndReleaseStagingRepositories` for consistency
    
    Full list of changes since 1.3.0:
    gradle-nexus/publish-plugin@v1.3.0...v2.0.0
    
    ***
    
    ##### Changes in 2.0.0-final (since rc-2):
    
    -   simplify build configuration
    -   enhance documentation
    -   improve E2E tests execution on CI
    -   build itself with Gradle 8.6
    -   dependency upgrade
    
    Full list of changes:
    gradle-nexus/publish-plugin@v2.0.0-rc-2...v2.0.0
    
    Thanks to all the contributors to this release:
    [@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob),
    [@&#8203;3flex](https://redirect.github.com/3flex),
    [@&#8203;Goooler](https://redirect.github.com/Goooler).
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every 3 months on the first day of
    the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/petertrr/kotlin-multiplatform-diff).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    608ba01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    069414b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0145efb View commit details
    Browse the repository at this point in the history
Loading