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

commonMain.co.touchlab.skie.compilerinject.reflection.reflectors.ContextReflector.kt Maven / Gradle / Ivy

The newest version!
package co.touchlab.skie.compilerinject.reflection.reflectors

import co.touchlab.skie.compilerinject.reflection.Reflector
import org.jetbrains.kotlin.ir.util.SymbolTable

class ContextReflector(
    override val instance: Any,
) : Reflector("org.jetbrains.kotlin.backend.konan.Context") {

    val symbolTable by extensionProperty("org.jetbrains.kotlin.backend.konan.ToplevelPhasesKt")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy