description = """\
Smack GUI debugger.
Inspect the exchanged XMPP stanzas."""

dependencies {
	compile project(':smack-core')
	testCompile project(':smack-core').sourceSets.test.runtimeClasspath
}