Here is code to play audio in groovy
"afplay /pathSound.wav".execute()
But I do not know how to in kotlin (gradle.kts) Please help
Here is code to play audio in groovy
"afplay /pathSound.wav".execute()
But I do not know how to in kotlin (gradle.kts) Please help