mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
12 lines
365 B
Groovy
12 lines
365 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 {
|
||
|
compile project(':core')
|
||
|
compile project(':extensions')
|
||
|
testCompile project(':core').sourceSets.test.runtimeClasspath
|
||
|
}
|