Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kt-kraft/easy-multiplatform
Kotlin Multiplatform project template
https://github.com/kt-kraft/easy-multiplatform
jetpack-compose kotlin multiplatorm
Last synced: about 1 month ago
JSON representation
Kotlin Multiplatform project template
- Host: GitHub
- URL: https://github.com/kt-kraft/easy-multiplatform
- Owner: Kt-Kraft
- License: mit
- Created: 2024-12-30T06:22:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T07:21:46.000Z (about 2 months ago)
- Last Synced: 2024-12-30T08:25:18.016Z (about 2 months ago)
- Topics: jetpack-compose, kotlin, multiplatorm
- Language: Kotlin
- Homepage:
- Size: 502 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Easy Kotlin Multiplatform
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**:
```bash
# 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---