This repository was archived by the owner on Jul 5, 2026. It is now read-only.
v0.7.0
Added
- Newly generated projects now include a
README.mdwith run instructions for each selected target.
Changed
create-appnow generates projects using separateshared,androidApp,desktopApp, andwebAppmodules.- Generated Android apps now use the newer Android KMP project structure and AGP
9.2.1. - Web apps generated by
create-appnow target Wasm with the updatedwasmJssource set layout.
Fixed
targetnow correctly detects the shared Compose module in generated multi-module projects.