We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be57468 commit b6d22c1Copy full SHA for b6d22c1
pom.xml
@@ -120,12 +120,6 @@
120
<artifactId>json</artifactId>
121
<version>20230227</version>
122
</dependency>
123
-
124
- <dependency>
125
- <groupId>org.jetbrains.kotlinx</groupId>
126
- <artifactId>kotlinx-serialization-json</artifactId>
127
- <version>${serialization.version}</version>
128
- </dependency>
129
</dependencies>
130
131
<build>
@@ -257,11 +251,6 @@
257
251
</goals>
258
252
</execution>
259
253
</executions>
260
- <configuration>
261
- <compilerPlugins>
262
- <plugin>kotlinx-serialization</plugin>
263
- </compilerPlugins>
264
- </configuration>
265
254
<dependencies>
266
255
<dependency>
267
256
<groupId>org.jetbrains.kotlin</groupId>
0 commit comments