Maven surefire plugin does not see my kotlin tests

Maven surefire plugin does not see my kotlin tests.
My project structure is:

src/main/java
src/main/kotlin
src/test/java
src/test/kotlin

mvn test runs only java tests. Commenting surefire plugin cause only kotlin tests are run.

My maven file is here: pom.xml (13.8 KB)

have you solved this problem?