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

@ -7,7 +7,7 @@ plugins {
dependencies {
implementation(Dependencies.ThirdParty.Moshi.lib)
implementation(Dependencies.ThirdParty.Moshi.kotlinReflect)
implementation(Dependencies.ThirdParty.Moshi.moshiMetadataReflect)
testImplementation(Dependencies.Kotlin.Coroutines.core)
testImplementation(Dependencies.ThirdParty.SQLDelight.jvmDriver)
testImplementation(Dependencies.Testing.junit)