22# libraries
33intellijStructure = " 3.305"
44intellijPluginRepositoryRestClient = " 2.0.46"
5- kotlinxSerializationJson = " 1.6.3"
5+ kotlinxSerialization = " 1.6.3"
66okhttp = " 4.12.0"
77retrofit = " 2.11.0"
88undertow = " 2.3.18.Final"
@@ -19,7 +19,8 @@ intellij-pluginRepositoryRestClient = { group = "org.jetbrains.intellij", name =
1919intellij-structure-base = { group = " org.jetbrains.intellij.plugins" , name = " structure-base" , version.ref = " intellijStructure" }
2020intellij-structure-ide = { group = " org.jetbrains.intellij.plugins" , name = " structure-ide" , version.ref = " intellijStructure" }
2121intellij-structure-intellij = { group = " org.jetbrains.intellij.plugins" , name = " structure-intellij" , version.ref = " intellijStructure" }
22- kotlinx-serialization-json = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
22+ kotlinx-serialization-core = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-core" , version.ref = " kotlinxSerialization" }
23+ kotlinx-serialization-json = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-json" , version.ref = " kotlinxSerialization" }
2324okhttp = { group = " com.squareup.okhttp3" , name = " okhttp" , version.ref = " okhttp" }
2425retrofit = { group = " com.squareup.retrofit2" , name = " retrofit" , version.ref = " retrofit" }
2526undertow = { group = " io.undertow" , name = " undertow-core" , version.ref = " undertow" }
0 commit comments