TGIO / ParseLiveQuery

Very simple and modern implementation, it lacks tests and extra functionality at this moment but i'm working on it.
Apache License 2.0
48 stars 10 forks source link

Program type already present: okhttp3.internal.ws.WebSocketReader$FrameCallback #23

Open omercsoylu opened 6 years ago

omercsoylu commented 6 years ago

i get an error while building application.

"Program type already present: okhttp3.internal.ws.WebSocketReader$FrameCallback Message{kind=ERROR, text=Program type already present: okhttp3.internal.ws.WebSocketReader$FrameCallback, sources=[Unknown source file], tool name=Optional.of(D8)}"

my app just empty. i see this error that i add to gradle " implementation ('com.github.tgio:parse-livequery:1.0.3' "

how can i fix this ?

rootass commented 5 years ago

Same Error Here but from my knowledge this dependencies provide some classes that are already in the android project so it creates a conflict between them.

Also, see this link for some help: https://developer.android.com/studio/build/dependencies#duplicate_classes

or use this library instead: https://github.com/parse-community/ParseLiveQuery-Android