Hi everyone, any help to convert ```commandLine "x...
# gradle
a
Hi everyone, any help to convert
Copy code
commandLine "xcrun", "simctl", "spawn", device, binary.absolutePath
into kotlin?
o
pretty much the same, except use parentheses because it's a function call
a
I tried that but it didn’t work. And because that didn’t work that’s why I asked for help. It works if I call commandLine.add(“xcrun”)... So passing a list with addAll would be much easier. Thank you!
o
surprised that didn't work, maybe groovy does special list translation
it looks like it should work fine
a
well, @octylFractal can’t understand why. After reopen Android Studio this morning I had no errors. Something was cached and eventually the restart was enough. Thank you