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?
source
share