Development Setup
Get your development environment ready for contributing to Vetra UI.
Prerequisites
- Kotlin 2.0.0+
- Compose Multiplatform 1.6.0+
- Android Studio or IntelliJ IDEA
Clone the Repository
Build the Project
Run Sample App
Android
Desktop
Web
Project Structure
vetra-ui/
├── core/ # Core library
│ └── src/commonMain/
│ └── kotlin/com/flyfishxu/vetraui/core/
│ ├── Button.kt
│ ├── Card.kt
│ └── theme/
├── composeApp/ # Sample app
└── docs/ # Documentation
Next Steps
- Development Guidelines - Learn coding standards
- Pull Request Process - Submit your changes