mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 02:17: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
|
@Module
|
||||||
@ContributesTo(ApplicationScope::class)
|
@ContributesTo(ApplicationScope::class)
|
||||||
@OptIn(ExperimentalSerializationApi::class)
|
@OptIn(ExperimentalSerializationApi::class)
|
||||||
object RetrofitModule {
|
object JsonModule {
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
@IntoSet
|
@IntoSet
|
Loading…
Add table
Add a link
Reference in a new issue