tree: 5aa3396d77a4d7b4f7cb6e317f9da3c07d2f3597 [path history] [tgz]
  1. resources/
  2. src/
  3. test/
  4. testResources/
  5. build.gradle.kts
  6. Readme.md
compiler/arguments/Readme.md

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