Running unit tests does not cause changes

I go through kotans koans repo ( https://github.com/kotlin/kotlin-koans ). Whenever I make changes to my .kt files and run unit tests, changes to the .kt files are not reflected in the test results. I got around this by running ./gradlew buildbefore running unit tests.

I am using Android Studio as my IDE. Any idea what is going on?

+4
source share
1 answer

Source: https://habr.com/ru/post/1678007/


All Articles