Hey, after updating to latest kotlin-plugin in and...
# android
s
Hey, after updating to latest kotlin-plugin in android studio my kotlin tests are crashing on nullpointers one line after the total number of lines in the file. For example:
Copy code
java.lang.NullPointerException
	at com.example.testGetAdsSuccessfully(SavedSearchAdListViewModelTest.kt:64)
g
Looks like you just have error in your tests