Skip to content

Latest commit

 

History

331 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compose Multiplatform Projects

This repository serves as a showcase and experimental ground for various small applications built using Kotlin Multiplatform and Jetpack Compose for Multiplatform. The goal is to demonstrate how multiplatform applications can be developed and maintained for Android, Desktop (JVM), and potentially other platforms.

Goals

  • Showcase the power and flexibility of Kotlin Multiplatform and Jetpack Compose for Multiplatform.
  • Provide practical examples and templates for building multiplatform projects.
  • Serve as a learning resource for developers interested in these technologies.
  • Experiment with different architectures and libraries in a multiplatform environment.

Sub-Projects

Here is a list of the sub-projects contained within this collection:

  • BouncyBee – A fun and engaging multiplatform game.
  • Minesweeper – Classic puzzle built with Compose Multiplatform.

Technologies

This project and its sub-projects primarily utilize the following technologies:

  • Kotlin: A modern, concise, and safe programming language.
  • Kotlin Multiplatform: Enables sharing code between different platforms (Android, iOS, Desktop, Web).
  • Jetpack Compose for Multiplatform: A declarative UI toolkit for Android, Desktop, and Web (WASM), based on Google's Jetpack Compose.
  • Gradle: A build automation tool used for building the project and managing dependencies.

Build & Quality

  • Quality checks (Spotless + Detekt + Android Lint baseline) run in CI for Minesweeper.
  • The Minesweeper CI workflow uploads Detekt reports (detekt-reports artifact) and the Kover HTML coverage report (kover-html artifact) for inspection in GitHub Actions.

Contributing

Contributions are welcome! If you want to propose a new sub-project, improve an existing one, or fix bugs, please follow these steps:

  1. Fork this repository.
  2. Create a new branch (git checkout -b feature/YourFeature or fix/YourFix).
  3. Make your changes and commit them (git commit -m 'Add: Description of your changes').
  4. Push your branch (git push origin feature/YourFeature).
  5. Open a Pull Request.

For more specific contribution guidelines, please refer to the README files within individual sub-projects if available.

About

One repo to include those Compose Multiplatform projects which necessarily need own repos. Just for fun and for educational purposes.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages