stubMain.stub.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
public inline val stub: Nothing
get() = throw NotImplementedError(
"This API is stubbed on the current target and should never be reachable from tests"
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy