mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-10-31 22:15:59 +01:00
8 lines
177 B
Groovy
8 lines
177 B
Groovy
description = """\
|
|
Smack support for XMPP Stream Management (XEP-0198)."""
|
|
|
|
dependencies {
|
|
api project(':smack-core')
|
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
|
}
|