Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:13

Added

  • Newly generated projects now include a README.md with run instructions for each selected target.

Changed

  • create-app now generates projects using separate shared, androidApp, desktopApp, and webApp modules.
  • Generated Android apps now use the newer Android KMP project structure and AGP 9.2.1.
  • Web apps generated by create-app now target Wasm with the updated wasmJs source set layout.

Fixed

  • target now correctly detects the shared Compose module in generated multi-module projects.