Join Slack
Powered by
I’m trying to define an extension property for use...
# test
a
arekolek
01/19/2018, 2:03 PM
I’m trying to define an extension property for use in tests:
val <T> LiveData<T>.blockingValue: T?
But when I add it to both
test
and
androidTest
folders, I get a
Conflicting declarations
error. Any ideas how to solve this problem?
3
Views
Open in Slack
Previous
Next