blob: 744ac27c5615a3f5dbf8ca769c03baedc5fd6705 [file] [log] [blame] [view] [edit]
## Kotlin compiler arguments
Contains a unified representation of Kotlin compiler arguments for current and old Kotlin releases.
One representation is a Kotlin-based - check `org.jetbrains.kotlin.arguments.description.compilerArguments`.
Another one representation is JSON-based that is bundled into a published jar as `kotlin-compiler-arguments.json` file.
### JSON schema changelog
- `1`: Initial schema