Not able to run unit tests on kotlin Multiplatform project

@Alexey.Belkov as far as I understood https://youtrack.jetbrains.com/issue/KT-35038?_ga=2.238248132.510151518.1578909478-1531068909.1578050245 is talking about multi module multi platform project. Mine is single multiplatform project.
In the javaTest, I wrote another Testfile( A.kt)with kotlin.test.Test annotation and that runs.
But java test file (*.java) is not running