Skip to content

Commit 2246afe

Browse files
committed
Also run kapt on src/main/java
We already compile Kotlin code in both src/main/kotlin and src/main/java. But for some reason we weren't processing annotations in src/main/java. This commit hopefully remedies that (but not tested). Thanks to Philipp Hanslovsky for reporting. See: https://forum.image.sc/t/29700
1 parent 1efafea commit 2246afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,7 @@
12761276
<configuration>
12771277
<sourceDirs>
12781278
<sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
1279+
<sourceDir>${project.basedir}/src/main/java</sourceDir>
12791280
</sourceDirs>
12801281
</configuration>
12811282
</execution>

0 commit comments

Comments
 (0)