Skip to content

Commit 61e7a93

Browse files
committed
Release 0.4.1
1 parent 43d092c commit 61e7a93

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [0.4.0] - 2025-12-9
1117

1218
### Added

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
composables-cli = "0.4.0"
2+
composables-cli = "0.4.1"
33
kotlin = "2.2.21"
44
shadow = "8.3.8"
55

0 commit comments

Comments
 (0)