mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02: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'
|
|
|
|
}
|