KotlinCoreEnvironmentWrapper

class KotlinCoreEnvironmentWrapper(project: Project, configuration: CompilerConfiguration, disposable: Disposable, val env: KotlinEnvironmentContainer = KotlinEnvironmentContainer(project, configuration)) : ExtensionContext.Store.CloseableResource, AutoCloseable

Make sure to always call close 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
open override fun close()