mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Remove all usage of gson and retrofit
We made it!
This commit is contained in:
parent
c22205138a
commit
3587feb8fa
4 changed files with 0 additions and 12 deletions
|
@ -155,17 +155,12 @@ dependencies {
|
|||
debugImplementation("com.github.ChuckerTeam.Chucker:library:$chuckerVersion")
|
||||
releaseImplementation("com.github.ChuckerTeam.Chucker:library-no-op:$chuckerVersion")
|
||||
|
||||
// REST
|
||||
implementation("com.squareup.retrofit2:retrofit:${Versions.RETROFIT}")
|
||||
implementation("com.squareup.retrofit2:converter-gson:${Versions.RETROFIT}")
|
||||
|
||||
implementation(kotlin("reflect", version = Versions.kotlin))
|
||||
|
||||
// JSON
|
||||
val kotlinSerialization = "1.3.2"
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:${kotlinSerialization}")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-protobuf:${kotlinSerialization}")
|
||||
implementation("com.google.code.gson:gson:2.8.7")
|
||||
implementation("com.github.salomonbrys.kotson:kotson:2.5.0")
|
||||
|
||||
// JavaScript engine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue