keepUnsupportedTargets
Whether to include the declarations for targets which are not supported by host compiler in the generated dump. These declarations are taken from the reference dump, if available.
If possible, unsupported targets are supplemented with common declarations that are already present in the supported targets.
However, this does not provide a complete guarantee, so it should be used with caution.
If the option is set to false
and the compiler does not support some of the Kotlin targets used in the current project, the dump generation fails with an error.
Default value: true