commonMain.co.touchlab.skie.context.ForegroundPhaseCompilerContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-compiler-linker-plugin-kgp_2.1.0 Show documentation
Show all versions of kotlin-compiler-linker-plugin-kgp_2.1.0 Show documentation
Kotlin compiler plugin that improves Swift interface of a Kotlin Multiplatform framework.
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 - 2025 Weber Informatics LLC | Privacy Policy