Make serialization plugin for Maven consistent with all other plugins:
Use correct import handler because old one was not working in IDE Change maven artifact id to match pattern from other plugins
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>kotlinx-maven-serialization-plugin</artifactId>
|
||||
<artifactId>kotlin-maven-serialization</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<description>Serialization plugin for Maven</description>
|
||||
|
||||
Reference in New Issue
Block a user