mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Some cleanup of dependencies
This commit is contained in:
parent
bbb435c294
commit
0ef97deb25
2 changed files with 1 additions and 10 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue