All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gitlab.arturbosch.detekt.api.internal.CompilerResources.kt Maven / Gradle / Ivy

The newest version!
package io.gitlab.arturbosch.detekt.api.internal

import org.jetbrains.kotlin.config.LanguageVersionSettings
import org.jetbrains.kotlin.resolve.calls.smartcasts.DataFlowValueFactory

/**
 * Provides compiler resources.
 */
data class CompilerResources(
    val languageVersionSettings: LanguageVersionSettings,
    val dataFlowValueFactory: DataFlowValueFactory
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy