KotlinCoreEnvironmentWrapper

class KotlinCoreEnvironmentWrapper(project: Project, configuration: CompilerConfiguration, disposable: Disposable, val env: KotlinEnvironmentContainer = KotlinEnvironmentContainer(project, configuration))

Make sure to always call dispose or use a use block when working with StandaloneAnalysisAPISessions.

Constructors

Link copied to clipboard
constructor(project: Project, configuration: CompilerConfiguration, disposable: Disposable, env: KotlinEnvironmentContainer = KotlinEnvironmentContainer(project, configuration))

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun dispose()