Hi, could anybody explain what I did wrong? I wrot...
# android
r
Hi, could anybody explain what I did wrong? I wrote two similar test classes, one with Kotlin and another with Java. And java test is working well and kotlin isn't working, it crashes with the exception. This is java test https://github.com/Reyst/Tax-Calculator/blob/master/app/src/test/java/reyst/gsihome/taxcalc/rest/TestCurrencyService.java, and this is kotlin one https://github.com/Reyst/Tax-Calculator/blob/master/app/src/test/java/reyst/gsihome/taxcalc/rest/CurrencyServiceTest.kt