plugins { id 'org.igniterealtime.smack.java-common-conventions' } description = """\ Smack GUI debugger. Inspect the exchanged XMPP stanzas.""" dependencies { api project(':smack-core') }