Skip to content

Commit 18334ba

Browse files
committed
adding spring support with the official jetbrains compiler plugin according to https://kotlinlang.org/docs/all-open-plugin.html#spring-support
1 parent 89c798f commit 18334ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

springdoc-openapi-kotlin/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@
9393
</configuration>
9494
</execution>
9595
</executions>
96+
<configuration>
97+
<compilerPlugins>
98+
<plugin>spring</plugin>
99+
</compilerPlugins>
100+
</configuration>
101+
<dependencies>
102+
<dependency>
103+
<groupId>org.jetbrains.kotlin</groupId>
104+
<artifactId>kotlin-maven-allopen</artifactId>
105+
<version>${kotlin.version}</version>
106+
</dependency>
107+
</dependencies>
96108
</plugin>
97109
</plugins>
98110
</build>

0 commit comments

Comments
 (0)