com.avito.utils.StubExistingFile.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of files Show documentation
Show all versions of files Show documentation
Collection of infrastructure libraries and gradle plugins of Avito Android project
package com.avito.utils
import java.io.File
// todo move to test source
public object StubExistingFile : ExistingFile {
override val file: File
get() = TODO("not implemented")
}