diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index c25ab83..2d31df9 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -51,6 +51,8 @@ dependencies { | |||
51 | exclude group: 'commons-logging', module: 'commons-logging' | 51 | exclude group: 'commons-logging', module: 'commons-logging' |
52 | } | 52 | } |
53 | 53 | ||
54 | compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' | ||
55 | |||
54 | compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" | 56 | compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" |
55 | } | 57 | } |
56 | 58 | ||