Set visibility of interface implementations to internal
This commit is contained in:
@@ -17,7 +17,7 @@ interface ContactRepository {
|
||||
fun search(query: String): Flow<List<Contact>>
|
||||
}
|
||||
|
||||
class ContactRepositoryImpl(
|
||||
internal class ContactRepositoryImpl(
|
||||
private val context: Context,
|
||||
hiddenItemsRepository: HiddenItemsRepository
|
||||
) : ContactRepository, KoinComponent {
|
||||
|
||||
Reference in New Issue
Block a user