File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 23
23
</dependencies >
24
24
25
25
<build >
26
+ <sourceDirectory >${project.basedir} /src/main/kotlin</sourceDirectory >
27
+ <testSourceDirectory >${project.basedir} /src/test/kotlin</testSourceDirectory >
26
28
<plugins >
27
29
<plugin >
28
30
<groupId >org.jetbrains.kotlinx</groupId >
Original file line number Diff line number Diff line change 532
532
<module >kotlin-testing</module >
533
533
<module >kotlin-mockito</module >
534
534
<!-- <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 >
536
536
<module >ktlint-custom</module >
537
537
<module >machine-learning</module >
538
538
<module >spring-boot-crud-kotlin</module >
You can’t perform that action at this time.
0 commit comments