Last active
          December 23, 2015 10:23 
        
      - 
      
 - 
        
Save cy6erGn0m/8fe70cab2a6c27385f0a to your computer and use it in GitHub Desktop.  
    Configuring testing library in kotlin
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | dependencies { | |
| testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion" | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <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