generate_kotlin_platform_config
Generate AndroidManifest permissions, Proguard/R8 rules, keystore signing, and Compose desktop packaging configs. Produce required platform settings from project name, package, and target type.
Instructions
Generates AndroidManifest.xml permissions, Proguard/R8 rules, Keystore release signing configurations, and Compose Multiplatform desktop packaging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | android-compose | |
| packageName | No | Android package name / namespace (e.g. 'com.example.app'). | com.example.app |
| permissions | No | Android permissions (e.g. ['INTERNET', 'CAMERA', 'ACCESS_FINE_LOCATION']). | |
| projectName | Yes | Application name. | |
| enableProguard | No | Whether to enable Proguard / R8 code shrinking and resource optimization. |