LifeOS is a Kotlin Multiplatform project designed to streamline your daily tasks and enhance your productivity.
What is Kotlin Multiplatform? Kotlin Multiplatform is a revolutionary technology that allows you to write code once and run it on multiple platforms, including Android, iOS, web, and desktops. This makes LifeOS incredibly versatile and adaptable to your needs.
/composeAppis for code that will be shared across your Compose Multiplatform applications. It contains 3 subfolders:commonMainis for code that’s common for all targets.- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
For example, if you want to use platform-specific instruments for the ANDROID part of your Kotlin app,
androidMainwould be the right folder for such calls.
- Clone the LifeOS repository from GitHub by "git clone https://github.com/RossSihovsk/LifeOS.git"
- Follow the setup instructions based on your desired platform (Android, iOS, etc.).
- Explore the codebase and customize LifeOS to your liking.