A Kotlin Multiplatform application for planning and tracking your Bible reading progress. Bible Planner helps you stay organized with structured reading plans, progress tracking, and a beautiful, customizable interface.
- JDK 21 or higher
- Android Studio or IntelliJ IDEA
- For iOS development: Xcode (macOS only)
- For Android development: Android SDK
To build and run the development version of the Android app, use the run configuration from the run widget in your IDE's toolbar or build it directly from the terminal:
- on macOS/Linux
./gradlew :composeApp:assembleDebug
- on Windows
.\gradlew.bat :composeApp:assembleDebug
To build and run the development version of the desktop app, use the run configuration from the run widget in your IDE's toolbar or run it directly from the terminal:
- on macOS/Linux
./gradlew :composeApp:run
- on Windows
.\gradlew.bat :composeApp:run
To build and run the development version of the iOS app, use the run configuration from the run widget in your IDE's toolbar or open the /iosApp directory in Xcode and run it from there.
This project uses ktlint for code formatting and style checking. The project is configured to automatically check code style during builds.
This project is licensed under the MIT License. See LICENSE.md for details.
Learn more about Kotlin Multiplatform…