We are gradually migrating our codebase to Kotlin,...
# android
j
We are gradually migrating our codebase to Kotlin, so we use our Java robots in our Kotlin tests (eventually we will move all those robots to Kotlin, but for now they stay). All fine until you want to use a Kotlin robot in your Java test code. Has anyone used a Kotlin robot (basically any Kotlin test class) in their Java tests? How do you manage the cyclic dependency issue? I mean assemble Java Android test -> assemble Kotlin Android test -> assemble Java Android test