File tree Expand file tree Collapse file tree
data/core/src/main/java/com/yapp/data/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com.yapp.data.core.di
22
3- import com.yapp.data.core.BuildConfig
43import com.jakewharton.retrofit2.converter.kotlinx.serialization.asConverterFactory
4+ import com.yapp.data.core.BuildConfig
55import com.yapp.data.core.adapter.NDGLCallAdapterFactory
66import com.yapp.data.core.api.NDGLApi
77import com.yapp.data.core.authenticator.NDGLAuthenticator
@@ -59,5 +59,3 @@ object NetworkModule {
5959 .build()
6060 .create(NDGLApi ::class .java)
6161}
62-
63-
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object DataStoreModule {
2121 @Provides
2222 @Singleton
2323 fun provideTokenDataStore (
24- @ApplicationContext context : Context
24+ @ApplicationContext context : Context ,
2525 ): DataStore <Preferences > {
2626 return context.tokenDataStore
2727 }
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ data class ErrorResponse(
1313data class FieldError (
1414 val field : String ,
1515 val message : String ,
16- )
16+ )
You can’t perform that action at this time.
0 commit comments