A simple desktop tomato timer for productivity built with Compose Multiplatform(Desktop only).
To build the project, you can use the following command in project root:
./gradlew composeApp:run
To build the release version of the project, you can use the following command in project root:
./gradlew createReleaseDistributable
If you encounter a problem with Gradle download, you can change the Gradle distribution URL in the gradle-wrapper.properties
file. You can find the file in the gradle/wrapper
directory. For example, you can change it to:
distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.13-all.zip