src(databse,buildSrc): remove kotlinReflect and opt into ExperimentalStdlibApi

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
Aditya Wasan 2021-01-25 16:35:57 +05:30 committed by Harsh Shandilya
parent 8303159abf
commit 6fdf1d0ca0
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 7 additions and 5 deletions

View file

@ -10,7 +10,6 @@ dependencies {
api(Dependencies.ThirdParty.Retrofit.lib)
implementation(project(":database"))
implementation(Dependencies.AndroidX.Hilt.dagger)
implementation(Dependencies.ThirdParty.Moshi.kotlinReflect)
implementation(Dependencies.ThirdParty.Moshi.moshiMetadataReflect)
implementation(Dependencies.ThirdParty.Retrofit.moshi)
testImplementation(Dependencies.Kotlin.Coroutines.core)