mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-08 08:39:39 +02: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
|
|
}
|