A Kotlin Multiplatform project for book cataloging and management targeting Android, iOS, and Desktop platforms.
Bookpedia helps you organize and keep track of your book collection across multiple platforms. Built with Kotlin Multiplatform and Compose UI for a consistent experience on all devices.
-
/composeAppis for code that will be shared across your Compose Multiplatform applications. It contains several 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 Apple's CoreCrypto for the iOS part of your Kotlin app,
iosMainwould be the right folder for such calls.
-
/iosAppcontains iOS applications. Even if you're sharing your UI with Compose Multiplatform, you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.
- Kotlin Multiplatform
- Jetpack Compose
- SwiftUI for iOS-specific features
- SQLDelight for data persistence
- Clone the repository
- Open in Android Studio or your preferred IDE
- Run on your desired platform
Learn more about Kotlin Multiplatform…


