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

15 lines
407 B
Groovy

description = """\
Smack experimental extensions.
Classes and methods for XEPs that are in status 'experimental' or that should
otherwise carefully considered for deployment. The API may change even
between patch versions."""
dependencies {
api project(':smack-core')
api project(':smack-extensions')
implementation "org.hsluv:hsluv:0.2"
testFixturesApi(testFixtures(project(":smack-extensions")))
}