mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
android: remove unused metadata-reflect adapter
This commit is contained in:
parent
0826b73e51
commit
80a985bf2d
3 changed files with 1 additions and 4 deletions
|
@ -6,7 +6,6 @@ import dagger.Provides
|
|||
import dagger.Reusable
|
||||
import dagger.hilt.InstallIn
|
||||
import dagger.hilt.components.SingletonComponent
|
||||
import dev.zacsweers.moshix.reflect.MetadataKotlinJsonAdapterFactory
|
||||
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
|
@ -14,6 +13,6 @@ object MoshiModule {
|
|||
@Provides
|
||||
@Reusable
|
||||
fun provideMoshi(): Moshi {
|
||||
return Moshi.Builder().add(MetadataKotlinJsonAdapterFactory()).build()
|
||||
return Moshi.Builder().build()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue