Skip to content

Releases: JetBrains/compose-multiplatform

1.6.20-dev1646

21 May 05:51
a696138
Compare
Choose a tag to compare
1.6.20-dev1646 Pre-release
Pre-release
v1.6.20-dev1646

CfW: rely on exact configuration names to find the dependencies (#4828)

1.6.10

21 May 05:27
Compare
Choose a tag to compare

Changes since 1.6.2

Highlights

Breaking changes

  • Since Kotlin 2.0-RC2, the additional org.jetbrains.kotlin.plugin.compose Gradle plugin is required. See the migration guide

Features

Multiple Platforms

iOS

Desktop

Web

Resources

Gradle Plugin

Fixes

Multiple Platforms

iOS

Desktop

Read more

1.6.10-dev1640

17 May 11:25
98fe686
Compare
Choose a tag to compare
1.6.10-dev1640 Pre-release
Pre-release
v1.6.10-dev1640

Add missing "(prerelease fix)" mark to changelog

1.6.10-rc03

16 May 18:11
Compare
Choose a tag to compare
1.6.10-rc03 Pre-release
Pre-release

Changes since 1.6.10-rc02

Fixes

iOS

Dependencies

1.6.10-rc02

14 May 12:00
Compare
Choose a tag to compare

1.6.10-dev1632

14 May 06:05
8c1638d
Compare
Choose a tag to compare
1.6.10-dev1632 Pre-release
Pre-release
Update kotlin version compatibility documentation link (#4804)

update kotlin version compatibility documentation link to the new page
(https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html)

1.6.10-rc01

03 May 20:59
09ba9dd
Compare
Choose a tag to compare
1.6.10-rc01 Pre-release
Pre-release

Changes since 1.6.10-beta03

Known issues

Fixes

Desktop

Web

Dependencies

1.6.10-dev1613

30 Apr 05:40
09ba9dd
Compare
Choose a tag to compare
1.6.10-dev1613 Pre-release
Pre-release
v1.6.10-dev1613

Fix the link to the Compiler guide (#4730)

1.6.10-beta03

30 Apr 05:57
09ba9dd
Compare
Choose a tag to compare
1.6.10-beta03 Pre-release
Pre-release

Changes since 1.6.10-beta02

Highlights

Breaking changes

  • Since Kotlin 2.0-RC2, the additional org.jetbrains.kotlin.plugin.compose Gradle plugin is required. See the migration guide
  • org.jetbrains.androidx.navigation is downgraded to 2.7 from 2.8. Some API can no longer be available

Known issues

Features

Multiple Platforms

Lifecycle

Web

Fixes

Multiple Platforms

Desktop

Resources

Gradle plugin

Dependencies

1.6.10-dev1608

26 Apr 17:48
717f4f0
Compare
Choose a tag to compare
1.6.10-dev1608 Pre-release
Pre-release
[gradle] Don't create Kotlin binary's linkTask eagerly (#4707)

It's better for the build performance, and it avoids uncovering the
hidden CocoaPods plugin bug
([KT-67666](https://youtrack.jetbrains.com/issue/KT-67666))

Fixes https://github.com/JetBrains/compose-multiplatform/issues/4632