mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-05 08:05:58 +01:00
11 lines
329 B
Groovy
11 lines
329 B
Groovy
description = """\
|
|
Smack IM.
|
|
Classes and methods for XMPP-IM (RFC 6121):
|
|
Roster, Chat and other functionality."""
|
|
|
|
// Note that the test dependencies (junit, …) are inferred from the
|
|
// sourceSet.test of the core subproject
|
|
dependencies {
|
|
api project(':smack-core')
|
|
testImplementation(testFixtures(project(":smack-core")))
|
|
}
|