Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.6 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.6 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

1. Clone the Repository

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

Command Line:

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

Android Studio:

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