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

commonMain.co.touchlab.skie.phases.other.GenerateIrPhase.kt Maven / Gradle / Ivy

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