Tinder / Scarlet

A Retrofit inspired WebSocket client for Kotlin, Java, and Android
Other
3.2k stars 236 forks source link

Duplicate class com.tinder.StateMachine found in modules statemachine-0.1.2 (com.github.tinder:statemachine:0.1.2) and statemachine-0.2.0 (com.tinder.statemachine:statemachine:0.2.0) #218

Open jamshidisoqov opened 1 year ago

jamshidisoqov commented 1 year ago

Duplicate class com.tinder.StateMachine found in modules statemachine-0.1.2 (com.github.tinder:statemachine:0.1.2) and statemachine-0.2.0 (com.tinder.statemachine:statemachine:0.2.0)

aaronweihe commented 1 year ago

just include com.tinder.statemachine:statemachine:0.2.0

jamshidisoqov commented 1 year ago

implementation( 'com.tinder.scarlet:scarlet:0.1.12') implementation "com.tinder.scarlet:stream-adapter-coroutines:0.1.12" implementation "com.github.tinder.scarlet:scarlet-websocket-okhttp:0.1.7" implementation "com.github.tinder.scarlet:scarlet-message-adapter-moshi:0.2.4" I have included these libraries but I don't know how to exclude them