Skip to content

Commit

Permalink
Adding kotlin reflect dependency to fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiyp committed Nov 10, 2017
1 parent bc0978c commit 86eb0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.5-SNAPSHOT
version=1.4.1
2 changes: 1 addition & 1 deletion mockk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies {

compile 'org.javassist:javassist:3.22.0-GA'
compile 'org.objenesis:objenesis:2.6'
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile project(':mockk-dsl-jvm')
compile project(":mockk-agent")

compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compileOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.19'

compileOnly 'org.slf4j:slf4j-api:1.7.25'
Expand Down

0 comments on commit 86eb0c0

Please sign in to comment.