This is a simple KMP project targeting Android, iOS, Web, Desktop which calculates time difference.
-
/composeApp
is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:commonMain
is 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.
-
/iosApp
contains iOS applications.
You can open the web application by running the :composeApp:wasmJsBrowserDevelopmentRun
Gradle task.# TimeDifferenceCalculator
If you like this project, please star this project to encourage the author and fork it in case you need additional features.
If you want to contact me you can reach me at chiran604@gmail.com.
This project uses the following license: MIT License.