Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Use a twitter4j fork to make it compatible with Kotlin
Browse files Browse the repository at this point in the history
The package-private interface twitter4j.StreamListener makes Kotlin cry.

https://youtrack.jetbrains.com/issue/KT-11700
Twitter4J/Twitter4J#266
  • Loading branch information
lnhrdt committed Sep 12, 2017
1 parent 5cb4c28 commit 55620a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies {
compile 'com.github.codebandits.results:results:master-SNAPSHOT'
compile("org.jetbrains.kotlin:kotlin-stdlib-jre8:${kotlinVersion}")
compile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
compile("org.twitter4j:twitter4j-core:${twitter4jVersion}")
compile("org.twitter4j:twitter4j-stream:${twitter4jVersion}")
compile('com.github.IEnoobong.twitter4j:twitter4j-core:master-SNAPSHOT')
compile('com.github.IEnoobong.twitter4j:twitter4j-stream:master-SNAPSHOT')
runtime('org.springframework.boot:spring-boot-devtools')
testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
Expand Down

0 comments on commit 55620a9

Please sign in to comment.