KotlinCompilerConfig
data class KotlinCompilerConfig(val apiVersion: ApiVersion, val languageVersion: LanguageVersion) : Precompiler.Configuration
Configures the Kotlin compiler which is embedded within Elide.
Configures the Kotlin compiler which is embedded within Elide.