mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
11 lines
299 B
Groovy
11 lines
299 B
Groovy
description = """\
|
|
Smack legacy extensions.
|
|
Usually XEPs in the state 'retracted', 'rejected', 'deprecated',
|
|
'obsolete' or in a long standing 'deferred' state."""
|
|
|
|
dependencies {
|
|
api project(':smack-core')
|
|
api project(':smack-extensions')
|
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
|
}
|