Skip to content

Commit

Permalink
revert test project kotlin runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer committed Dec 7, 2018
1 parent 4d2bc09 commit eb8962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
}
testCompile 'commons-io:commons-io:2.5'

testProjectRuntime "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.10"
testProjectRuntime "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.0"

// Add android plugin to the test classpath, so that we can jump into class definitions,
// read their sources, set break points, etc while debugging android unit tests.
Expand Down

0 comments on commit eb8962b

Please sign in to comment.