Skip to content

Releases: JetBrains/compose-multiplatform

1.8.0-dev1905

05 Nov 05:25
bf6b00e
Compare
Choose a tag to compare
1.8.0-dev1905 Pre-release
Pre-release
v1.8.0-dev1905

[gradle] Skip resource configuration for androidLibrary target since …

1.8.0-dev1899

30 Oct 18:19
5e60212
Compare
Choose a tag to compare
1.8.0-dev1899 Pre-release
Pre-release
[gradle] Support new AGP with androidLibrary target (#5157)

Since AGP `8.8.0-alpha08` there was added support generated assets in
the new `androidLibrary` target.
We have to support a new target configuration and work with compose
multiplatform resources

Fixes https://youtrack.jetbrains.com/issue/CMP-6982

## Testing
- Added gradle tests

## Release Notes
### Features - Gradle Plugin
- Support compose resources in `androidLibrary` target

1.8.0-dev1897

29 Oct 06:10
7e9832f
Compare
Choose a tag to compare
1.8.0-dev1897 Pre-release
Pre-release
Changelog for 1.7.0 (#5154)

Co-authored-by: Ivan Matkov <[email protected]>

1.8.0-dev1890

22 Oct 05:28
7e9832f
Compare
Choose a tag to compare
1.8.0-dev1890 Pre-release
Pre-release
Changelog for 1.7.0 (#5154)

Co-authored-by: Ivan Matkov <[email protected]>

1.7.1

12 Nov 18:54
Compare
Choose a tag to compare

1.7.0

16 Oct 09:35
Compare
Choose a tag to compare

Changes since 1.6.11

Highlights

Resources

Navigation

Web

Breaking changes

iOS

Desktop

Android

Resources

Features

Multiple Platforms

iOS

Desktop

Resources

Gradle Plugin

Fixes

Multiple Platforms

iOS

Read more

1.8.0-dev1875

08 Oct 05:29
1b2669f
Compare
Choose a tag to compare
1.8.0-dev1875 Pre-release
Pre-release
Update Android target SDK to 35 (#5152)

Should fix
```
Dependency 'androidx.compose.foundation:foundation-android:1.8.0-alpha02' requires libraries and applications that depend on it to compile against version 35 or later of the Android APIs.
```

1.8.0-dev1873

05 Oct 13:35
1b2669f
Compare
Choose a tag to compare
1.8.0-dev1873 Pre-release
Pre-release
Update Android target SDK to 35 (#5152)

Should fix
```
Dependency 'androidx.compose.foundation:foundation-android:1.8.0-alpha02' requires libraries and applications that depend on it to compile against version 35 or later of the Android APIs.
```

1.7.0-rc01

01 Oct 14:15
Compare
Choose a tag to compare
1.7.0-rc01 Pre-release
Pre-release

Changes since 1.7.0-beta02

Highlights

Web

Features

Multiple Platforms

Desktop

Gradle Plugin

Fixes

Multiple Platforms

iOS

Desktop

Web

Android

Navigation

Dependencies

1.7.0-dev1852

24 Sep 06:15
7b58e0c
Compare
Choose a tag to compare
1.7.0-dev1852 Pre-release
Pre-release
v1.7.0-dev1852

Script for generating changelogs, new template for PR's (#4351)