1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-26 05:14:49 +02:00
Smack/smack-messenger/build.gradle

7 lines
237 B
Groovy
Raw Normal View History

2020-02-08 17:56:24 +01:00
dependencies {
implementation project(":smack-core")
implementation project(":smack-tcp")
implementation project(":smack-im")
implementation project(":smack-extensions")
implementation project(":smack-experimental")
}