1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-11 22:24:53 +02:00
Smack/smack-im/build.gradle
2021-04-14 20:30:51 +02:00

12 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")))
}