-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Dear Sir
Starting with AGP9 (Android Gradle build plugin), it seems that the composeApp collection is no longer used (it should be said that com.android.library should be removed from the KMP part). Actually, the earlier CMP+KMP templates also didn't use composeApp, but instead separated AndroidApp+Desktop+shared. In JetBrains, the KMM(KMP) plugin( https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform/versions/stable) for Android Studio was used (although this is a bit flawed as it only generates KMM for Android and iOS). Around version 0.8.5(243)-7, it also generated templates for AndroidApp+shared (with customizable names)+iOS. (The advantage of this version number is that it also separates the templates for App type and library type, allowing for the creation of separate library type KMP/CMP templates). I wonder if your next update will separate the App type and library type? (Currently, there are similar projects for creating Features within an App, but it's not possible to create a separate library type project).
THX