Hi there,
I am trying the koans in Android Studio and I had question: how do you make sure the code gets recompiled every time you run a test ? right now every time I modify the task method and run the test I get the NotImplementedException ? The only way I got it to work is by calling
./gradle test
first then running the test, but I was wondering if there was a faster way ?
Thank you!