Need help setting up cross dependensies on test code for maven to gradle convertion. Kotlin DSL

Hi, Im trying to convert a maven build. To get it to work i need to make classes in a test form another module available to another one.

I found the project(testFixtures(:pro1)) and it looked what i need to fix this. But it relies on another sourceSet. The correct way would be to clean up the project but can’t do that until i have all ruining whit gradle and maven

What is a ok way i can make the dependency using the kotlin dsl?

This is the dependensy the convertion make testImplementation(project(":common")). I need to tell it to depend on the tests…