Compiler Resources
data class CompilerResources(val languageVersionSettings: LanguageVersionSettings, val dataFlowValueFactory: DataFlowValueFactory)
Provides compiler resources.
Constructors
Link copied to clipboard
fun CompilerResources(languageVersionSettings: LanguageVersionSettings, dataFlowValueFactory: DataFlowValueFactory)