Skip to content

Commit 9b2a8a6

Browse files
authored
Merge pull request #1265 from snv/allopen-plugin
making kotlin classes open via compilerplugin
2 parents 89c798f + 18334ba commit 9b2a8a6

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)