generate_kotlin_cicd_pipeline
Generates a complete CI/CD pipeline for Kotlin apps: GitHub Actions workflows, Detekt static analysis, Ktor Dockerfile, and Gradle build caching.
Instructions
Generates production GitHub Actions workflows, Detekt static analysis steps, Dockerfile for Ktor backend, and Gradle build caching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | android-compose | |
| projectName | Yes | Project name. | |
| enableDetekt | No | Enable Detekt static analysis step. | |
| enableDocker | No | Generate multi-stage Dockerfile for backend. |