I agree that tests are probably not the best way to introduce Kotlin in a code base, especially since the annotation notation in Kotlin is more verbose than Java and doesn’t support most of its syntactic shortcuts, e.g.
@Test(groups = arrayOf(“a”, “b”))
or
default
attributes.