When you create a project you end up with a shared Kotlin module, an Android app module and an Xcode project. For the Android app, there is no significant difference from any other Android app, the shared module is just a normal project dependency as any other multi module project. My knowledge of iOS is significantly less but I think there is also little difference, the project is just auto configured with a build step to build the shared module.