mirror of
https://github.com/bitwarden/android.git
synced 2026-03-09 03:33:36 -05:00
Move extensions to common module (#6276)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.bitwarden.core.util
|
||||
|
||||
import com.bitwarden.annotation.OmitFromCoverage
|
||||
import java.io.File
|
||||
|
||||
/**
|
||||
* A helper function for creating a file from a path.
|
||||
*/
|
||||
@OmitFromCoverage
|
||||
fun fileOf(path: String): File = File(path)
|
||||
Reference in New Issue
Block a user