Set visibility of interface implementations to internal
This commit is contained in:
@@ -27,7 +27,7 @@ interface CalendarRepository {
|
||||
suspend fun getCalendars(): List<UserCalendar>
|
||||
}
|
||||
|
||||
class CalendarRepositoryImpl(
|
||||
internal class CalendarRepositoryImpl(
|
||||
private val context: Context,
|
||||
hiddenItemsRepository: HiddenItemsRepository
|
||||
) : CalendarRepository, KoinComponent {
|
||||
|
||||
Reference in New Issue
Block a user