Skip to content

Instantly share code, notes, and snippets.

@rozkminiacz
Created March 12, 2018 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rozkminiacz/c6535d8cc44a967bdbad0d853cf8dd59 to your computer and use it in GitHub Desktop.
Save rozkminiacz/c6535d8cc44a967bdbad0d853cf8dd59 to your computer and use it in GitHub Desktop.
dependencies {
(...)
testImplementation unitTestDependencies.values()
testImplementation spekDependencies.values()
testImplementation kotlinTestDependencies.values()
}
apply from: 'testDependencies.gradle'
buildscript { ...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment