2025-10-28 12:59:18 -03:00
2025-10-16 14:10:55 -03:00
2025-10-28 12:59:18 -03:00
2025-09-26 14:06:17 -03:00
2025-09-26 13:49:11 -03:00
2025-09-26 13:49:11 -03:00
2025-10-28 11:50:45 -03:00
2025-09-22 17:37:06 -03:00
2025-09-17 12:16:04 -03:00
2025-09-22 23:03:40 -03:00
2025-09-22 11:44:24 -03:00
2025-09-17 14:25:27 -03:00
2025-09-22 11:44:24 -03:00
2025-09-17 11:31:16 -03:00
2025-09-17 11:31:16 -03:00
2025-09-17 11:31:16 -03:00
2025-09-17 11:31:16 -03:00
2025-09-22 21:13:34 -03:00
2025-10-28 11:50:45 -03:00

Getting Started

After using this repo as a template you have to do the following changes so you can start working on your project

1. Init git submodules

git submodule update --init --recursive

2. Adapt template to your project

Compose

Build.gradle.kts

  • Change namespace and applicationId to your projects name

settings.gradle.kts

  • Change rootProject.name to your projects name

iOS

Config.xcconfig

  • Change PRODUCT_NAME and PRODUCT_BUNDLE_IDENTIFIER to your projects name

Xcode

  • Change Bundle Identifier of the project (Target -> iosApp -> Build Settings -> Bundle Identifier)
  • Change Product Name of the app (Target -> iosApp -> Build Settings -> Product Name)
  • Change App Category of the app (Target -> iosApp -> General -> App Category)
Description
This is a Kotlin Multiplatform project template targeting Android and iOS.
Readme AGPL-3.0 13 MiB
Languages
Kotlin 86.9%
Swift 13.1%