commonMain.co.touchlab.skie.phases.InitPhase+linker.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.phases
import co.touchlab.skie.context.InitPhaseContext
import co.touchlab.skie.util.DescriptorReporter
import org.jetbrains.kotlin.config.CompilerConfiguration
val InitPhase.Context.compilerConfiguration: CompilerConfiguration
get() = typedContext.compilerConfiguration
val InitPhase.Context.descriptorReporter: DescriptorReporter
get() = typedContext.descriptorReporter
private val InitPhase.Context.typedContext: InitPhaseContext
get() = context as InitPhaseContext
© 2015 - 2025 Weber Informatics LLC | Privacy Policy