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: master@{1day}
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: master
Choose a head ref
  • 1 commit
  • 28 files changed
  • 3 contributors

Commits on Jul 31, 2025

  1. Introduce wasmJsBrowserDistribution task (#5375)

    ## Testing
    Clone https://github.com/Schahen/ComposeWebApp and run 
    ```
     ./gradlew  :composeApp: composeCompatibilityBrowserDistribution
    ```
    
    ## Release Notes
    ### Features - Web
    - Introduce composeCompatibilityBrowserDistribution task. This task
    combines two prod distributions - for js and for wasm in such way so
    that if modern require features are not supported by the consumer
    browser, application switch to js mode.
    
    ---------
    
    Co-authored-by: Oleksandr Karpovich <a.n.karpovich@gmail.com>
    Co-authored-by: Konstantin Tskhovrebov <konstantin.tskhovrebov@jetbrains.com>
    3 people authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    64200ba View commit details
    Browse the repository at this point in the history
Loading