Why android test stripped out kotlin classes?
# android
s
Why android test stripped out kotlin classes?
k
It's proguard doing this if you have it enabled. It doesn't know about some classes that are used so you have to do this with some libraries.