Closed vinaygaba closed 2 years ago
@vinaygaba Have you tried to add dependency explicitly via implementation("com.karumi:shot:XYZ")
?
I actually did and that doesn't work and now I know why 😅 The correct dependency was com.karumi:shot-android
instead
I'm thinking of adding an example artifact that integrates with Shot in one of my libraries (https://github.com/airbnb/Showkase). In order to create this library artifact, I need to import
ScreenshotTest
in themain
sourceSet. However, it seems like the plugin only allows me to do that in theandroidTest
sourceSet. Wondering if there is a way around this limitation?