Smack/smack-examples/build.gradle

11 lines
341 B
Groovy

description = """\
Examples and test applications for Smack"""
dependencies {
// Smack's integration test framework (sintest) depends on
// smack-java*-full and since we may want to use parts of sinttest
// in smack-examples, we simply depend sinttest.
api project(':smack-integration-test')
api project(':smack-omemo-signal')
}