Anybody tried to write JUnit test rule in Kotlin? ...
# reflect
a
Anybody tried to write JUnit test rule in Kotlin? The problem I’m facing is that
description.getAnnotations()
is empty even though I've marked test with annotation (created in Kotlin).