mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-29 15:40:55 +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'
|
|
|
|
}
|