compilerVersion
The version of the Kotlin compiler.
By default, the Kotlin Build Tools API implementation of the same version as the KGP is used.
Be careful with reading the property's value as eager reading will finalize the value and prevent it from being configured.
Note: Currently only has an effect if the kotlin.compiler.runViaBuildToolsApi
Gradle property is set to true
.