mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
8 lines
185 B
Groovy
8 lines
185 B
Groovy
description = """\
|
|
Smack GUI debugger.
|
|
Inspect the exchanged XMPP stanzas."""
|
|
|
|
dependencies {
|
|
compile project(':core')
|
|
testCompile project(':core').sourceSets.test.runtimeClasspath
|
|
}
|