Skip to content

Commit 6729279

Browse files
timis1n
authored andcommitted
1 parent a9b91b0 commit 6729279

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

kotlin-kover/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
</dependencies>
2424

2525
<build>
26+
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
27+
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
2628
<plugins>
2729
<plugin>
2830
<groupId>org.jetbrains.kotlinx</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
<module>kotlin-testing</module>
533533
<module>kotlin-mockito</module>
534534
<!-- <module>kotlin-tornadofx</module> --> <!-- not compatible with Java 9+ -->
535-
<!-- <module>kotlin-kover</module> --> <!-- https://github.com/Kotlin/kotlinx-kover/issues/51 -->
535+
<module>kotlin-kover</module>
536536
<module>ktlint-custom</module>
537537
<module>machine-learning</module>
538538
<module>spring-boot-crud-kotlin</module>

0 commit comments

Comments
 (0)