jvmMain.tech.skot.libraries.map.DeclaredPermissionHelperMock.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viewmodelTests Show documentation
Show all versions of viewmodelTests Show documentation
viewmodelTests module for SK-Map skot library
The newest version!
package tech.skot.libraries.map
import tech.skot.core.view.SKPermission
class DeclaredPermissionHelperMock : DeclaredPermissionHelper {
override fun isPermissionDeclaredForApp(permission: SKPermission): Boolean {
return true
}
}