```android{ testOptions { unitTests.all { ...
# kotest
t
Copy code
android{
  testOptions {
    unitTests.all {
        useJUnitPlatform()
    }
  }
}
is in gradle