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

commonMain.io.mockk.impl.platform.Disposable.kt Maven / Gradle / Ivy

There is a newer version: 1.13.12
Show newest version
package io.mockk.impl.platform

interface Disposable {
    fun dispose()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy