CompilerResources

data class CompilerResources(val languageVersionSettings: LanguageVersionSettings, val dataFlowValueFactory: DataFlowValueFactory)

Provides compiler resources.

Constructors

Link copied to clipboard
fun CompilerResources(languageVersionSettings: LanguageVersionSettings, dataFlowValueFactory: DataFlowValueFactory)

Properties

Link copied to clipboard
val dataFlowValueFactory: DataFlowValueFactory
Link copied to clipboard
val languageVersionSettings: LanguageVersionSettings