mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
8 lines
189 B
Groovy
8 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'
|
|
|
|
}
|