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