Skip to content

Instantly share code, notes, and snippets.

@romainbsl
Created July 6, 2020 06:27
Show Gist options
  • Select an option

  • Save romainbsl/7d2f4acead2f7f09d6e5596bbbd0e01a to your computer and use it in GitHub Desktop.

Select an option

Save romainbsl/7d2f4acead2f7f09d6e5596bbbd0e01a to your computer and use it in GitHub Desktop.
kotlin {
// ...
sourceSets {
// ...
val commonTest by getting {
dependencies {
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment