Folder structure of ToDometerKotlinMultiplatform vs Folder structure of compose multiplatform template project #358
Replies: 2 comments 2 replies
-
Hi, initially I created this project following that structure but then I used a kotlin gradle module instead of an XCode project for the ios app following some example I saw in the compose-multiplatform repository. |
Beta Was this translation helpful? Give feedback.
-
Also in this current folder structure, if i want to add iOS specific code such as local notifications, is it possible ? Also if i want to introduce FCM, it should be handled by platform specific code. Not sure how to handle this in this project structure. Please let me know if you have any idea. I want to understand how to enable Firebase push notifications and its deeplink handling in each of the platforms. |
Beta Was this translation helpful? Give feedback.
-
I have a question regarding folder structure of this project.
If you follow the official template for a compose multiplatform project, it has an
iosApp
folder, which is an Xcode project that builds into an iOS application. It depends on and uses the shared module as a CocoaPods dependency.I want to understand following if its okay :
build.gradle.kts
of iosComposeUi module.iosApp
module to this project in future?Beta Was this translation helpful? Give feedback.
All reactions