mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-26 15:18:19 +08:00
9 lines
189 B
Groovy
9 lines
189 B
Groovy
apply plugin: 'java-library'
|
|
apply plugin: "kotlin"
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0'
|
|
|
|
}
|