mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-05 08:05:58 +01:00
7 lines
124 B
Groovy
7 lines
124 B
Groovy
description = """\
|
|
Smack GUI debugger.
|
|
Inspect the exchanged XMPP stanzas."""
|
|
|
|
dependencies {
|
|
api project(':smack-core')
|
|
}
|