KotlinCompilerConfig

data class KotlinCompilerConfig(val apiVersion: ApiVersion, val languageVersion: LanguageVersion) : Precompiler.Configuration

Configures the Kotlin compiler which is embedded within Elide.

Constructors

Link copied to clipboard
constructor(apiVersion: ApiVersion, languageVersion: LanguageVersion)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiVersion: ApiVersion

The API version of the Kotlin compiler.

Link copied to clipboard
val languageVersion: LanguageVersion

The language version of the Kotlin compiler.