Releases: composablehorizons/composables-cli
Releases · composablehorizons/composables-cli
0.4.5
Fixed
- Fixed a bug where the JVM and Web targets would have no sourceset generated.
- Fixed a crash after using the
updatecommand. - Fixed an issue where entering a prompt would be slower than normal.
- Fixed the displayed output directory when creating apps or modules.
- Fixed some blank new lines in the CLI output.
0.4.4
Release 0.4.4
0.4.3
Release 0.4.3
0.4.2
Release 0.4.2
0.4.1
Fixed
- Added Kotlin 2.2.21 as a requirement when adding modules to existing Gradle projects, as it is required by Hot Reload.
- Fix a problem where Android projects would not generate the iOS binary
0.4.0
Added
initcan now add modules in existing Gradle Projects.
0.3.0
Added
- NEW
targetcommand. You can now add new targets to existing Compose Multiplatform modules. Multi-module projects are already supported.
Changed
- All
initoptions are now optional when creating a new app.
0.2.0
Added
- You can now select the platforms when creating a new app.
0.1.1
Fixed
- Fix a bug where gradle-wrapper.jar is not copied to the new app