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

commonMain.co.touchlab.skie.context.ForegroundPhaseCompilerContext.kt Maven / Gradle / Ivy

The newest version!
package co.touchlab.skie.context

import co.touchlab.skie.configuration.provider.descriptor.DescriptorConfigurationProvider
import co.touchlab.skie.kir.descriptor.DescriptorProvider
import co.touchlab.skie.phases.ForegroundPhase
import co.touchlab.skie.util.DescriptorReporter
import org.jetbrains.kotlin.backend.konan.KonanConfig

interface ForegroundPhaseCompilerContext : ForegroundPhase.Context {

    val descriptorProvider: DescriptorProvider

    val descriptorConfigurationProvider: DescriptorConfigurationProvider

    val konanConfig: KonanConfig

    val descriptorReporter: DescriptorReporter
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy