Ryan Fogarty
06/17/2022, 11:56 AMTestBuilders
are being generated in our data modules test package, we cannot access them in other modules where we have acceptance tests. Has anyone found a way around this?Stylianos Gakis
06/17/2022, 11:58 AMtestDirConnection {
// Make test builders available to main (not just test or androidTest) to be used by our mock data
connectToAndroidSourceSet("main")
}
in our apollo {}
gradle plugin configuration block to generate these test builders in the generated sources of the main
directory instead of the test package. Would this help?Ryan Fogarty
06/17/2022, 12:01 PMRyan Fogarty
06/17/2022, 12:32 PMStylianos Gakis
06/17/2022, 12:37 PMStylianos Gakis
06/17/2022, 12:38 PMRyan Fogarty
06/17/2022, 12:38 PMmbonnin
06/17/2022, 12:39 PMmbonnin
06/17/2022, 12:40 PMmbonnin
06/17/2022, 12:40 PMRyan Fogarty
06/17/2022, 12:41 PMmbonnin
06/17/2022, 12:42 PMmbonnin
06/17/2022, 12:43 PMmbonnin
06/17/2022, 12:44 PMRyan Fogarty
06/17/2022, 12:44 PMmbonnin
06/17/2022, 12:46 PMmbonnin
06/17/2022, 12:46 PMRyan Fogarty
06/17/2022, 12:49 PM