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

commonMain.co.touchlab.skie.phases.analytics.KotlinIrAnalyticsPhase.kt Maven / Gradle / Ivy

The newest version!
package co.touchlab.skie.phases.analytics

import co.touchlab.skie.analytics.modules.ModulesAnalytics
import co.touchlab.skie.phases.KotlinIrPhase

object KotlinIrAnalyticsPhase : KotlinIrPhase {

    context(KotlinIrPhase.Context)
    override suspend fun execute() {
        analyticsCollector.collectSynchronously(
            ModulesAnalytics.Producer(context),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy