sureshg/Execute Kotlin Script
Run the Kotlin Script with a compiler plugin
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | Kotlin script to execute | yes | script.main.kts |
| compiler-plugin | Kotlin compiler plugin to use (kotlinx-serialization|allopen|noarg|lombok|sam-with-receiver|kotlin-imports-dumper) | no | kotlinx-serialization |
| cache | Enable script dependencies caching | no | true |
Outputs
| name | description |
|---|---|
| plugin-path | Kotlin compiler plugin jar path |
| kotlin-root | Kotlin installation directory |