We are having a failure on our CI, running UI test...
# jvm-ir-backend-feedback
m
We are having a failure on our CI, running UI tests, only after enabling the useIR option in our 🤖 project. The failure is about a custom rule failing with this
Copy code
protected val activity: T by lazy {
activityRule.activity
} must not be null
This is happening somehow else. also, if it helps,
Copy code
@JvmField
@Rule
var activityRule: SomeActivityTestRule<out T> =
i
Can you file an issue in Youtrack?