We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d092c commit 61e7a93Copy full SHA for 61e7a93
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.4.1] - 2025-12-9
11
+
12
+### Fixed
13
+- Added Kotlin 2.2.21 as a requirement when adding modules to existing Gradle projects, as it is required by Hot Reload.
14
+- Fix a problem where Android projects would not generate the iOS binary
15
16
## [0.4.0] - 2025-12-9
17
18
### Added
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-composables-cli = "0.4.0"
+composables-cli = "0.4.1"
3
kotlin = "2.2.21"
4
shadow = "8.3.8"
5
0 commit comments