Skip to content

Commit

Permalink
endrer config for compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tiafiring committed Dec 7, 2023
1 parent 0c424a2 commit f440d6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
</execution>
</executions>
<configuration>
<jvmTarget>${kotlin.compiler.jvmTarget}</jvmTarget>
<args>
<arg>-java-parameters</arg>
</args>
<compilerPlugins>
<plugin>kotlinx-serialization</plugin>
</compilerPlugins>
Expand Down

0 comments on commit f440d6f

Please sign in to comment.