Skip to content

Instantly share code, notes, and snippets.

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

  • Save romainbsl/4c688df72f61dbc130a5d97d30559cb9 to your computer and use it in GitHub Desktop.

Select an option

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