Skip to content

FelixSubject211/LivingLink

Repository files navigation

Project Structure

This is a Kotlin Multiplatform project targeting Android, iOS, Web, and Server.

  • /composeApp contains shared code for your Compose Multiplatform applications:

    • commonMain (./composeApp/src/commonMain/kotlin): code shared across all targets
    • Platform-specific folders (e.g., iosMain, jvmMain) contain code for specific targets such as iOS CoreCrypto or JVM desktop features
  • /iosApp contains the iOS application entry point. Even if the UI is shared via Compose Multiplatform, SwiftUI code and Xcode configuration live here.

  • /server contains the Ktor server application.

  • /shared contains shared code for all targets. The main folder is commonMain ( ./shared/src/commonMain/kotlin). Platform-specific code can also live here if needed.

Setup

Environment variables for development are stored in Developer.env. You should rename this file to .env to use it with Docker Compose.

Don't commit your personal .env with secrets to version control.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors