mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 05:57:03 +05:30
refactor(core): RetrofitModule
-> JsonModule
This commit is contained in:
parent
bad5bf5457
commit
b3ff40b12b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import retrofit2.Converter
|
|||
@Module
|
||||
@ContributesTo(ApplicationScope::class)
|
||||
@OptIn(ExperimentalSerializationApi::class)
|
||||
object RetrofitModule {
|
||||
object JsonModule {
|
||||
|
||||
@Provides
|
||||
@IntoSet
|
Loading…
Add table
Add a link
Reference in a new issue