Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.57 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.57 KB

Easy Kotlin Multiplatform

LICENSE GitHub Stars All Contributors

A modern, scalable Kotlin Multiplatform app template designed to boost development efficiency and support the best practices in mobile app architecture.


🚀 Overview

This repository offers a robust foundation for Kotlin Multiplatform app development, featuring:

  • Scalable Architecture: Modular structure for easy feature integration and maintenance.
  • Modern Libraries: Integrated with Jetpack Compose Multiplatform, Kotlin Coroutines, and other libraries.
  • Conventional Commit Linting: Integrated support for enforcing conventional commit messages.

📝 Setup & Usage

Clone the repository to your local machine using one of the following methods.

1. Command Line:

# Clone this repository
git clone https://github.com/Kt-Kraft/easy-multiplatform.git
cd easy-multiplatform

2. Android Studio:

  1. Open Android Studio
  2. Navigate to File > New > Project from Version Control
  3. Select GitHub and enter the repository URL