marios proto
04/21/2021, 10:43 AMprotected val activity: T by lazy {
activityRule.activity
} must not be null
This is happening somehow else.
also, if it helps,
@JvmField
@Rule
var activityRule: SomeActivityTestRule<out T> =
Ivan Kubyshkin [JetBrains]
04/21/2021, 1:26 PM