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

commonMain.co.touchlab.skie.phases.InitPhase+linker.kt Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy