0f670f806f
Make compiler plugin options evaluate lazily, with Lazy<String> and FileCollection as replacements for the eagerly-evaluated data. Adjust compiler plugin option usages so that their evaluation is not triggered when not necessary. Issue #KT-26065 Fixed