Join Slack
Powered by
Why android test stripped out kotlin classes?
# android
s
samp
08/07/2019, 6:33 AM
Why android test stripped out kotlin classes?
k
kenkyee
08/07/2019, 10:05 AM
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.
3
Views
Open in Slack
Previous
Next