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: JetBrains/compose-multiplatform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: JetBrains/compose-multiplatform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.3
Choose a head ref
  • 4 commits
  • 15 files changed
  • 2 contributors

Commits on Dec 12, 2024

  1. Upgrade CMP IJ Plugin dependencies & setup (#5137)

    This PR prepares the IJ plugin to be fixed/improved upon by a follow-up
    PR, by:
    
    1. Migrating to IJP Gradle plugin 2.1
    2. Upgrading Gradle to 8.10
    3. Bumping IJ target to 2024.2.1
    4. Cleaning up after migration
    
    ---------
    
    Co-authored-by: Victor Kropp <victor.kropp@jetbrains.com>
    (cherry picked from commit 224704b)
    rock3r and kropp committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    6e9fdb5 View commit details
    Browse the repository at this point in the history
  2. Support K2 mode in the IJ plugin (#5138)

    This PR makes the IJ plugin run in K2 mode with the new Analysis APIs,
    instead of the old K1 APIs. It also includes cleaning up a bunch of
    compiler warnings, and some mistakes I saw when migrating to K2.
    
    ---------
    
    Co-authored-by: Victor Kropp <victor.kropp@jetbrains.com>
    (cherry picked from commit 1b877dd)
    rock3r and kropp committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    0d971b1 View commit details
    Browse the repository at this point in the history
  3. CMP-6806 fix warnings and deprecations

    (cherry picked from commit e1caead)
    kropp committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    c36d9cb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. CMP-7288 explicitly specify IJ platform compatibility range (#5189)

    Explicitly specify compatible IJ platform builds: current version as a
    minimum and open range as maximum
    
    Fixes https://youtrack.jetbrains.com/issue/CMP-7288
    kropp authored Dec 18, 2024
    1 Configuration menu
    Copy the full SHA
    5615795 View commit details
    Browse the repository at this point in the history
Loading