Skip to content

Instantly share code, notes, and snippets.

@cy6erGn0m
Last active December 23, 2015 10:23
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 cy6erGn0m/8fe70cab2a6c27385f0a to your computer and use it in GitHub Desktop.
Save cy6erGn0m/8fe70cab2a6c27385f0a to your computer and use it in GitHub Desktop.
Configuring testing library in kotlin
dependencies {
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
}
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment