Fix builds on other platforms (non-Unix)

This commit is contained in:
Gary Tierney
2017-06-02 22:30:39 +01:00
parent 35ab034f3d
commit ce3150082d
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ dependencies {
compile group: 'io.github.lukehutch', name: 'fast-classpath-scanner', version: '2.0.21'
compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jre8', version: "$kotlinVersion"
compile group: 'org.jetbrains.kotlin', name: 'kotlin-compiler', version: "$kotlinVersion"
compile group: 'org.jetbrains.kotlin', name: 'kotlin-compiler-embeddable', version: "$kotlinVersion"
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
}