Skip to content

Commit

Permalink
[#514] Resolve packages after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Oct 2, 2023
1 parent 16e5724 commit 9b79617
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package co.nimblehq.template.compose.data.di.modules

import co.nimblehq.template.compose.data.BuildConfig
import co.nimblehq.template.compose.data.service.providers.*
import co.nimblehq.template.compose.data.services.providers.*
import com.chuckerteam.chucker.api.*
import okhttp3.OkHttpClient
import okhttp3.logging.HttpLoggingInterceptor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package co.nimblehq.template.compose.data.di.modules

import co.nimblehq.template.compose.data.repository.RepositoryImpl
import co.nimblehq.template.compose.domain.repository.Repository
import co.nimblehq.template.compose.data.repositories.RepositoryImpl
import co.nimblehq.template.compose.domain.repositories.Repository
import org.koin.core.module.dsl.factoryOf
import org.koin.dsl.bind
import org.koin.dsl.module
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package co.nimblehq.template.compose.domain.di

import co.nimblehq.template.compose.domain.usecase.UseCase
import co.nimblehq.template.compose.domain.usecases.UseCase
import org.koin.core.module.dsl.factoryOf
import org.koin.dsl.bind
import org.koin.dsl.module
Expand Down

0 comments on commit 9b79617

Please sign in to comment.