Some cleanup of dependencies

This commit is contained in:
Jays2Kings 2021-04-08 23:20:54 -04:00
parent bbb435c294
commit 0ef97deb25
2 changed files with 1 additions and 10 deletions

View file

@ -158,7 +158,7 @@ dependencies {
implementation("com.squareup.retrofit2:retrofit:${Versions.RETROFIT}")
implementation("com.squareup.retrofit2:converter-gson:${Versions.RETROFIT}")
implementation(kotlin("reflect", version = BuildPluginsVersion.KOTLIN))
implementation(kotlin("reflect", version = Versions.kotlin))
// JSON
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:${Versions.KOTLINSERIALIZATION}")