aboutsummaryrefslogtreecommitdiff
path: root/core-ui/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core-ui/build.gradle')
-rw-r--r--core-ui/build.gradle11
1 files changed, 2 insertions, 9 deletions
diff --git a/core-ui/build.gradle b/core-ui/build.gradle
index 99f4567..2562de3 100644
--- a/core-ui/build.gradle
+++ b/core-ui/build.gradle
@@ -1,21 +1,14 @@
-apply from: '../android.gradle'
+apply from: '../android-lib.gradle'
android {
resourcePrefix "kau_"
}
dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
- androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
- exclude group: 'com.android.support', module: 'support-annotations'
- })
- testCompile 'junit:junit:4.12'
+
compile project(':core')
compile project(':adapter')
- compile "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN}"
- testCompile "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}"
-
compile "io.reactivex.rxjava2:rxkotlin:${RX_KOTLIN}"
compile "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}"
compile "com.jakewharton.rxbinding2:rxbinding-kotlin:${RX_BINDING}"