Package-level declarations

Types

Link copied to clipboard
data class KotlinCompilerConfig(val apiVersion: ApiVersion, val languageVersion: LanguageVersion) : Precompiler.Configuration

Configures the Kotlin compiler which is embedded within Elide.

Link copied to clipboard
class KotlinLanguage : TruffleLanguage<EspressoContext>

Kotlin facade language definition for GraalVM; defines mappings, configuration, constants, and other Kotlin-specific material on top of Espresso.