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.
JetBrains has introduced a new default KMP project structure recently, and I would like to see support for it.
The primary change is that
composeAppis now calledsharedand no longer includes the entrypoint for Android. Instead, there is a separateandroidAppmodule now, similar to howiosApphas 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.