Ahmed
10/06/2021, 10:36 AMtest task, as when I run the test from gradle command, it says no source found
in my build directory I have two folders java and kotlin , the kotlin folder includes the build files for my tests, but when I run the command gradle test it tries to find the tests build files under java folder not under kotlin-folder
in my build.gradle file, I only use
tasks.test {
useJUnitPlatform()
}