
commonMain.co.touchlab.skie.phases.other.GenerateIrPhase.kt Maven / Gradle / Ivy
package co.touchlab.skie.phases.other
import co.touchlab.skie.phases.KotlinIrPhase
import co.touchlab.skie.phases.declarationBuilder
object GenerateIrPhase : KotlinIrPhase {
context(KotlinIrPhase.Context)
override suspend fun execute() {
declarationBuilder.generateIr()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy