Skip to content

Support for new KMP project structure #12

Description

@rlnt

JetBrains has introduced a new default KMP project structure recently, and I would like to see support for it.

The primary change is that composeApp is now called shared and no longer includes the entrypoint for Android. Instead, there is a separate androidApp module now, similar to how iosApp has already existed.

A detailed explanation can be found in this official JetBrains YouTube tutorial: https://www.youtube.com/watch?v=Atvl0l7fm1Y

The new structure is optional, but it will be used by the IDE templates by default, and if you are using CMP, and want to migrate to AGP 9, you have to adopt that new structure, so I think support for it would be viable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions