You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do you want to name the sourceset integration-test? Is it because your source folder has that name? The solution for this case would be (in Kotlin syntax):
I created the integration test sourceset like this:
testSets { create("integration-test") }
using
integrationTestImplementation
independencies
therefore is not resolving. Is there a way to make it work?The text was updated successfully, but these errors were encountered: