Welcome to the Kotlin Multiplatform App, a cutting-edge project designed to demonstrate the power and versatility of Kotlin for cross-platform development. This app supports Android, iOS, and Desktop, with plans to expand to Web in the near future. 🌐
- 📱 Cross-platform compatibility: Single codebase for Android, iOS, and Desktop.
- 🖥️ Desktop: Support for desktop environments ensures a seamless experience.
- 🌐 Future-ready: Web support coming soon.
- 🚀 Modern architecture: Built with the latest tools and frameworks to ensure scalability and performance.
- Kotlin 2.0 🛠️
- Gradle: Configured with Kotlin DSL and Versions Catalog ⚙️
- Native SwiftUI for iOS 🍎 and Jetpack Compose for Android 🤖 (main branch).
- Compose Multiplatform for unified UI (compose branch) 🖥️.
- Coil for image loading 🖼️.
- Navigation Compose for seamless navigation 🧭.
- ViewModels from Android Architecture Components 🧠.
- Ktor Client for networking 🌐.
- Room for local data persistence 📂.
- Koin for dependency injection 🧪.
- MOKO-permissions for handling permissions 🎛️.
├── commonMain/
│ ├── models/
│ ├── viewmodels/
│ ├── network/
│ ├── di/
├── androidMain/
├── iosMain/
├── desktopMain/
bash
git clone https://github.com/your-repo/multiplatform-app.git
Open the project in your preferred IDE (e.g., IntelliJ IDEA).
Select the target platform (Android/iOS/Desktop) and run the project.
We welcome contributions to improve the app and add new features! Feel free to submit pull requests or report issues.
Bienvenido a la Aplicación Multiplataforma en Kotlin, un proyecto innovador diseñado para demostrar el poder y la versatilidad de Kotlin en el desarrollo multiplataforma. Esta app es compatible con Android, iOS y Desktop, y planea expandirse a Web próximamente. 🌐
- 📱 Compatibilidad multiplataforma: Código único para Android, iOS y Desktop.
- 🖥️ Desktop: Soporte para entornos de escritorio que garantiza una experiencia fluida.
- 🌐 Preparado para el futuro: Próximamente soporte para la Web.
- 🚀 Arquitectura moderna: Construido con las herramientas y frameworks más actuales para garantizar escalabilidad y rendimiento.
- Kotlin 2.0 🛠️
- Gradle: Configurado con Kotlin DSL y Versions Catalog ⚙️
- SwiftUI Nativo para iOS 🍎 y Jetpack Compose para Android 🤖 (rama principal).
- Compose Multiplatform para una UI unificada (rama compose) 🖥️.
- Coil para carga de imágenes 🖼️.
- Navigation Compose para navegación fluida 🧭.
- ViewModels de Android Architecture Components 🧠.
- Ktor Client para el manejo de redes 🌐.
- Room para persistencia de datos local 📂.
- Koin para inyección de dependencias 🧪.
- MOKO-permissions para gestionar permisos 🎛️.
├── commonMain/
│ ├── models/
│ ├── viewmodels/
│ ├── network/
│ ├── di/
├── androidMain/
├── iosMain/
├── desktopMain/
bash
git clone https://github.com/your-repo/multiplatform-app.git
Abre el proyecto en tu IDE preferido (por ejemplo, IntelliJ IDEA).
Selecciona la plataforma objetivo (Android/iOS/Desktop) y ejecuta el proyecto.
¡Aceptamos contribuciones para mejorar la aplicación y añadir nuevas funcionalidades! Siéntete libre de enviar pull requests o reportar problemas.
Copyright 2024 DevExpert
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.