stubMain.KlipManager.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of klip-core Show documentation
Show all versions of klip-core Show documentation
Kotlin Multiplatform test snapshots (klips) manager
package dev.petuska.klip.core
import dev.petuska.klip.api.KlipContext
import dev.petuska.klip.core.domain.Klip
import kotlin.reflect.KType
internal actual object KlipManager {
actual suspend fun writeKlip(context: KlipContext, klip: Klip): Unit = stub
actual suspend fun readKlip(context: KlipContext, type: KType): Klip? = stub
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy