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.9.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.9.3
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 30, 2025

  1. Revert hardcoded compose.material3 (2) (#5405)

    Fixes https://youtrack.jetbrains.com/issue/CMP-8556
    
    And pass Material3 as a separate version
    
    CI: https://jetbrains.team/p/ui/reviews/42/timeline
    
    ## Release Notes
    N/A
    # Conflicts:
    #	gradle-plugins/gradle.properties
    igordmn committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    96fdba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Revert hardcoded compose.material3 (#5441)

    Cherry-pick of
    #5405
    
    Cherry-pick of CI: https://jetbrains.team/p/ui/reviews/58/timeline
    
    [TeamCity test
    build](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_BranchRelease_AllPersonalBuild/5528887)
    
    Fixes [CMP-8802](https://youtrack.jetbrains.com/issue/CMP-8802) Revert
    hardcoded `compose.material3` for stable Material in 1.9.1
    
    ## Release Notes
    ### Migration Notes - Multiple Platforms
    `compose.material3` alias from Gradle plugin now points to
    `org.jetbrains.compose.material3:material3:1.9.0` (based on Jetpack
    Compose `1.4.0`), it was
    `org.jetbrains.compose.material3:material3:1.8.2` (based on Jetpack
    Compose `1.3.2`) in Compose Multiplatform `1.9.0`. If you want to stay
    on the same minor version, replace the alias by an explicit dependency:
    ```
    // was
    implementation(compose.material3)
    
    // replace by
    implementation("org.jetbrains.compose.material3:material3:1.8.2")
    ```
    sekater authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    7f87247 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Support AGP 9.0.0-alpha01 and improve compatibility handling for AGP …

    …< 8.10 (#5391)
    
    - Updated Gradle to support version 9.0.0.
    - Improved Compose resource configuration to handle AGP versions below
    8.10 with a fallback implementation.
    - Bumped Kotlin to 2.2.0 release and updated related dependencies.
    - Adjusted tests to reflect changes in AGP-specific behavior and
    logging.
    
    Fixes https://youtrack.jetbrains.com/issue/CMP-8771
    
    ## Release Notes
    ### Fixes - Gradle Plugin
    - Support `AGP 9.0.0`
    
    (cherry picked from commit f68b30d)
    terrakok committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    8e26374 View commit details
    Browse the repository at this point in the history
  2. [Cherry-pick] Support AGP 9 and improve compatibility handling for AG…

    …P < 8.10 (#5473)
    
    Support AGP 9.0.0-alpha01 and improve compatibility handling for AGP <
    8.10
    
    - Updated Gradle to support version 9.0.0.
    - Improved Compose resource configuration to handle AGP versions below
    8.10 with a fallback implementation.
    - Bumped Kotlin to 2.2.0 release and updated related dependencies.
    - Adjusted tests to reflect changes in AGP-specific behavior and
    logging.
    
    Fixes https://youtrack.jetbrains.com/issue/CMP-8771
    
    
    (cherry picked from commit f68b30d)
    
    ## Release Notes
    #5391
    sekater authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    110ea39 View commit details
    Browse the repository at this point in the history
Loading