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.
1: Initial schema2: Extended AllKotlinArgumentTypes with klibIrInlinerMode. New argument value type: KlibIrInlinerModeType.3:affectsCompilationOutcome and argumentType fields to KotlinCompilerArgument.modifiers field to KotlinCompilerArgumentsLevel with new Modifier enum (DEPRECATED, SEALED).AllKotlinArgumentTypes with new enum types: JvmDefaultMode, AbiStabilityMode, AssertionsMode, JspecifyAnnotationsMode, LambdasMode, SamConversionsMode, StringConcatMode, CompatqualAnnotationsMode, WhenExpressionsMode, JdkRelease, AnnotationDefaultTargetMode, NameBasedDestructuringMode, VerifyIrMode.PathType, StringListType, SearchPathType, PathListType, EnumType.4:modeName to name in /types/explicitApiModes/values