Skip to content

Releases: composablehorizons/composables-cli

0.4.5

10 Dec 17:09

Choose a tag to compare

Fixed

  • Fixed a bug where the JVM and Web targets would have no sourceset generated.
  • Fixed a crash after using the update command.
  • 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

10 Dec 16:54

Choose a tag to compare

Release 0.4.4

0.4.3

10 Dec 16:17

Choose a tag to compare

Release 0.4.3

0.4.2

10 Dec 16:01

Choose a tag to compare

Release 0.4.2

0.4.1

09 Dec 13:28

Choose a tag to compare

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

09 Dec 10:12

Choose a tag to compare

Added

  • init can now add modules in existing Gradle Projects.

0.3.0

08 Dec 10:37

Choose a tag to compare

Added

  • NEW target command. You can now add new targets to existing Compose Multiplatform modules. Multi-module projects are already supported.

Changed

  • All init options are now optional when creating a new app.

0.2.0

07 Dec 10:26

Choose a tag to compare

Added

  • You can now select the platforms when creating a new app.

0.1.1

06 Dec 10:13

Choose a tag to compare

Fixed

  • Fix a bug where gradle-wrapper.jar is not copied to the new app

0.1.0

06 Dec 09:27

Choose a tag to compare

Initial release