Skip to content

11.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 16:39
· 30 commits to develop since this release
3038539

Important

This version drops support for any version of Gradle below 7.x.
The Android library now requires compileSdk=35
This version also requires the host app to use Kotlin 2.x or higher

Important

When using the plugin in a convention plugin. Ensure to use Grade 8.12.x or newer
https://docs.gradle.org/8.12/userguide/compatibility.html#kotlin

🚀 Features

  • Refactor gradle property retrieval with lazy APIs | Upgrade Gradle to 8.11 | Increase gradle min requirement to 7.x
  • Introduce fallback mirror for license content loading
  • Kotlin 2.x | Compose Compiler Update | Dependency upgrades
  • Upgrade to Kotiln 2.0.0 | Upgrade to Compose Multiplatform 1.6.10
  • Fix Library badge cutoff
  • Introduce new rememberLibraries API
  • Update to the latest stable dependency versions | Kotlin 2.0.20
  • Major dependency upgrades | Compose-jb 1.7.0 / Compose 1.7.0 | Kotlin 2.0.21

🐛 Fixes

  • Fix dependency collection to match gradle task

💬 Other

  • Upgrade to Kotlin 2.1 | Gradle 8.11.1
  • Update CI to run Lint on Gradle Plugin
  • Enhanced wasm sample app | CI to publish to GitHub pages
  • Upgrade to Kotiln 2.0.0 | Upgrade to Compose Multiplatform 1.6.10
  • Reduce noise of AmbiguousArtifactVariantsException logs even more
  • Enhance README for exportVariant API
  • Dependency Upgrades | Compose 1.6.11
  • Introduce test module with limited dependencies
  • Update README links
  • Bump rexml from 3.2.5 to 3.3.9