KotlinJvmCompilerOptions
Compiler options for Kotlin/JVM.
Properties
Report an error if there are any warnings.
Allow using declarations from only the specified version of bundled libraries.
Enable extra checkers for K2.
A list of additional compiler arguments
Generate metadata for Java 1.8 reflection on method parameters.
Provide source compatibility with the specified version of Kotlin.
Name of the generated '.kotlin_module' file.
Enable API usages that require opt-in with an opt-in requirement marker with the given fully qualified name.
Enable progressive compiler mode. In this mode, deprecations and bug fixes for unstable code take effect immediately instead of going through a graceful migration cycle. Code written in progressive mode is backward compatible; however, code written without progressive mode enabled may cause compilation errors in progressive mode.
Don't generate any warnings.